@import "fonts.css"; /* Using a string */

body {
	/* background-image: url(/images/dt-bg4.jpg); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -80px;
	background-color: #f7f4ed !important;

	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.4;
	color: #000;
	height: 100%;
	text-align: justify;
}

.entry .entry-footer, .comments-area {
	margin: 0;
	max-width: none;
}

.entry-footer .edit-link {
	display: none !important;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.bmargin30 {
	margin-bottom: 30px;
}

.bmargin20 {
	padding-bottom: 10px;
	margin-bottom: 17px;
	border-bottom: 1px solid #b8b6b0;
}

body.cpt-testimonials-widget .entry-meta {
	display: none;
}

#page {
	display: block !important;
	/* width: 1400px; */
	width: 100%;
	margin: 0;
	min-height: 100%;
	/* border: 1px solid black; */
}

body.cat-presse .shariff {
	display: none !important;
}

#main .shariff {
	margin-top: 40px;
}

/*
#page #main .vc_row {
	margin: 0;
}

#page #main .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}
*/

#page #main .vc_tta-panel-body {
	overflow: visible;
}

.page-navigation p {
	display: none;
}

.news .page-navigation ul {
	float: none;
	font-size: 17px;
	font-weight: bold;
	color: #222;
}

.news .page-navigation ul li {
	font-weight: bold;
}

.news .page-navigation ul li a {
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
	color: #666;
}

.news .page-navigation ul li a:hover {
	color: #cc0000;
}

#sidebar-left 
  {
	position: fixed;
	float: left;
	width: 420px;
	box-sizing: border-box;

	min-height: 1400px;
	min-height: 100vh;
	
    background: rgb(254,241,242);
	background: -moz-linear-gradient(180deg, rgba(254,241,242,1) 0%, rgba(246,85,83,1) 20%, rgba(243,46,45,1) 50%, rgba(237,21,82,1) 75%, rgba(121,11,52,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(254,241,242,1) 0%, rgba(246,85,83,1) 20%, rgba(243,46,45,1) 50%, rgba(237,21,82,1) 75%, rgba(121,11,52,1) 100%);
	background: linear-gradient(180deg, rgba(254,241,242,1) 0%, rgba(246,85,83,1) 20%, rgba(243,46,45,1) 50%, rgba(237,21,82,1) 75%, rgba(121,11,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fef1f2",endColorstr="#790b34",GradientType=1); 
		
	/* background-color: #f32d2d; */
	/* background: linear-gradient(189deg, rgba(250,216,213,1) 0%, rgba(243,46,45,1) 15%, rgba(150,5,7,1) 85%); */
	box-shadow: 4px 0 8px rgba(0,0,0,0.5);
	z-index: 6;
  }

#sidebar-left #nav-main-container {
	position: relative;
	/* background-image: url(/images/dt-sidebar-layer.png); */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 100vh;
	overflow: hidden;
}

#sidebar-left #nav-main-container .sidebar-layer {
	position: absolute;
	margin: 0 auto;
	top: 130px;
	/* left: -40%; */
	right: 0;
	/* width: auto; */
	width: 100%;
	max-width: none !important;
	/* height: 50vh; */
	height: auto;
	opacity: 0.6;
	mix-blend-mode: multiply;
	transition: opacity 1s ease-in-out;
}

#sidebar-left:hover #nav-main-container .sidebar-layer {
	opacity: 0.2;
}

.presse-nutzungsbedingungen {
	position: relative;
	left: -5px;
	/* width: 440px; */
	width: 586px;
	max-width: 100%;
	height: 160px;
	background-color: #ded8cd;
	color: #000;
	font-size: 10px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 20px;
}

.presse-nutzungsbedingungen .caption {
	text-transform: uppercase;
	font-weight: bold;
}

.presse-nutzungsbedingungen label {
	color: #cc3333;
	font-weight: bold;
	margin-left: 10px;
}

.presse-nutzungsbedingungen label a {
	color: inherit;
}

body article.post .presse-informationen h3 {
	margin-bottom: 20px !important;
}

body article.post .presse-informationen p {
	margin: 5px 0px 10px 0px;
	font-size: 14px;
}

body article.post .presse-informationen p a.button {
	display: inline-block;
	background-color: #888 !important;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 18px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	padding: 3px 20px;
	border: none !important;
	width: 170px;
	text-align: center;
}

body article.post .presse-informationen p a.button:hover {
	background-color: #cc3333 !important;
}

body.page-9 .vc_gitem_row .vc_gitem-col, body.page-11738 .vc_gitem_row .vc_gitem-col {
	padding: 0;
	border-bottom: 1px solid grey;
}

.vc_gitem-post-data-source-post_date {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.8;
}

.page-2804 .vc_gitem-post-data-source-post_date {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8;
}

#sidebar-left #nav-sub {
	position: absolute;
	right: 30px;
	top: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#sidebar-left #nav-sub li {
	display: inline-block;
	margin-left: 5px;
}

#sidebar-left #nav-sub li a {
	font-size: 11px;
	color: #8d8d8d;
	text-decoration: none;
	font-weight: normal;
}

#sidebar-left #nav-sub li a:hover {
	color: #cc3333;
}

#logo {
	position: absolute;
	left: 3vw;
	top: 30px;
	width: 114px;
	height: auto;
}

#sidebar-left #nav-main {
	position: absolute;
	top: 270px;
	top: 25vh;
	right: 40px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0px;
}

#sidebar-left #nav-main > li {
	text-align: right;
	margin-bottom: 25px;
}

#sidebar-left #nav-main > li > span {
	position: relative;
	left: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	/* text-shadow: 1px -1px 2px rgba(80, 80, 80, 1); */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	display: inline-block;
	padding: 4px 5px 4px 10px;
	margin-bottom: 15px;
	transition: all 0.75s ease-in-out;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(255,255,255,0.5) 90%);
	background-position: 250px top;
	background-repeat: no-repeat;
}

#sidebar-left #nav-main > li:hover > span {
	background-position: right top;
}

#sidebar-left #nav-main > li > span > a {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px -1px 2px rgba(80, 80, 80, 1);
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#sidebar-left #nav-main > li > span > a:hover {
	/* color: #c5161d; */
}

#sidebar-left #nav-main .subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar-left #nav-main .subnav li {
	display: inline-block;
	margin-left: 10px;
	line-height: 18px;
}

#sidebar-left .umbruch {
	display: block !important;
	height: 0px !important;
}

#sidebar-left .umbruch * {
	display: none;
}

#sidebar-left #nav-main .subnav li > a {
	/* color: #544; */
	color: #fff;
	text-transform: uppercase;
	font-size: initial;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	transition: color 1s;
}

#sidebar-left #nav-main .subnav li > a:hover, #sidebar-left #nav-main .subnav li > a:active {
	color: #000000;
}

#language-switcher-container {
	margin-top: 30px;
	margin-right: 13px;
	text-align: right;
}

#language-switcher-container a {
	color: inherit;
}

/* /srv/www/htdocs/fileadmin/dt/Resources/Partials/SidebarRight.html */
#sidebar-right {
	display: none;
	position: relative;
	float: left;
	width: 230px;
	padding: 20px 20px 100px 15px;
	box-sizing: border-box;

	min-height: 1400px;

	/*
	box-shadow: -6px 0px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: -6px 0px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: -6px 0px 6px rgba(0,0,0,0.4);
	*/

	z-index: 8;
	text-align: left;
}

#sidebar-right h2 {
	display: block;
	color: #cc3333;
	font-size: 18px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	margin-bottom: 100px;
	margin: 12px 0;
	margin-bottom: 100px;
	}

#sidebar-right .vevent {
	line-height: 18px;
	padding-left: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

/* !!! weiß mit Schatten !!! */
#sidebar-right div h3 {
	display: block;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #cec2ab;
	text-transform: uppercase;
	text-shadow: 1px -1px 2px rgba(80, 80, 80, 1);
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#sidebar-right div h3 a, #main h3 a {
	font-size: inherit;
	color: inherit;
}

#sidebar-right div h3 a:hover, #main h3 a:hover {
	color: inherit !important;
}

#sidebar-right div .tx-cal-controller  {
	padding-top: 10px;
}

#sidebar-right .slider {
}

#sidebar-right .ls-wp-container {
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

#sidebar-right .slider .caption-text, #sidebar-right .slider .caption-link, #sidebar-right .zusatz .caption-text, #sidebar-right .zusatz .caption-link {
	display: none;
}

#sidebar-right .liste ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 18px;
}

#sidebar-right .liste ul li {
	/* border-bottom: 1px solid #000; */
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#sidebar-right .liste ul li strong, #sidebar-right .liste ul li b {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

#sidebar-right .liste ul li strong a, #sidebar-right .liste ul li b a {
	color: #444;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-right .liste ul li strong a:hover, #sidebar-right .liste ul li b a:hover {
	color: #cc3333;
}



#sidebar-right .liste span {
	display: inline-block;
	/* margin-left: 10px; */
}

#sidebar-right .liste span a {
	font-size: 11px;
}

#sidebar-right .liste span a:hover {
	color: #cc3333;
}

#sidebar-right .flexslider {
	margin: 0;
}

#sidebar-right #flexslider-176 {
}

#sidebar-right #flexslider-177 {
	width: 125px;
	margin: 0 auto;
}

#sidebar-right .imsilbersaal {
	padding-top: 1px;
}

#sidebar-right .zusatz {
	padding-top: 0px;
}

#sidebar-right .newsletter {
	padding-top: 20px;
}

#sidebar-right .socialShare {
	padding-top: 13px;
}

#sidebar-right ul.socialShare  {
	list-style-type: none;
	padding: 0px 0 15px 0px;
}

#sidebar-right ul.socialShare  li {
	display: inline-block;
	margin-right: 10px;
}

#sidebar-right ul.socialShare  li.last {
	margin-right: 0 !important;
}

#sidebar-right ul.socialShare  li a {
	font-size: 22px;
	color: #444;
	text-decoration: none;
	-webkit-transition: color 0.6s ease;
	-moz-transition: color 0.6s ease;
	-o-transition: color 0.6s ease;
	transition: color 0.6s ease;
}

#sidebar-right ul.socialShare  li a:hover {
	color: #cc3333;
}

/* _DTB_ 2016-08-16 */
#sidebar-right a {
	color: #422;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

#sidebar-right a:hover {
	color: #CC2222;
	text-decoration:none;
	font-weight: bold;
}
/* _DTB_ ENDE 2016-08-16 */

.tnp-profile {
	background-color: rgba(237,231,219,1);
	padding: 20px;
}

.tnp-profile .tnp-field.tnp-field-profile {
	display: none;
}

.tnp-profile input[type=text], .tnp-profile select {
	width: 250px;
}

.tnp-profile label {
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

.tnp-profile .tnp-submit {
	line-height: initial !important;
	margin-top: 20px !important;	
}

.newsletters-subscribe-form .control-label, .tnp-subscription label, .wpcf7-form label {
	width: auto;
	float: none;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
}

.newsletters-subscribe-form select.form-control, .newsletters-subscribe-form input.form-control, #page .tnp-subscription input[type=text], #page .tnp-subscription input[type=email], #page .tnp-subscription select, .wpcf7-select, .wpcf7-text {
	width: 100%;
	max-width: 500px;
	border: none;
	border-bottom: 1px solid #808080;
	background-color: transparent;
	margin: 0;
	color: #808080;
	font-size: 16px;
	line-height: 20px;
	height: auto !important;
	padding: 10px 0px 4px 0px !important;
	outline: none !important;
}

#page .tnp-subscription select {
	border: 1px solid #808080;
	padding: 10px !important;
}

.tnp-subscription .tnp-field.float-left {
	width: 24%;
	margin-right: 1%;
	float: left;
}

.wpcf7-form {
	font-size: 13px;
	margin-top: 20px;
}

.wpcf7-form p {
	margin: 10px 0;
}

.wpcf7-form .lineup {
	float: left;
	width: 24%;
	margin: 10px 0;
	margin-right: 1%;
	font-size: 0;
}

.wpcf7-list-item {
	margin-left: 0px !important;
}

.wpcf7-list-item label {
	font-size: 13px !important;
	font-weight: normal;
	color: inherit;
}

body.page-9 .tnp-subscription, body.page-11738 .tnp-subscription, body.page-3937 .tnp-subscription, body.page-9737 .tnp-subscription {
	margin: 0;
	width: auto;
	max-width: none;
}

body.page-18355 .tnp-subscription, body.page-18356 .tnp-subscription {
	margin: 0;
	width: auto;
	max-width: none;
}

.tnp-subscription ul.newsletter-listen {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 40px 0 20px 0!important;
}

.tnp-subscription ul.newsletter-listen li {
	display: block;
	margin: 0px 20px 0px 0px;
	font-weight: 400;
	/* font-size: 13px; */
}

.tnp-subscription ul.newsletter-listen li input, .tnp-field-privacy input {
	margin-right: 10px;
}

.tnp-subscription .tnp-field-privacy {
	font-size: 0.85em;	
}

.tnp-subscription .tnp-field-privacy a, .wpcf7-list-item a {
	font-size: inherit !important;
	text-decoration: underline !important;
	font-weight: inherit !important;
	color: #cc3333 !important;
}

.tnp-subscription input[type="submit"], .wpcf7-submit {
	padding: 5px 20px !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
}

.newsletters .select2-container, .wpcf7-select {
	width: 250px !important;
	max-width: 100% !important;
	font-size: 13px;
}

.newsletters-subscribe-form .form-control {
	float: none;
	border: 0;
	#border-left: 1px solid #d1d1d1;
	#border-bottom: 1px solid #d1d1d1;
	font-size: 13px;
	height: auto;
}

.newsletters-subscribe-form .form-group {
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}

.newsletters-subscribe-form .checkbox .control-label {
	font-size: 13px;
	font-weight: normal;
}

.newsletters-subscribe-form .checkbox .control-label a {
	font-size: inherit !important;
	color: inherit !important;
	text-decoration: underline !important;
}

body.page-9 #main .dtm-press-subscription, body.page-11738 #main .dtm-press-subscription {
	/* border: 1px solid white; */
	/* padding: 15px; */
}

body.page-9 #main .dtm-press-subscription h3, body.page-11738 #main .dtm-press-subscription h3 {
	margin-bottom: 20px;
}

body.page-9 #main .newsletters-subscribe-form .form-group:nth-child(3),body.page-9 #main .newsletters-subscribe-form .form-group:nth-child(4),body.page-9 #main .newsletters-subscribe-form .form-group:nth-child(5),body.page-9 #main .newsletters-subscribe-form .form-group:nth-child(6)    {
	float: left;
	width: 25%;
}

body.page-11738 #main .newsletters-subscribe-form .form-group:nth-child(3),body.page-11738 #main .newsletters-subscribe-form .form-group:nth-child(4),body.page-11738 #main .newsletters-subscribe-form .form-group:nth-child(5),body.page-11738 #main .newsletters-subscribe-form .form-group:nth-child(6)    {
	float: left;
	width: 25%;
}

#sidebar-right .newsletters h3 {
	font-weight: 700;
}

.tx-powermail .powermail_check_outer {
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	width: 200px !important;
}

.tx-powermail .powermail_check_outer label {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.tx-powermail .powermail_check_outer label a {
	font-weight: bold;
	text-decoration: none;
}

.tx-powermail a {
	color: #612;
}

.tx-powermail a:active, .tx-powermail a:hover {
	color: #cc3333 !important;
}

.newsletters-subscribe-form .newsletters-button {
	background-color: #888 !important;
	color: #fff;
	text-transform: uppercase;
	line-height: 18px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	padding: 5px 20px;
	border: none !important;
}

.newsletters-subscribe-form .newsletters-button:hover {
  background-color: #cc3333 !important;
}

.newsletters-subscribe-form .help-block {
	display: none;
}

#main {
	color: #444;
}

#main h1 + p, #main h2 + p, #main h3 + p, #main h4 + p {
	margin-top: 10px;
}

#page-1 #main p {
	font-weight: bold;
	color: #444;
	margin: -7px 10px 20px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

#page-1 #main a {
	text-decoration: none;
}

#page-49 #main .tx-powermail {
	position: relative;
	border: 2px solid #fff;
	padding: 15px 15px 0 15px;
	margin: 15px 0 20px 0;
}

#page-49 #main .tx-powermail .powermail_fieldset {
	width: auto;
	margin-bottom: 10px;
}

#page-49 #main .tx-powermail h3 {
	margin: 0 0 10px 0;
}

#page-49 #main .tx-powermail .powermail_fieldwrap {
	display: inline-block;
	margin-right: 5px;
}

#page-49 #main .tx-powermail .powermail_fieldwrap_8  {
	width: 105px;
}

#page-49 #main .tx-powermail .powermail_fieldwrap_9  {
	position: relative;
	width: 120px;
	left: -33px;
}

#page-49 #main .tx-powermail .powermail_fieldwrap_10  {
	position: relative;
	left: -66px;
	width: 120px;
	margin-right: 150px;
}

#page-49 #main .tx-powermail .powermail_fieldwrap_11  {
	width: 160px;
}

#page-49 #main .tx-powermail .powermail_fieldwrap_12  {
	width: 300px;
	margin-left: 15px;
}

#page-49 #main .tx-powermail .powermail_fieldwrap_12 .powermail_check_outer {
	width: 100% !important;
}

#page-49 #main .tx-powermail .powermail_fieldwrap_13  {
	position: absolute;
	top: 60px;
	right: 10px;
}

#main .tx-datec-contact .alert .media-left li {
	display: none;
}

#sidebar-right .tx-powermail .powermail_submit:hover, .tx-datec-contact button:hover {
	background-color: #c5161d;
}

#main {
	position: relative;
	/* float: left; */
	box-sizing: border-box;
	background-color: #f6f5ec;
	min-height: 1500px;

	/*
	box-shadow: inset 15px 0px 15px -15px rgba(0,0,0,0.80), inset -15px 0px 15px -15px rgba(0,0,0,0.80);
	-moz-box-shadow: inset 15px 0px 15px -15px rgba(0,0,0,0.80), inset -15px 0px 15px -15px rgba(0,0,0,0.80);
	-webkit-box-shadow: inset 15px 0px 15px -15px rgba(0,0,0,0.80), inset -15px 0px 15px -15px rgba(0,0,0,0.80);
	*/
	
	padding: 20px 4vw 100px 4vw;
	z-index: 5;
}

#main, #footer {
	width: 970px;
	margin-left: 420px;	
}

#footer {
	background-color: #494b52;
	padding: 20px 40px;
	color: #fff;
	font-size: 14px;
}

#footer .bold {
	font-weight: bold;	
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#footer ul li {
	padding: 0;
	margin: 0;	
	line-height: 1.4 !important;	
}

#footer ul li a {
	color: inherit;
	text-decoration: none;
}

#footer .footer-contact {
	color: #aaa;
}

#footer .footer-contact span.phone {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#footer ul#social-media {
	margin-top: 20px;
}

#footer ul#social-media li {
	display: inline-block;
	width: 30px;
	color: #fff;
}

#footer .footer-language {
	position: relative;
}

#footer .wpml-ls-legacy-list-horizontal {
	position: absolute;
	padding: 0px;
	bottom: 0px;
	right: 0px;
}

#footer .wpml-ls-sidebars-language-switcher li {
	display: inline-block;
}

#footer .wpml-ls-sidebars-language-switcher li + li {
	margin-left: 10px;
}

body.page-2038 #main, body.page-10135 #main, body.page-18788 #main, body.page-18872 #main { /* FAQ & Corona Info Page */
	padding-bottom: 600px;
}

#main .news-text-wrap a {
	color: #422;
	text-decoration: none;
}

#main .news-text-wrap a:hover {
	color: #cc3333;
}

/**** Neue News-Übersicht Variante *******/

#page-732 #main .news .article .news-img-wrap {
	display: block !important;
}

#page-732 .news .article .news-img-wrap a {
	padding: 0;
	border: none;
}

#page-732 .news .article .news-img-wrap img {
	width: 100%;
}

#page-732 #main .news .article {
	width: 30%;
	float: left;
	margin-right: 3%;
	height: 400px;
	overflow: hidden;
	border-bottom: none;
}

body.page-269 #main .vc_grid h2, body.page-269 #main .vc_grid h3 a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	line-height: 1.1;
	/* height: 50px; */
	text-align: left;
}

#page-732 .page-navigation {
	clear: both;
	padding-bottom: 40px;
}

#page-732 .page-navigation ul {
	margin-bottom: 20px;
}

body.page-269 #main .vc_gitem-post-data-source-post_excerpt p {
	font-size: 14px !important;
	line-height: 18px !important;
	/* display: inline; */
}

#main .weitere-news .vc_gitem-post-data-source-post_excerpt p {
	font-size: 14px !important;
	line-height: 18px !important;
}

body.page-269 #main .vc_gitem-post-data-source-post_excerpt p:after {
  /* content: ' mehr'; */
  /* font-weight: bold; */
}

a.ballsaison-mehr {
	display: inline-block;
	margin-bottom: 16px !important;
	border-radius: 3px;
}

body.page-269 .vc_btn3, #main .weitere-news .vc_btn3, #main .ballsaison-container a.vc_btn3, #main a.vc_btn3, a.ballsaison-mehr {
	background-color: #888 !important;
	color: #fff !important;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 20px;
	font-weight: bold;
}

body.page-269 .vc_btn3:hover, #main .weitere-news .vc_btn3:hover, #main .ballsaison-container a.vc_btn3:hover, #main a.vc_btn3:hover, a.ballsaison-mehr:hover {
	background-color: #cc3333 !important;
}

body.page-2804 .vc_grid-container-wrapper .wpb_single_image {
	position: relative;
}

body.page-2804 .vc_grid-container-wrapper .wpb_single_image .trailer-tickets-wrapper {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

body.page-2804 .vc_grid-container-wrapper .wpb_single_image .trailer-tickets-wrapper a {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin-left: 10px;
	font-weight: bold;
}

body.page-2804 .vc_grid-container-wrapper .wpb_single_image .trailer-tickets-wrapper.weiss a {
	color: #fff;
}

/*** new Ballsaison styles **/

body.page-2804 .ballsaison-container h2, body.page-7532 .ballsaison-container h2 {
	margin-bottom: 15px !important;
	height: 50px;
	font-size: 16px !important;
	line-height: 1.1 !important;
}

body.page-2804 .ballsaison-image-container, body.page-7532 .ballsaison-image-container {
	position: relative;
}

body.page-2804 .ballsaison-image-container .trailer-tickets-wrapper, body.page-7532 .ballsaison-image-container .trailer-tickets-wrapper {
	position: absolute;
	bottom: 6px;
	right: 6px;
}

body.page-2804 .ballsaison-image-container .trailer-tickets-wrapper a, body.page-7532 .ballsaison-image-container .trailer-tickets-wrapper a {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin-left: 10px;
	font-weight: bold;
}

body.page-2804 .ballsaison-image-container .trailer-tickets-wrapper.weiss a, body.page-7532 .ballsaison-image-container .trailer-tickets-wrapper.weiss a {
	color: #fff;
}

.ballsaison-container h2 a {
	color: inherit;
}

/****************************************************************************************/

.em-calendar thead td {
	background-color: #fff;
}

.em-calendar .days-names td {
	background-color: #fff;
	color: #7c7c7c !important;
}

.em-calendar .em-calnav-prev, .em-calendar .em-calnav-next {
	color: #cc3333 !important;
}

.em-calendar td {
	font-size: 10px;
}

.em-calendar td a {
	font-size: 12px;
}

.css-events-list table, .css-events-list th, .css-events-list td, .css-events-list tr {
	border: 0 !important;
}

.css-events-list table.events-table td {
	padding: 0.5em;
	vertical-align: top;
	word-break: normal;
}

.css-events-list table.events-table td img {
	width: 200px;
	max-width: none;
}

.css-events-list table.events-table td a {
	color: #cc3333;
	font-weight: bold;
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
}

/*****************************************/

.mfp-bottom-bar {
	box-sizing: border-box;
	opacity: 1 !important;
	font-size: 0.85em !important;
}

.fs-media-gallery .thumbs {
	text-align: left;
	margin: 50px 0;
}

.fs-media-gallery .thumbs .thumb {
	width: 32%;
	margin: 0;
}

.fs-media-gallery .thumbs .thumb img {
	width: 100%;
	height: auto;
}


/*****************************************/

#main h1:not(.site-title)::before, h2::before {
	content: none;
	background: none;
	margin: 0;
	height: 0;
	width: 0;
}

/*
#main h1 {
	display: block;
	color: #cc3333;
	font-size: 18px;
	border-bottom: 1px solid #cec2ab;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-top: 18px;
}
*/
#main h1 {
	display: block;
	color: #bbbbbb;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	/* padding-bottom: 6px; */
	margin-top: 18px;
	margin-bottom: 40px;
}

#main h2 {
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #909090;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#main h1, #main h2, #main h3, #main h4 {
	letter-spacing: 1px;
}

body.page-29 #main h2 {
	display: block;
	color: #cc3333;
	font-size: 18px;
	border-bottom: 1px solid #cec2ab;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-top: 18px;
}

#page-42 h2 {
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

#main h3 {
	display: block;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	color: #d70a1d;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	padding: 0;
}

#main h4 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	margin: 20px 0 10px 0;
	padding: 0;	
}

#main h4 a {
	text-decoration: none;
}

#main h3 + ul {
	margin-top: 20px;
}

#page-42 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

#main p + h2, #main p + h3, #main p + h4 {
	margin: 20px 0 -5px 0;
}

#main .content-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main .content-nav ul li {
	display: inline-block;
	color: #cc3333;
	font-size: 17px;
	margin-right: 10px;
}

#main .content-nav ul li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#main .content-nav ul li a:hover {
	color: #cc3333;
}

#main p a, #main p a:visited {
	color: #422;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#main p a:hover {
	color: #cc3333;
}

#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main ul li {
	line-height: 24px;
	margin-bottom: 10px;
}

#main .flexslider {
	margin-bottom: 0px;
	box-shadow: none;
	background: none;
}

#main .dt-fsthumbs {
	margin-bottom: 20px;
}

#main .dt-fsthumbs .flex-control-thumbs {
  text-align: center;
}

#main .dt-fsthumbs .flex-control-thumbs li {
	float: none;
	margin: 0 10px;
	width: 60px;
}

#page-1 #main {
	padding: 20px 10px 100px 13px;
}

#page-1 #main h1 {
	position: relative;
	left: 10px;
	max-width: 631px;
}

#page-1 #main h2 {
	clear: both;
	margin-left: 10px;
	color: #cc3333;
	font-size: 18px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-top: 6px;
	max-width: 631px;
	margin-bottom: 12px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* body.pid39 #main > div > h2, body.pid40 #main > div > h2, body.pid41 #main > div > h2, body.pid42 #main > div > h2 { */
body.pid39 #main h2, body.pid40 #main h2, body.pid41 #main h2, body.pid42 #main h2 {
	padding-top: 15px;
	margin-bottom: 10px;
}

#main .dt-teaser_1cl {
	position: relative;
	margin: 0 0 30px 0;
}

#main .dt-teaser_1cl .image {
	width: 197px;
	height: 250px;
}

#main .dt-teaser {
	position: relative;
	/* overflow: hidden; */
}

#main .dt-teaser_1cl .teasertext {
	position: absolute;
	width: 197px;
	height: 210px;
	background-color: rgba(0,0,0,0.2);
	top: -210px;
	left: 0px;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	box-sizing: border-box;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	overflow: hidden;
	cursor: pointer;
	pointer-events: none;
}

#main .dt-teaser_3cl .teasertext {
	position: absolute;
	width: 631px;
	height: 120px;
	background-color: rgba(0,0,0,0.2);
	top: -120px;
	left: 0px;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	box-sizing: border-box;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	overflow: hidden;
	cursor: pointer;
	pointer-events: none;
}

#main .dt-teaser:hover .teasertext {
	top: 0px;
	background-color: rgba(0,0,0,0.8);
}

#main .dt-teaser .teasertext p {
	margin: 0;
	padding: 0;
}

#main .dt-teaser .teasertext h2, #main .dt-teaser .teasertext h3, #main .dt-teaser .teasertext h4 {
	padding: 0;
	margin: 0;
	font-size: inherit;
}

#main .dt-teaser .info {
	position: absolute;
	bottom: 6px;
	/* left: 0px; */
	left: auto;
	right: 6px;
	color: #000;
	/* text-align: center; */
	text-align: right;
	line-height: 18px;
	font-size: 13px;
	/* font-weight: bold; */
	/* padding: 0 10px; */
	text-transform: uppercase;
	box-sizing: border-box;
}

#main .dt-teaser_1cl .info {
	width: 190px;
}

#main .dt-teaser_3cl .info {
	/* width: 610px; */
	width: 100%;
}

#main .dt-teaser .col-schwarz {
	color: #000;
}

#main .dt-teaser .col-weiss {
	color: #fff;
}

#main .dt-teaser .datum {
	position: absolute;
	bottom: -22px;          /* -22 __DTB__ 2016-08-16 */
	right: 0px;
	color: #303030;         /* #040404 __DTB__ 2016-08-16 */
	padding-right: 2px;     /* __DTB__ 2016-08-16 */
	font-weight: bold;      /* __DTB__ 2016-08-16 */
	padding-bottom: 5px;
}

#main .dt-teaser .info a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

#main .dt-teaser .info .video-target + a {
  /* border-left: 1px solid #000; */
  margin-left: 5px;
  padding-left: 8px;
	line-height: 12px;
}

#main .dt-teaser .col-schwarz .video-target + a {
  /* border-left: 1px solid #000; */
}

#main .dt-teaser .col-weiss .video-target + a {
  /* border-left: 1px solid #fff; */
}

#main .dt-teaser_1cl .info a:hover {
	text-decoration: underline;
}

#main .dt-teaser_3cl {
	position: relative;
	margin: 0 0 30px 0;
}

#main .dt-teaser_3cl .image {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 3;
}

#main .dt-teaser_3cl .gradient {
	position: relative;
	z-index: 5;
	overflow-x: visible;
}

#main .dt-teaser_3cl .gradient > div {
	position: absolute;
	width: 120%;
	height: 100%;
	/* display: none; */
}

#main .dt-teaser_3cl .gradient-left > div {
	left: 0px;
	background: linear-gradient(90deg, rgba(217,194,145,1) 0%, rgba(217,194,145,1) 85%, rgba(217,194,145,0) 100%);
}

#main .dt-teaser_3cl .gradient-right > div {
	background: linear-gradient(-90deg, rgba(217,194,145,1) 0%, rgba(217,194,145,1) 85%, rgba(217,194,145,0) 100%);
	right: 0px;
}

#main .dt-teaser_3cl .beige .gradient-left > div {
	background: linear-gradient(90deg, rgba(217,194,145,1) 0%, rgba(217,194,145,1) 85%, rgba(217,194,145,0) 100%);
}

#main .dt-teaser_3cl .beige .gradient-right > div {
	background: linear-gradient(-90deg, rgba(217,194,145,1) 0%, rgba(217,194,145,1) 85%, rgba(217,194,145,0) 100%);
}

#main .dt-teaser_3cl .salbei .gradient-left > div {
	background: linear-gradient(90deg, rgba(172,187,167,1) 0%, rgba(172,187,167,1) 85%, rgba(172,187,167,0) 100%);
}

#main .dt-teaser_3cl .salbei .gradient-right > div {
	background: linear-gradient(-90deg, rgba(172,187,167,1) 0%, rgba(172,187,167,1) 85%, rgba(172,187,167,0) 100%);
}

#main .dt-teaser_3cl .schwarz .gradient-left > div {
	background: linear-gradient(90deg, rgba(1,1,1,1) 0%, rgba(1,1,1,1) 85%, rgba(1,1,1,0) 100%);
}

#main .dt-teaser_3cl .schwarz .gradient-right > div {
	background: linear-gradient(-90deg, rgba(1,1,1,1) 0%, rgba(1,1,1,1) 85%, rgba(1,1,1,0) 100%);
}

#main .dt-teaser_3cl .gruen .gradient-left > div {
	background: linear-gradient(90deg, rgba(36,60,6,1) 0%, rgba(36,60,6,1) 85%, rgba(36,60,6,0) 100%);
}

#main .dt-teaser_3cl .gruen .gradient-right > div {
	background: linear-gradient(-90deg, rgba(36,60,6,1) 0%, rgba(36,60,6,1) 85%, rgba(36,60,6,0) 100%);
}

#main .dt-teaser_3cl .blau .gradient-left > div {
	background: linear-gradient(90deg, rgba(34,65,124,1) 0%, rgba(34,65,124,1) 85%, rgba(34,65,124,0) 100%);
}

#main .dt-teaser_3cl .blau .gradient-right > div {
	background: linear-gradient(-90deg, rgba(34,65,124,1) 0%, rgba(34,65,124,1) 85%, rgba(34,65,124,0) 100%);
}

.teaser-uv-title {
	widows: 4;
}

#main .dt-teaser .datum {
	/* border-bottom: 1px solid #fff; */
	padding-bottom: 1px;
	margin-bottom: 1px;
  	font-size: 0.85vw;
}

#main .teaser-captions {
	position: absolute;
	top: 0px;
	z-index: 6;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

#main .dt-start-slider .slick-slide.fcolor-schwarz .zeitraum, #main .teaser-captions.fcolor-schwarz .zeitraum, #main .teaser-captions.fcolor-schwarz .weitere-informationen {
	color: #000 !important;
}

#main .dt-start-slider .slick-slide.fcolor-weiss .zeitraum, #main .teaser-captions.fcolor-weiss .zeitraum, #main .teaser-captions.fcolor-weiss .weitere-informationen {
	color: #fff !important;
}

#main .dt-teaser_3cl .ratio-uv
  {
  width: 61.9%;
  height: auto;  
  }

#main .dt-teaser_3cl .ratio-uv img
  {
  width: 100%;
  height: auto;  
  }

#main .flexslider {
	border: 0;
	margin-top: 18px;
}

#main .flexslider .caption-text {
	display: none;
}

#main hr {
	height: 0px;
	border: 0;
	border-bottom: 1px solid #cec2ab;
}

#main .flexslider .slides > li {
	position: relative;
}

#main .flexslider .slides > li .caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 4px 10px;
	margin: 0;
	font-size: 12px;
	text-align: right;
}

#main .flexslider .slides > li .caption:empty {
	display: none;
}

#main .dt-tickets {
	/* font-size: 13px; */
	padding: -10px 0 -10px 0;
}

#main .dt-tickets label {
	display: inline-block;
	width: 180px;
	font-weight: bold;
}

#main .dt-tickets + a.btn-details, #main .fakten-unten a.btn-details {
	display: block;
	text-decoration: none;
	transition: color 1s ease-out;
	color: 	#f32d2d;
	margin: 10px 0;
	font-size: 13px;
	cursor: pointer;
}

#main .dt-tickets + a.btn-details:hover {
	color: #000;
}

#main .dt-tickets .hinweis {
	font-size: 0.75em;
}

#main a.btn-details + hr {
	margin: 20px 0 !important;
}

#main .dt-fakten {
	/* float: left; */
	/* width: 400px; */
	width: auto;
	padding-top: 12px;
	margin-bottom: 30px;
	margin-top: -5px;
	text-align: left;
}

div#show-title-image-container .title-image img
  {
  width: 100%;
  height: auto;  
  }

div.dt-video-carousel
  {
  overflow-y: hidden;	  
  }

div.dt-video-carousel ul
  {
  list-style-type: none !important;
  margin-left: 0 !important;
  text-align: center;
  }
  
div.dt-video-carousel li:not(.flipster__item--current) iframe
  {
  pointer-events: none;	  
  }

div.dt-subevents
  {
	  
  }

div.dt-subevents a.subevent-tickets
  {
  display: inline-block;
  padding: 4px 8px;
  background-color: #888;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  margin-top: 20px;
  }

div.dt-promobox
  {
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;	  
#  border-radius: 4px;
  }

div.dt-promobox.pbcolor1
  {
  background-color: #f71559;	  
  }

div.dt-promobox.pbcolor2
  {
  background-color: #ad0352;	  
  }

div.dt-promobox.pbcolor3
  {
  background-color: #fb3031;	  
  }

div.dt-promobox.pbcolor4
  {
  background-color: #7e0b45;	  
  }

div.dt-promobox h3
  {
  color: inherit !important;	
  margin: 0 !important;  
  }

div.dt-promobox p
  {
  margin: 0;
  padding: 0;	  
  }

div.dt-promobox a
  {
  color: inherit !important;	  
  text-decoration: underline;
  }

div.dt-infobox
  {
  position: relative;
  border: 1px solid #6c6c6c;
  /* border-radius: 4px; */
  padding: 20px 10px;	  
  /* max-height: 200px; */
  overflow: hidden;
  transition: height 1s ease-in;
  opacity: 0;
  scroll-margin-top: 120px;
  }

div.dt-infobox h4
  {
  font-weight: bold !important;	  
  }

div.dt-infobox.expanded
  {
  max-height: none;	  
  }

div.dt-infobox img.ibimage:not(.ibimage-1)
  {
  display: none;
  opacity: 0;
  transition: visibility 0s, opacity 0.8s linear;
  }
  
div.dt-infobox.expanded img.ibimage:not(.ibimage-1)
  {
  display: initial;
  opacity: 1;
  }

div.dt-infobox .ibswitch
  {
  position: absolute;
  top: 10px;
  right: 10px;	  
  }

div.dt-infobox .ibswitch::before
  {
  content: "\f078";	  
  }

div.dt-infobox.expanded .ibswitch::before
  {
  content: "\f077";	  	  
  }

div.dt-infobox div.ib-subline
  {
  font-weight: bold;
  color: #363636;	  
  }

div.dt-infobox h4.ib-headline
  {
  margin: 2px 0 10px 0 !important;	  
  color: #cc3333;
  line-height: 1.2 !important;
  }

div.dt-infobox .ib-content
  {
  display: none;	  
  }

div.dt-infobox.expanded .ib-content 
  {
  display: block;	  
  }

div.dt-infobox .ib-content p + br
  {
  display: none;  
  }

div.dt-infobox.expanded .ib-content-short 
  {
  display: none;
  }
  
div.dt-infobox div.ib-actions a, .newsblog-container a.dt-button 
  {	
  display: inline-block;
  color: #cc3333;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #909090;
  padding: 2px 8px;
  font-size: 1em;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all .6s ease;
  border-radius: 0;
  background-color: transparent;
  min-width: 100px;
  text-align: center;
  }

div.dt-infobox div.ib-actions a:hover, .newsblog-container a.dt-button:hover
  {
  background-color: #cc3333;
  color: #fff;  
  }

div.dt-infobox .ib-fade
  {
  position: absolute;
  left: 0px;
  bottom: 0px;	  
  display: block;
  opacity: 1;	  
  transition: opacity 1s ease-in;
  width: 100%;
  height: 80px;  
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  }

div.dt-infobox .ib-fade a 
  {
  display: none;	  
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;	  
  text-decoration: none;
  color: #363636;
  text-transform: uppercase;
  }
  
div.dt-infobox.expanded .ib-fade
  {
  display: none;
  opacity: 0;
  }
  
body.pid45 #main .dt-fakten {
	padding-top: 0px;
	margin-bottom: 0px;
}

#main .schnellnavigation {
	float: right;
	color: #bbb !important;
}

/* #main .dt-fakten .schnellnavigation a { */
#main .schnellnavigation a {
	color: #bbb !important;
	text-decoration: none;
}

#main .schnellnavigation a:hover {
	color: #cc3333 !important;
}

#main .schnellnavigation i.disabled {
	color: #ddd;
}

/* #main .schnellnavigation a + a, #main .schnellnavigation i + a, #main .schnellnavigation i { */
#main .schnellnavigation i {
	margin-left: 20px;
}

.page-template-page-musicals #main .text-oben {
	color: #3e3e3e;
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 14px;
}

.page-template-page-musicals .musicals-shows-news .vc_gitem-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-template-page-musicals .vc_custom_heading.teaser-text p {
	margin-top: 0 !important;
}

.testimonials-widget-testimonial {
	margin-top: 0 !important;
}

.testimonials-widget-testimonial blockquote {
	margin: 0 0 0 150px;
	border-left: none !important;
	line-height: 1.5;
	padding-right: 60px;
}

.musicals-shows-news .vc_gitem_row .vc_gitem-col {
	padding: 0;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #888 !important;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #cc3333 !important;
}

button.mfp-arrow, button.mfp-close {
	background-color: transparent !important;
}

.bx-wrapper .bx-controls-direction a {
	/* opacity: 0; */
	opacity: 1;
	top: 70%;
	-webkit-transition: opacity 1.0s ease;
	-moz-transition: opacity 1.0s ease;
	-o-transition: opacity 1.0s ease;
	transition: opacity 1.0s ease;
}

.bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
}

.testimonials-widget-testimonial blockquote p:nth-child(1) {
	/* display: none; */
}

.testimonials-widget-testimonial blockquote p:empty {
	display: none;
}

.testimonials-widget-testimonial blockquote h3 {
	display: inline-block !important;
	margin-top: 0 !important;
}

#main .dt-fakten .zeitraum, #main .dt-fakten .zeitraum-abgelaufen {
	/* color: #cc3333; */
	color: #555;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b8b6b0;
}

#main .dt-fakten .zeitraum-abgelaufen {
	color: #cc3333;
}

body.pid45 #main .dt-fakten .zeitraum {
	padding-bottom: 0px;
}

#main .dt-fakten .text {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #b8b6b0;
	line-height: 22px;
	padding: 10px 100px 0 0;
	margin: 10px 0;
}

body.pid45 #main .dt-fakten .text {
	#font-weight: normal;
	#font-size: 15px;
	#text-transform: normal;
	#line-height: 20px;
	#color: #000;
	#border-top: none;
	#padding: 0px 0 0 0;
	#margin: 0px 0;
}

#main .dt-fakten .text p {
	margin: 0;
}

#main .dt-fakten .fakten-unten {
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #b8b6b0;
	border-top: 1px solid #b8b6b0;
}

#main .dt-fakten .fakten-unten .block {
	margin: 2px 0;
}

#main .dt-fakten .fakten-vorstellung-beginn, .dt-fakten .fakten-vorstellung-spielfrei {
}

#main .dt-fakten .fakten-beginn-rechts, .dt-fakten .fakten-spielfrei-rechts {
	float: left;
}

#main .dt-fakten .fakten-unten .block label {
	float: left;
	display: block;
	font-weight: normal;
	text-transform: normal;
	width: 170px;
	font-weight: bold;
}

#main .dt-fakten .fakten-unten .block label + div {
	float: left;
	display: block;
	max-width: 430px;
	line-height: 16px;
}

#main .dt-fakten .fakten-unten .block .hinweis {
	display: block;
	float: left;
	color: #888;
}

#main .dt-fakten .text {
	position: relative;
	}

#main .dt-fakten .text h2 {
	text-transform: none !important;
	letter-spacing: normal !important;
	}


#main .dt-fakten .text .dt-tickets {
	position: absolute;
	right: 20px;
	top: 9px;
	/* float: left; */
	margin-left: 18px;
	/* width: 182px; */
	/* height: 197px; */
	/* border: 3px solid #444; */
	/* padding-top: 20px; */
}

#main .teams-box .bx-wrapper {
	margin-bottom: 0 !important;
}

#main .teams-box .testimonials-widget-testimonial .image {
	position: relative;
	top: 45px;
}

body.pid45 #main .dt-fakten .text .dt-tickets {
	top: 3px;
}

#main .dt-tickets a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

/*
#main .dt-tickets .bevel-button, #main .dt-tickets .bevel-button-abgelaufen {
	display: block;
	margin: 5px auto;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #B5131A;
	box-shadow: 0 4px 8px #fff, inset 0 -4px 4px rgba(0,0,0,0.5), inset 0 4px 4px rgba(255,255,255,0.8); 
    color: #fff;
    text-align: center;
    padding-top: 24px;
	box-sizing: border-box;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	}
*/

#main .dt-tickets .bevel-button, #main .dt-tickets .bevel-button-abgelaufen, #main .tnp-subscription .tnp-submit, #main .tnp-profile .tnp-submit, #main a.dt-red-button {
	display: inline-block;
	width: 280px;
	height: auto;
	color: #fff;
	background-color: #d91d1d;
	background: linear-gradient(90deg, rgba(243,46,46,1) 0%, rgba(243,46,46,1) 20%, rgba(192,14,14,1) 100%);
	text-align: center;
	line-height: 2.2;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 4px;
	text-transform: uppercase;
	}

#main .dt-tickets .bevel-button-abgelaufen {
  padding-top: 15px;
	background-color: #888;
	font-size: 12px;
	color: #ccc;
	line-height: 1.3;
}

#main .dt-tickets .bevel-button:hover {
	color: #fff;
	text-shadow: 2px -2px 2px rgba(150, 150, 150, 1);
}

#main .dt-tickets .preise {
	text-align: center;
	color: #000;
	font-size: 12px;
}

#main .dt-tickets .preise strong {
	font-size: 14px;
	font-weight: bold;
}

#main .dt-tickets .hinweise {
	text-align: center;
	font-size: 10px;
	color: #444;
	line-height: 12px;
}

#main .dt-tickets .hinweise a {
	color: inherit;
	text-decoration: underline;
}

#besetzung h2, #kreativteam h2, #solisten h2 {
}

body.page-id-269 .vc_custom_heading p {
	margin: 0;
}

body.page-id-269 .vc_custom_heading h2 {
	padding: 0 !important;
}

body.page-id-269 .vc_gitem-post-data {
	margin: 0;
}

body.page-id-269 .vc_grid-item {
	border-bottom: 1px solid #b8b6b0;
}

.comments-area .comments-title-wrap .comments-title::before {
	content: none;
	background: none;
	height: auto;
	margin: 0;
	width: auto;
}

/* /srv/www/htdocs/fileadmin/dt/Resources/JavaScript/main.js Zeile 72*/
#newsblog h2 {
	margin-top: 50px;
}

#header_news h2 {
	margin-top: 0px;
	font-size: 16px;
}

#main .dt-zitate {
	/* border: 3px solid #444; */
	/* padding: 15px; */
	color: #000;
	font-size: inherit;
	/* text-transform: uppercase; */
	padding-bottom: 0px;
	/* border-bottom: 1px solid #b8b6b0; */
}

#main .wpb_text_column + .dt-zitate {
	margin-top: 0px;
}

#main .dt-zitate h2 {
	border: 0 !important;
	margin-bottom: 12px;
}

#main .dt-zitate ul li {
	display: block;
	/* text-align: center; */
	text-align: left;
	margin: 2px 0 7px 0;
	font-size: 12px;
	line-height: 16px;
}

#main .dt-zitate ul li {
	/* font-style: normal; */
}

#main .dt-zitate ul li em, #main .dt-zitate ul li i, #main .dt-zitate ul li strong, #main .dt-zitate ul li b {
	font-size: 11px;
	font-style: normal;
	letter-spacing: -0.2px;
	line-height: 15px;
	font-weight: normal;
}

#main .dt-biographie .foto, #main .dt-darsteller .foto, #main .dt-kreativ .foto, #main .dt-TitelFrei .foto, #main .dt-solisten .foto {
	float: left;
	width: 86px;
	margin-top: 2px;
	margin-right: 14px;
}

#main .dt-biographie .foto .image, #main .dt-darsteller .foto .image, #main .dt-kreativ .foto .image, #main .dt-TitelFrei .image, #main .dt-solisten .foto .image {
	width: 100%;
	height: auto;
}

#main .dt-biographie .info, #main .dt-darsteller .info, #main .dt-kreativ .info, #main .dt-TitelFrei .info, #main .dt-solisten .info {
	float: left;
	width: 510px;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	/* padding-top: 4px; */
}

#main  .dt-biographie .info h3, #main .dt-darsteller .info h3, #main .dt-kreativ .info h3, #main .dt-TitelFrei .info h3, #main .dt-solisten .info h3 {
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#main .dt-biographie .info p, #main .dt-darsteller .info p, #main .dt-kreativ .info p, #main .dt-TitelFrei .info p, #main .dt-solisten .info p {
	margin: 0;
}

#main .dt-biographie, #main .dt-darsteller, #main .dt-kreativ, #main .dt-TitelFrei, #main .dt-solisten {
	padding-top: 0px;
	padding-bottom: 6px;
	margin-top: 8px;
}

#main .dt-biographie, #main .dt-darsteller, #main .dt-kreativ, #main .dt-TitelFrei, #main .dt-solisten {
	border-bottom: 1px solid #b8b6b0;
}

#main .dt-video {
	float: left;
	margin-top: 25px;
	width: 400px;
}

/* news offene Tür*/

/*
#main iframe {
	width: 100%;
	height: 400px;
}
*/

#main .dt-video iframe {
	width: 400px;
	height: 226px;
}

#main .dt-container-tickets {
	float: left;
	width: 182px;
	margin-top: 25px;
}

#main .dt-shnav {
	position: relative;
	top: -10px;
}

#main .dt-shnav .hinweis {
	color: #8d8d8d;
}

#main .dt-shnav ul {
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#main .dt-shnav ul li {
	display: inline-block;
}

#main .dt-shnav ul li.nav-biographie, #main .dt-shnav ul li.nav-besetzung, #main .dt-shnav ul li.nav-kreativ, #main .dt-shnav ul li.nav-solisten {
  display: none;
}

#main .dt-shnav ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 14px;
}

#main .news-list-view {
	margin-top: 10px;
}

#main .news .article {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* #main .news .article + .article { */
#main .news .article {
	border-bottom: 1px solid #b8b6b0;
	margin-bottom: 10px;
}

#main .news .article .news-img-wrap {
	display: none;
}

#main .header {
	margin-bottom: 4px;
}

#main .news .article .header a {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#main .news .article .header a:hover {
	text-decoration: none;
}

#main .news .article .teaser-text {
	font-size: 12px;
	line-height: 18px;
}

#main .news .article .teaser-text p {
	margin: 0;
}

#main .news .article .teaser-text a {
	/* color: #cc3333; */
	color: #422;
	font-weight: bold;
	text-decoration: none;
}

#main .news .article .teaser-text a:hover {
	color: #cc3333;
}

#main .news .article .footer {
	display: none;
}

#main .news-single .teaser-text {
	displaY: none;
}

body.page-9 #main h2, body.page-11738 #main h2 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}

body#page-49 .news-list-view {
	width: 640px;
}

body#page-49 .news-list-view .article {
	width: 305px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 0 !important;
	border-bottom: 1px solid #7a7975 !important;
	text-align: left;
}

body.page-9 #main .vc_gitem-post-data-source-post_title, body.page-11738 #main .vc_gitem-post-data-source-post_title {
	margin-bottom: 0;
}

body.page-9 #main .vc_gitem-post-data-source-post_title a, body.page-11738 #main .vc_gitem-post-data-source-post_title a {
	/* font-size: 13px; */
	text-transform: uppercase;
}

body.page-9 #main .vc_gitem-post-data-source-post_excerpt p, body.page-11738 #main .vc_gitem-post-data-source-post_excerpt p {
	display: inline;
	/* font-size: 12px; */
	line-height: 18px;
}

body.page-9 #main .vc_gitem-post-data-source-post_excerpt p:after, body.page-11738 #main .vc_gitem-post-data-source-post_excerpt p:after {
	content: ' mehr';
	font-weight: bold;
}

body.page-9 #main .vc_grid-item, body.page-11738 #main .vc_grid-item {
	padding-bottom: 10px;
}

body.pid89 #main .ce-textpic {
	width: 400px;
}

body#page-49 .news-list-view:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.ngg-gallery-thumbnail-description {
	font-size: 12px;
	line-height: 1.2;
	height: 60px;
}

#main .dt-fsthumbs.carousel {
		margin: 30px 0 30px 0;
}

#main .dt-fsthumbs.carousel .slides li {
		margin-right: 20px;
}

#main #main-right {
	position: absolute;
	right: 0px;
	top: 53px;
}

/* Copyright subline under hero image on shows pages */
#main article.mshows div.hinweis p {
	font-size: 12px;
}

#main .dt-pmubox {
	position: relative;
	box-sizing: border-box;
	width: 200px;
	color: #444;
	font-size: 10px;
}

#main .dt-pmbox {
	position: relative;
	box-sizing: border-box;
	width: 200px;
	color: #444;
	font-size: 10px;
}

#main .dt-pmbox a, #main .dt-pmubox a, #main .dt-pvbox a {
	color: inherit;
	text-decoration: none;
	display: block;
	font-size: 10px;
}

#main .dt-pmbox a:hover, #main .dt-pmubox a:hover, #main .dt-pvbox a:hover {
	color: #cc3333;
}

#main .dt-pmubox span.label, #main .dt-pvbox span.label {
	display: inline-block;
	font-weight: bold;
	width: auto;
	font-size: 10px;
}

#main .dt-pmubox span.label + a, #main .dt-pvbox span.label + a {
	display: inline-block;
}

#main .dt-pmubox audio {
	max-width: 180px;
}

#main .dt-pmubox .mp3-container + .mp3-container {
	margin-top: 20px;
}

#main .dt-pvbox iframe {
	max-width: 180px;
}

#main .dt-pfbox h3, #main .dt-pmbox h3, #main .dt-pmubox h3, #main .dt-pvbox h3 {
	font-size: 16px;
	font-weight: normal;
	color: #444;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#main .dt-pfbox ul {
	position: relative;
	left: -5px;
	width: 636px;
	max-width: 100%;
}

#main .dt-pfbox ul li {
	position: relative;
	box-sizing: border-box;
	width: 192px;
	height: 250px;
	background-color: #ded8cd;
}

#main .dt-pfbox ul li {
	display: table;
	position: relative;
	box-sizing: border-box;
	width: 182px;
	height: 250px;
	background-color: #ded8cd;
	float: left;
	margin: 0 20px 20px 0;
}

#main .dt-pfbox ul li .image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 65px;
	height: 250px;
}

#main .dt-pfbox ul li a {
	position: absolute;
	display: block;
	border-top: 1px solid black;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	width: 170px;
}

#main .dt-pfbox ul li a:hover {
  color: #cc3333;
}

#main .dt-pfbox ul li .info {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 170px;
}

#main .dt-pfbox ul li .info span {
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	color: #000;
}

#main .dt-pfbox ul li .info .copyright {
	font-size: 8px;
	font-weight: normal;
	color: #555;
}

#main .dt-pfbox .ngg-gallery-thumbnail {
	background-color: #ded8cd;
	padding: 20px 10px 10px 10px;
	margin: 10px;
}

#main .dt-pfbox .ngg-gallery-thumbnail a.download-link {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 1px solid black;
}

#main .dt-pfbox .ngg-gallery-thumbnail span.subline {
	color: #444;
	font-size: 11px;
	line-height: 1.5;
	margin-top: 8px;
}

#main .dt-pfbox .ngg-gallery-thumbnail .ngg-presse-tumbnail-description {
	position: absolute;
	bottom: 80px;
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	text-align:center;
	width: 100%;
	padding-right: 20px;
}

#main .fab {
	font-family: Font Awesome 5 Brands;
}


#main .dt-prteaser  {
	position: relative;
	margin-bottom: 4px;
	height: 170px;
}

#main .dt-prteaser .image-container {
	position: absolute;
	float: left;
	width: 190px;
	padding-top: 2px;
	top: 0px;
	left: 0px;
}

#main .dt-prteaser .image-container img {
	width: 100%;
	height: auto;
}

#main .dt-prteaser .image-container .links {
	position: absolute;
	left: 0px;
	bottom: 8px;
	width: 100%;
	text-align: right;
}

#main .dt-prteaser .image-container .links a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	/* font-weight: bold; */
	text-decoration: none;
	margin-right: 10px;
}

#main .dt-prteaser .image-container.col-schwarz .links a {
	color: #000;
}

#main .dt-prteaser .video-target + a {
  /* border-left: 1px solid #fff; */
  /* margin-left: 5px; */
  /* padding-left: 8px; */
	line-height: 12px;
}

#main .dt-prteaser .col-schwarz .video-target + a {
  /* border-left: 1px solid #000; */
}

#main .dt-prteaser .teaser {
	margin-left: 200px;
	width: auto;
	color: #000;
	font-size: 13px;
	line-height: 16px;
}

#main .dt-prteaser .teaser a {
	color: #422;
	text-decoration: none;
	font-weight: 700 !important;
}

#main .dt-prteaser .teaser a b {
	font-weight: 700 !important;
}

#main .dt-prteaser .teaser a:hover {
	color: #cc3333;
}

#main .dt-prteaser .teaser h3 {
	display: inline;
}

#main .dt-prteaser .teaser h2 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 5px 0;
	line-height: 19px;
	letter-spacing: 0.2px;
}

#main .dt-prteaser .teaser h2 + p {
	margin-top: 8px;
}

#main .dt-anteaser  {
	margin-bottom: 17px;
}

#main .dt-anteaser .image-container {
	position: relative;
	float: left;
	width: 190px;
	padding-top: 2px;
}

#main .dt-anteaser .image-container img {
	width: 100%;
	height: auto;
}

#main .dt-anteaser .teaser {
	margin-left: 200px;
	width: auto;
	font-size: 13px;
	line-height: 16px;
}

#main .dt-anteaser .teaser a {
	color: #422;
	text-decoration: none;
}

#main .dt-anteaser .teaser a:hover {
	color: #cc3333;
}

#main .dt-anteaser .teaser h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 22px;
}

#main .dt-ctinfo {
	border: 2px solid #444;
	padding: 10px;
	margin-top: 20px;
}

#main .dt-ctinfo .image-container {
	float: left;
	width: 400px;
	max-width: 100%;
}

#main .dt-ctinfo .image-container img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#main .dt-ctinfo .infotext {
	float: left;
	max-width: 100%;
	margin-left: 10px;
	line-height: 15px;
}

body.cpt-mshows #main .vc_grid .vc_gitem-zone:before {
	/* padding: 0; */
}

#page-57 #main iframe {
	width: 100%;
	height: 400px;
}

#page-62 .dt-ctinfo {
	margin-top: 10px;
	margin-bottom: 20px;
}

#page-62 .dt-ctinfo .image-container {
	float: left;
	width: 100px;
}

#page-62 .dt-ctinfo .infotext {
	width: 460px;
}

#page-62 .dt-ctinfo .infotext > p {
	margin-top: 0;
}

#page-63 .dt-ctinfo, #page-111 .dt-ctinfo, #page-112 .dt-ctinfo {
	margin-top: 10px;
	margin-bottom: 20px;
}

#page-63 .dt-ctinfo .image-container, #page-111 .dt-ctinfo .image-container, #page-112 .dt-ctinfo .image-container {
	float: left;
	width: 86px;
}

#page-63 .dt-ctinfo .infotext, #page-111 .dt-ctinfo .infotext, #page-112 .dt-ctinfo .infotext {
	width: 489px;
}

#page-59 .dt-ctinfo, #page-44 .dt-ctinfo, #page-208 .dt-ctinfo {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-bottom: 1px solid #888;
	padding: 0;
	padding-bottom: 10px;
}

#page-59 .dt-ctinfo .image-container, #page-44 .dt-ctinfo .image-container, #page-208 .dt-ctinfo .image-container {
	float: left;
	width: 100px;
}

#page-44 .dt-ctinfo .image-container {
	width: 140px;
}

#page-59 .dt-ctinfo .infotext, #page-44 .dt-ctinfo .infotext {
	width: 470px;
}

#page-59 .dt-ctinfo .infotext > p, #page-44 .dt-ctinfo .infotext > p {
	margin-top: 0;
}

#page-44 .dt-ctinfo .infotext b {
	color: #555;
}

#main .dt-ctinfo .infotext h3 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 18px;
}

body.pid38 h1, #page-45 h1 {
}

.pid43 #main p {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	margin: 10px 0;
}

.pid43 #main p + ul {
	padding-left: 20px;
	list-style-type: disc;
	margin: 20px 0;
}

.pid43 #main p + ul li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

#main .csc-textpic img {
	width: 100%;
	height: auto;
}

#main .dt-block, .dt-block-heller {
	position: relative;
	border-bottom: 1px solid #cec2ab;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#main .dt-block-heller {
}

#main .dt-block.no-border, .dt-block-heller.no-border {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#main .dt-block h2 {
	line-height: 23px;
	text-transform: uppercase;
	margin: 0;
}

#main .dt-block h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}

#main .dt-block p {
	color: inherit;
}

#main .dt-block .right {
	position: absolute;
	display: inline;
	top: 0px;
	right: 0px;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
}

#main .dt-praesentatoren-aussen {
}

#main .dt-praesentatoren-headline {
	margin: 15px 0 10px 0;
}

#main .dt-praesentatoren, #main .dt-hotels {
	float: left;
	display: inline-block;
}

#main .dt-praesentatoren + .dt-hotels {
	margin-left: 65px;
}

#main .dt-praesentatoren h3, #main .dt-hotels h3 {
	text-transform: uppercase;
}

#main .dt-praesentatoren img, #main .dt-hotels img {
	width: 180px;
	height: auto !important;
	/*width: auto;
	height: 25px;*/
	margin-top: 0px;
	margin-right: 10px;
	vertical-align: top;
	}

#main .dt-praesentatoren-breit img, #main .dt-hotels-breit img {
	width: 200px;
	height: auto;
	margin-top: 30px;
	margin-right: 10px;
	vertical-align: top;
	}

#page-373 .dt-praesentatoren-headline {
	margin: 0px 0 0px 0;
}

#page-373 .dt-praesentatoren-headline h2 {
	/* padding: 0 !important; */
	margin: 0 !important;
}

#page-373 .dt-praesentatoren img {
	width: 200px;
	height: auto !important;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: -20px;
	vertical-align: top;
	}

#main .space-regie {
	margin-bottom: 15px;
}

#main .bbottom-darsteller {
	border-bottom: 1px solid #b8b6b0;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

#main .bbottom, .bbottom-heller {
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

#main .bbottom-heller {
	color: #555;
}
#main .margintop15 {
	margin-top: 15px;
}

#main .margintop30 {
	margin-top: 30px;
}

#main .marginbottom20 {
	margin-bottom: 20px !important;
}

.pid43 #main .small {
	font-size: 1em !important;
	margin: 2px 0 !important;
}


/* .pid43 #main .float-right { */
.pid43 #main .float-right, .pid54 #main .float-right, .pid48 #main .float-right, .page-id-279 #main .float-right, .float-right {
	float: right;
	text-align: right;
}

/* .pid43 #main .clear { */
.pid43 #main .clear, .pid54 #main .clear{
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clear: both;
}

.pid43 #main .fixedWidth {
	display: inline-block;
	width: 180px;
}

.pid43 #main p.red {
	color: #ed3030;
	margin: 20px 0;
}

#main .dt-tabs-container {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

#main .dt-tabs-container .dt-tabs-list {
	list-style-type: none;
	margin-left: 0px !important;
}

#main .dt-tabs-container .dt-tabs-list li {
	display: inline-block;
}

#main .dt-tabs-container .dt-tabs-list li a {
	display: inline-block;
	background-color: #cec2ab;
	padding: 14px 20px;
	text-decoration: none !important;
}

#main .dt-tabs-container .dt-tabs-list li a:hover {
	background-color: #c3b498;
}

#main .dt-tabs-container .dt-tabs-list li.dt-active a, #main .dt-tabs-container .dt-tabs-list li.dt-active a:hover {
	background-color: #fff;
}

#main .tnp-subscription {
	width: 100%;
	max-width: none;
	/* padding: 20px; */
	/* text-align: center; */
	/* background-color: rgba(237,231,219,1); */
	margin-top: 8px;
}

#main .tnp-subscription .tnp-submit {
    margin-top: 20px;
}

body #page #main .tnp-subscription .tnp-field-email {
	/* display: inline-block; */
	/* margin-top: 20px; */
}

body #page #main .tnp-subscription .tnp-field-email input {
	/* border: 0 !important; */
	/* background-color: transparent; */
	/* text-align: center; */
	/* font-size: inherit; */
}

body #page #main .tnp-subscription hr {
	border-bottom: 1px solid #aaa;
	margin-top: 0px;
}

/***** Filter Styles ********************************************************************/

div#dt-start-filter {
	position: relative;
	z-index: 8;
}

div#dt-start-filter .multi-select-container {
	width: 100% !important;
}

div#dt-start-filter span.multi-select-button {
	border-radius: 3px !important;
	padding: 1em 0.6em !important;
	width: 100% !important;
	max-width: none !important;
}

div#dt-start-filter .multi-select-menu {
	z-index: 11;
	top: 30px;
}

label.dt-filter-label
  {
  position: absolute;
  top: -11px;
  left: 22px;
  display: inline-block !important;
  font-weight: normal !important;
  z-index: 10;
  background-color: #f6f5ec;
  padding: 0px 5px;
  font-size: 0.7em;
  color: #888888;
  transition: color 0.6s ease-in-out;
  }

div:hover > label.dt-filter-label {
	color: #D82C2C;
}

div#dt-start-filter button.filter-monat {
	width: 100%;
	background-color: transparent !important;
	border: 1px solid #737373;
	color: #737373;
	transition: all 0.6s ease-in-out;
	border-radius: 4px;
	font-weight: normal;
}

div#dt-start-filter button.filter-monat.active {
	background-color: #D82C2C !important;
	color: #fff;
}

div#dt-start-filter .multi-select-button {
	background-color: #f6f5ec;
}
  
/***** Newsticker Styles ****************************************************************/

.dt-news-ticker {
	background-color: #eee;
	font-size: 1.2em;
	line-height: 32px;
	height: 32px !important;
	overflow: hidden !important;
	margin-bottom: 30px;
}

.dt-news-ticker * {
	text-align: center;
}

.dt-news-ticker-label {
	text-transform: uppercase;
	font-weight: bold;
	color: #d70a1d;
}

.dt-news-ticker-content div {
	width: 100%;
}

#dt-news-ticker-content:not(.jctkr-initialized) ul {
	opacity: 0;	
}

#dt-news-ticker-content li {
	margin: 0 5px;
	line-height: 32px !important;
}

#dt-news-ticker-content li a {
	color: #f32d2d !important;
	text-decoration: none;
}

/****************************************************************************************/

.dt-carousel {
	margin-bottom: 60px;	
}

.dt-carousel .carousel-indicators {
	position: absolute;
	bottom: -40px;	
}

.dt-carousel .carousel-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: transparent !important;
	border: 2px solid #d70a1d;
}

.dt-carousel .carousel-indicators [data-bs-target].active {
	background-color: #d70a1d !important;
}

.dt-carousel-presse {
	font-style: italic;	
}

.dt-carousel-presse span {
	color: #d70a1d !important;
}

#main article.page .ls-layer {
	display: none;
}

#dt-start-newsblog {
	
}

#dt-start-newsblog .newsblog-container {
	clear: both;	
}

#dt-start-newsblog .newsblog-container h4 {
	margin-bottom: 20px;	
}

#dt-start-newsblog .newsblog-container h4 a {
	color: #000;
}

#dt-start-newsblog img {
	float: left;
	margin: 0px 15px 15px 0;
}



/***** FAQ Styles ***********************************************************************/

#main .dt-faqset, #main .vc_toggle {
	border: 1px solid #444;
	margin-top: 10px;
	cursor: pointer;
}


#main .dt-faqset + .dt-faqset {
	margin-top: 10px;
}

#main .dt-faqset .frage {
	position: relative;
	background-color: #fff;
	padding: 10px;
	font-size: 14px;
	color: #444;
}

#main .dt-faqset .frage:after{ font-family: "FontAwesome"; position: absolute; right: 10px; content: '\f103'; font-weight: bold; }
#main .dt-faqset.offen .frage:after{ font-family: "FontAwesome"; position: absolute; right: 10px; content: '\f102'; font-weight: bold; }

#main .dt-faqset .antwort {
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	box-sizing: border-box;
	height: 0px;
	color: #444;
}

#main .dt-faqset .antwort p {
	margin: 0;
}

#main .dt-faqset.offen .antwort {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #a48f7e;
}

#main .vc_toggle {
	border: 1px solid #6c6c6c
	margin-top: 10px;
	margin-bottom: 0px;
}

#main .vc_toggle_title {
	position: relative;
	/* background-color: #fff; */
	padding: 8px 10px 8px 25px;
}

#main .vc_toggle_title h4 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-transform: none;
}

#main .vc_toggle_content {
	border-top: 1px dotted #a48f7e;
	padding: 15px 10px 15px 10px;
	color: #444;
	margin: 0;
}

body.page-2038 #main .wpb_text_column {
	margin-bottom: 0px;
}

/****************************************************************************************/

/* Cookie Consent Styles */

.cc_container a, .cc_container a:visited
  {
	box-sizing: content-box;
  color: #cc3333 !important;
  }

.cc_container a:hover
  {
  color: #fff !important;
  }

.cc_container .cc_btn, .cc_container .cc_btn:visited
  {
  background-color: #cc3333 !important;
  color: #fff !important;
  font-size: 13px !important;
  }

.cc_container .cc_btn:hover
  {
  background-color: #fff !important;
  color: #000 !important;
  }

.cc_container .cc_message
  {
  font-size: 13px !important;
  }

/****************************************************************************************/

/* Datenschutz Piwik */
#page-53 #main iframe {
	height: auto;
}

#sidebar-right .ls-fullscreen-wrapper {
	box-sizing: border-box;
	border: 4px solid #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

#sidebar-right .kalender {
	margin-bottom: 30px;
}

	#sidebar-right .kalender-container a {
		font-size: 13px;
	}

#sidebar-right .kalender .event-title a {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-right .kalender .event-data {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

#sidebar-right .kalender .browser {
	position: relative;
	display: block;
}

#sidebar-right .kalender .browser .prev {
	position: absolute;
	top: 1px;
	left: 10px;
}

#sidebar-right .kalender .browser .next {
	position: absolute;
	top: 1px;
	right: 10px;
}

#sidebar-right .kalender .browser .prev i, #sidebar-right .kalender .browser .next i {
	font-weight: bold;
	font-size: 18px;
	color: #cc3333;
	text-decoration: none;
}

.tx-cal-controller .month-small th {
	background-color: #fff;
	color: #7c7c7c;
}

.tx-cal-controller .month-large th {
	background-color: #fff;
}

.tx-cal-controller .month-large .dayNum {
	background-color: #eee;
}

.tx-cal-controller .month-large td a {
	color: #cc3333;
}

.tx-cal-controller .month-large td a span {
	color: #cc3333;
}

.tx-cal-controller .month-small td.eventDay a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.tx-cal-controller .month-small td.eventDay a:hover {
	color: #cc3333;
}

#main .tx-cal-controller .previous-button a i, #main .tx-cal-controller .next-button a i {
	font-weight: bold;
	font-size: 18px;
	color: #cc3333;
	text-decoration: none;
}

.tx-cal-controller .list-view .vevent .dtstart-container, .tx-cal-controller .list-view .vtodo .dtstart-container {
	text-align: left;
}

.tx-cal-controller .list-view .vevent {
	background-color: #eee;
	padding: 10px;
}

.tx-cal-controller .list-view .vevent span.dtstart {
	font-weight: bold;
}

.tx-cal-controller .vevent.even {
	background-color: #fff;
}

.tx-cal-controller .list-view .vevent .dtstart-container, .tx-cal-controller .list-view .vtodo .dtstart-container {
	width: 190px;
}

.tx-cal-controller .list-view .vevent a {
	color: #cc3333;
}

#main .tx-cal-controller .view-header {
	position: relative;
	top: -20px;
}

#sidebar-right .zusatz .ce-gallery {
       	border: 4px solid #fff;
       	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
       	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2);
       	zoom: 1;

	margin: 0px 2px 4px 3px;
	float: left;
}

#sidebar-right .zusatz img {
	width: 100%;
	height: auto;
	text-align: center;
}

#main .vevent .freq {
	display: none;
}

.tx-datec-contact {
	line-height: 20px;
}

.tx-datec-contact .form-group {
	margin-bottom: 10px;
}

.tx-datec-contact .form-group label {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
}

.tx-datec-contact form input, .tx-datec-contact form textarea {
	width: 302px;
	border-width: 0 0 1px 1px;
	border-style: none none solid solid;
	border-color: #d1d1d1;
	color: #444;
	padding: 5px;
	font-size: 13px;
	box-sizing: border-box;
}

.tx-datec-contact-guestbookEntryForm {
	width: auto;
}

.tx-datec-contact-guestbookEntries-header {
	margin-bottom: 10px;
}

.tx-datec-contact form {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.tx-datec-contact form button {
	margin-top: 10px;
}

.tx-datec-contact form select {
	width: 302px;
	border-width: 0 0 1px 1px;
	border-style: none none solid solid;
	border-color: #d1d1d1;
	color: #444;
	padding: 5px;
	font-size: 13px;
	box-sizing: border-box;
}

.tx-datec-contact-guestbookEntry-contact {
	position: relative;
	background-color: #eee;
	color: #444;
	font-weight: bold;
}

.tx-datec-contact-guestbookEntry-contact .gb-rating {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 150px;
}

.tx-datec-contact-guestbookEntry-contact .gb-rating span {
	display: inline-block;
	margin-right: 10px;
}

.tx-datec-contact-guestbookEntry-contact .gb-rating i {
	color: #cc3333;
}

.tx-datec-contact-pagination {
	margin-top: 20px;
}

.tx-datec-contact-pagination ul li span {
	color: #cc3333;
	font-weight: bold;
}

.tx-datec-contact-pagination ul li span:hover {
	text-decoration: underline;
	background: none;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 15px;
}

.video .video-close {
	position: relative;
	z-index: 100;
	background-color: none !important;
	background: none !important;
	box-shadow: none !important;
	margin-top: 2px !important;
	margin-right: 0 !important;
	/* display: none; */
}

#pano {
	height: 115% !important
}

#main.site-content ul {
	list-style-type: square;
	margin-left: 30px;
}

#main.site-content ul li a {
	color: inherit;
}


#sidebar-right .tour img {
	max-width: 100%;
	border: 4px solid white;
	border-radius: 4px;
	box-sizing: border-box;
}

.mfp-iframe-holder .mfp-close {
    max-width: 50px;
}

.tx-yag-breadcrumbcomtainer { display: none; }
.tx-yag-pager { display: none; }
.tx-yag-lightbox-leftcolumn { float: none; width: 100%;}
.tx-yag-lightbox-leftcolumn p { margin: 0 !important; font-size: 14px !important; line-height: 18px !important; padding-bottom: 0 !important; }
.tx-yag-lightbox-leftcolumn h4 { margin-bottom: 0 !important; margin-top: 10px !important; font-size: 14px !important; }
.tx-yag-lightbox-rightcolumn { float: none; display: none; }
.yag-item-thumb-outerframe { width: 32.3% !important; margin: 0 1% 1% 0;}
.yag-item-thumb-outerframe img { width: 100%; height: auto; }
.mfp-bottom-bar { top: auto !important; bottom: 40px; margin-top: 0 !important; }
.mfp-counter { right: 4px !important; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { top: 1px !important; }
.mfp-content dl { display: none; }

.tour-iframe-class { box-shadow: 0 0 20px 4px #000000; }

#langnav { position: absolute; top: 18px; right: 30px; list-style-type: none; display: none !important; }
#langnav li { display: inline-block; padding: 0 10px; font-size: 13px; line-height: 13px !important; }
#langnav li a { color: #8d8d8d; text-decoration: none; }
#langnav li a:hover { color: #cc3333; }
#langnav li.act { font-weight: bold; color: #544; }
#langnav li + li { border-left: 1px solid #444; padding-right: 0; }

.fs-media-gallery > .album > .thumbs > .thumb {
	display: inline-block;
	float: left;
	margin-left: 1%;

}

.fs-media-gallery > .album > .thumbs > .thumb .media-gallery-text {
	font-size: 14px;
	font-style: italic;
}

.mfp-bottom-bar {
	background-color: rgba(0,0,0,0.4);
	padding: 4px;
	font-size: 12px;
}

#writeComment {
	margin: 60px 0 15px 0;
}

#writeComment h2, #comments h2 {
	display: block;
	color: #cc3333 !important;
	font-size: 18px !important;
	border-bottom: 1px solid #cec2ab;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-top: 18px;
	margin-bottom: 20px;
}

.comment .comment-metadata .edit-link-sep {
	color: #cec2ab;
}

#writeComment a, #comments a {
	color: inherit;
}

#comments.comments-container {
	margin: 60px 0 15px 0;
}

.comments-list .comment-box {
	width: auto;
}

ul.comments-list.reply-list {
	margin-top: 10px !important;
	margin-left: 23px !important;
}

.reply-list li::before {
	display: none !important;
}

.comment-actions a.upvote::before, .comment-actions a.downvote::before, .comment-actions a.reply::before {
	background-size: 18px 18px;
	height: 25px;
}

.video-frame {
	z-index: 1000;
}

body.cpt-ballsaison .schnellnavigation {
	display: none !important;
}

.dt-show-logos {
	text-align: center;
	padding: 20px 0;
}

.dt-show-logos img {
	max-width: 90%;
	height: auto;
	max-height: 200px;
}

/***** Abgesagt Styles ******************************************************************/

.dt-abgesagt_1cl {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

#main .dt-abgesagt_1cl .termin-info {
	position: absolute;
	bottom: -22px;          /* -22 __DTB__ 2016-08-16 */
	right: 0px;
	color: #303030;         /* #040404 __DTB__ 2016-08-16 */
	padding-right: 2px;     /* __DTB__ 2016-08-16 */
	font-weight: bold;      /* __DTB__ 2016-08-16 */
	padding-bottom: 5px;
}


.dt-abgesagt_1cl img.stamp {
	display: block;
	position: absolute;
	top: 20%;
	max-width: 80%;
	margin: 0 auto;
	height: auto;
	left: 0;
	right: 0;
}

.dt-abgesagt_1cl .info-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100;
	top: 0px;
	left: 0px;
	opacity: 0;
	color: #fff;
	padding: 6px 3px;
	font-size: 11px;
	line-height: 13px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.dt-abgesagt_1cl:hover .info-layer, .dt-abgesagt_1cl:active .info-layer {
	opacity: 0.9;
}

.dt-abgesagt_1cl .info-layer a {
	text-decoration: none;
	color: inherit !important;
}

/********************************************************************************************************/

button.slick-prev, button.slick-next, ul.slick-dots button {
	background-color: transparent ! important;	
}

button.slick-prev::before, button.slick-next::before {
	color: #d70a1d;
}

.slick-slide img {
	margin: 2px !important;
}

.dt-start-slider {
	position: relative;
	max-height: 50vh;
}

.dt-start-slider .image {
	position: relative;
}

.dt-start-slider .image img {
	margin: 0 15px 0 0 !important;
}

.dt-start-slider .nextArrow {
	position: absolute;
	top: 36%;
	right: 15px;
	font-size: 5vw;
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.75);
	z-index: 100;
	opacity: 0.2;
	transition: opacity 0.5s ease;
}

.dt-start-slider .prevArrow {
	position: absolute;
	top: 36%;
	left: 15px;
	font-size: 5vw;
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.75);
	z-index: 100;
	opacity: 0.1;
	transition: opacity 0.5s ease;
}

.dt-start-slider:hover .nextArrow, .dt-start-slider:hover .prevArrow {
	opacity: 0.8;
}

.dt-start-slider .zeitraum, .dt-teaser_3cl .zeitraum {
	position: absolute;
	top: 15px;
	left: 20px;
	font-weight: normal;
	font-size: 50px;
	font-size: 3vw;
	color: #fff;
	line-height: 1.1;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}

.dt-start-slider .slick-slide.fcolor-schwarz .zeitraum, .dt-teaser_3cl .teaser-captions.fcolor-schwarz .zeitraum {
	text-shadow: 0px 0px 6px rgba(200,200,200,0.8);
}

.dt-teaser_3cl .weitere-informationen {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
}

.dt-teaser_3cl .teaser-uv-title {
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 35%;
	font-weight: normal;
	font-size: 1.8vw;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);	
	text-align: right;
}

.more-roles-container {
	display: none !important;
}

.more-roles-container.visible {
	display: flex !important;
}

.dt-rollen a.more-roles {
	display: inline-block;
	text-transform: uppercase;
	color: #f32d2d;
	font-weight: bold;
	padding: 4px 8px;
	border: 1px solid #b8b6b0;
	text-decoration: none;
}

div#show-title-image-container {
	position: relative;
	margin-bottom: 20px;	
}  

div#show-title-image-container span.title-image-copyright {
	color: #8d8d8d;
	font-size: 12px;
}  

div#show-title-image-container div.title-image {
	position: relative;	
}

div#show-title-image-container div.title-image .gradient {
	position: absolute;
	display: none;
	bottom: 0px;
	height: 60px;
	width: 100%;
	z-index: 2;
    background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
	}

div#show-title-image-container div.zeitraum {
	position: absolute;
	top: 15px;
	left: 30px;
	font-weight: normal;
	font-size: 3vw;
	color: #fff;
	line-height: 1.1;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
    }
  
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
