.mobile
  {
  display: none;
  }

#navicon
  {
  display: none;
  }

@media all and (min-width: 1260px)
  {
  #main, #footer {
  	max-width: calc(100% - 420px);
  }
  }

@media all and (max-width: 1260px)
  {
  #sidebar-left
    {
	/* position: relative; */
	width: 300px;
	}

  #main, #footer
    {
    /* margin-left: 0; */
	margin-left: 0px;
	padding: 20px 20px 20px 320px;
	width: 100%;
	}
  }

@media all and (max-width: 900px)
  {
  .mobile
    {
    display: block;
    }

	.desktop
	  {
	  display: none;
	  }
	
	.dt-teaser_3cl .teaser-uv-title 
	  {
	  font-size: 16px;	  
	  }
	
	#dt-start-filter-results .dt-teaser_3cl .weitere-informationen
	  {
	  bottom: 5px;
	  left: 5px;
	  font-size: 12px; 
	  }
	
	#dt-start-filter-results .zeitraum, #show-title-image-container .zeitraum  
	  {
	  position: relative !important;
	  color: #909090 !important;
	  font-size: 18px !important;
	  font-weight: bold !important;
	  text-shadow: none !important;
	  line-height: 1.4 !important;
	  top: auto !important;
	  left: auto !important;
	  }  
	
	#show-title-image-container .zeitraum.mobile 
	  {
	  font-size: 24px !important;
	  color: #bbb !important;
	  font-weight: 700 !important;
	  margin-bottom: 12px;  
	  }

	#show-title-image-container .schnellnavigation 
	  {
	  position: relative;  
      font-size: 22px;	
	  z-index: 2;	  
	  }
	
	#dt-start-filter-results .preise
	  {
	  position: relative;
	  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%);
	  padding: 4px;
	  top: -25px;
	  }

	#dt-start-filter-results .preise a 
	  {
	  color: inherit !important;
	  text-decoration: none;	  
	  }
	  
	body, html {
		background: none;
		background-color: #f5f3eb;
		width: 100%;
		overflow-x: hidden;
		text-align: left;
	}

	#footer {
		width: auto;
		margin-left: 0;
		padding: 20px 15px 15px 15px;
		margin-top: 40px;
	}

	#language-switcher-container {
		margin-right: 0px;
		margin-top: 8px;
	}

	#nav-main-container {
		display: none;
	}
	
	.dt-start-slider .prevArrow, .dt-start-slider .nextArrow {
		font-size: 30px;
		opacity: 0.75;
		top: 50%;
	}
	
	.events-table .event-image {
		max-width: 120px !important;
	}

	.wpcf7-submit {
		width: 100%;
	}

	#main h1 {
		font-size: 24px;	
	}
	
	article.mshows h1 {
		margin-bottom: 0px !important;
	}
	
	#main h2 {
		font-size: 22px;
	}

	#main a.dt-red-button, .newsblog-container a.dt-button, .bevel-button, div.dt-infobox div.ib-actions a {
		width: 100% !important;
	}

	.dt-start-slider .zeitraum, .dt-teaser_3cl .zeitraum {
		font-size: 25px;
		color: #909090;
		text-shadow: none;
		left: 0px;
		top: 0px;
	}
	
	#main .dt-start-slider .slick-slide.fcolor-weiss .zeitraum, #main .dt-start-slider .slick-slide.fcolor-schwarz .zeitraum {
		color: #909090 !important;
	}
	
	#page
	  {
	  width: 100%;
	  overflow-x: hidden;
	  }

	#jPanelMenu-menu ul#nav-main span a 
	  {
	  color: #545454;
	  }

	#navicon
	  {
	  display: block;
	  position: absolute;
	  left: 10px;
	  top: 10px;
	  z-index: 500;
	  /* import for a working click bind! */
	  cursor: pointer;
		}

	#navicon i
	  {
	  font-size: 40px;
	  font-weight: bold;
	  }

	#sidebar-left
	  {
	  position: fixed;
	  float: none;
	  height: 60px;
	  min-height: 0px;
	  width: 100%;
	  border-bottom: 1px solid #000;
	  z-index: 100;
	  background-color: #f5f3eb;
		-webkit-box-shadow: 0px 5px 10px rgba(136,136,136,1);
		-moz-box-shadow: 0px 5px 10px rgba(136,136,136,1);
		box-shadow: 0px 5px 10px rgba(136,136,136,1);
	  background: none;
	  background-color: #f6f5ec;
	  }
	  
	#jPanelMenu-menu img.sidebar-layer
	  {
	  display: none;  
	  }

	#sidebar-left #nav-main, #sidebar-left #nav-sub
	  {
	  display: none;
	  }

	#sidebar-left #logo
	  {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  top: 5px;
	  width: auto;
	  height: 100px;
		-webkit-transition: all 0.8s ease;
		-moz-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		transition: all 0.8s ease;
	  }

	#page.scrolled #logo, #page.menu-open #logo
	  {
	  height: 50px;
	  }

	#main {
		float: none;
		margin-left: 0;
		padding: 97px 15px 0px 10px !important;
		width: 100%;
		min-height: 0;
		overflow: hidden;
		box-shadow: none;
		-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.8);
	}

	#main .dt-teaser {
		float: none;
	}

	#main .dt-teaser .teasertext {
		display: none !important;
	}

	#main .dt-teaser_1cl .image {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-bottom: 25px;
	  }

    #main .owl-stage-outer {
		height: auto !important;
	  }
	
	.vc_grid-pagination a.page-link {
		padding: 2px 6px !important;
	}
	
	  

div.dt-infobox {
	/* max-height: 400px; */
	padding-top: 35px;
}

div.dt-infobox .ib-fade a {
	display: block;
}


#page-1 #main h1 {
	left: 17px;
	margin-right: 33px;
	max-width: 631px;
}

#main h1 {
	margin-top: 37px;
}

#page-1 #main h2 {
	left: 17px;
	margin-right: 33px;
	max-width: 631px;
}

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

	#main .dt-teaser_1cl .info
	  {
		/* opacity: 0; */
	  width: 100%;
	  /* background-color: rgba(0,0,0,0.5); */
	  }

	/*
	#main .dt-teaser:hover .info
	  {
	  opacity: 1;
	  }
	*/

	#main .dt-teaser_1cl, #main .dt-teaser_3cl {
		/* margin: 0px 17px 45px 17px; */
	  }

	#main .dt-teaser_1cl .info.col-schwarz {
	  width: 100%;
	  /* background-color: rgba(255,255,255,0.5); */
	  }

	#main .dt-teaser_3cl .image, #main .dt-teaser_mobil_3cl .image {
		max-width: 100%;
	  }

	#main .dt-teaser_3cl .info, #main .dt-teaser_mobil_3cl .info {
	  width: 100%;
	  font-size: 18px;
	  /* background-color: rgba(0,0,0,0.5); */
	  }

	#main .dt-teaser_3cl .info.col-schwarz, #main .dt-teaser_mobil_3cl .info.col-schwarz
	  {
	  width: 100%;
	  /* background-color: rgba(255,255,255,0.5); */
	  }

	#main .dt-teaser_3cl .teaser-uv-title
	  {
	  right: 5px;
	  bottom: 5px;  
	  }

	#main .dt-tabs-container .dt-tabs-list li a 
	  {
	  font-size: 14px;
  	  padding: 4px 8px
	  }

	#dt-start-newsblog .newsblog-container img 
	  {
	  width: 100% !important;
	  height: auto;	  
	  }

	#main .dt-fakten
	  {
	  float: none;
	  width: auto;
	  }

	#main .dt-tickets
	  {
	  float: none;
	  margin: 10px auto 10px auto;
	  }

	#main .dt-container-tickets
	  {
	  float: none;
	  width: 100%;
	  }

	#main .dt-biographie .foto, #main .dt-darsteller .foto {
	  float: left;
	  width: 100px;
	  margin-right: 10px;
	  }

	#main .dt-biographie .info, #main .dt-darsteller .info {
	  float: none;
	  width: auto;
	  }

	#main .dt-video
	  {
	  float: none;
	  width: auto;
		}

#main .dt-praesentatoren img, #main .dt-hotels img {
	height: 30px;
	padding-top: 10px;
	}

/* news offene Tür*/
#main iframe {
	width: 100%;
	height: auto;
}

body.cpt-post #main iframe {
	width: 100vw;
	min-height: 56vw;	
}

	#main .dt-video iframe
	  {
	  width: 100%;
	  height: 250px;
		}

	body#page-49 .news-list-view .article {
	 	float: none;
	  }

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

#main .dt-prteaser, #main .dt-anteaser  {
	margin-bottom: 15px;
	height: auto;
}

#main .dt-prteaser .teaser, #main .dt-anteaser .teaser {
	margin-left: 0;
	line-height: 15px;
}

#main .dt-prteaser .teaser h2, #main .dt-anteaser .teaser h2 {
	font-size: 13px;
	padding-top: 0px;
	margin: 0 0 5px 0;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: left;
}

#main .dt-prteaser .teaser h2 + p, #main .dt-anteaser .teaser h2 + p {
	margin-top: 0px;
	width: 100%;
}

#main .dt-prteaser .teaser p, #main .dt-anteaser .teaser p {
	float: right;
}

#main .dt-prteaser .image-container, #main .dt-anteaser .image-container {
	position: relative;
	width: 40%;
	margin: 0 7px 0 0;
	top: auto;
	left: auto;
}

#main .dt-prteaser .image-container .links, #main .dt-anteaser .image-container .links {
	bottom: 4px;
}

#main .dt-prteaser .image-container .links a, #main .dt-anteaser .image-container .links a {
	bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

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


#main .dt-prteaser .image-container, #main .dt-anteaser .image-container {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#main .dt-ctinfo .infotext {
	margin-left: 0px;
}

#page-208 #main .dt-ctinfo .infotext {
	margin-left: 107px;
	float: none;
}

.tnp-subscription ul.newsletter-listen li {
	font-size: 13px;
}

	#page-208 #main .dt-ctinfo .infotext .dt-block.no-border p {
		margin: 5px 0 0 0;
	}

	#main .dt-fakten .fakten-unten .block label {
		float: none;
		width: auto;
		font-weight: bold;
		}

	#main .dt-fakten .fakten-unten .block label + div
	  {
		float: none;
		max-width: auto;
	  }

	#main .dt-shnav .hinweis {
		width: 50%;
		font-size: 10px;
		line-height: 1.2;
	}

	#main .dt-shnav ul {
		list-style-type: none;
		display: block;
		width: 50%;
		text-align: right;
		top: -2px;
		}

	#main .dt-shnav ul li {
		line-height: 10px;
		font-size: 15px;
	}

	#main .dt-shnav ul li a {
		margin: 0px 0px 0px 0px;
	}

	#main .dt-fakten .text .dt-tickets
	  {
	  top: -5px;
	  }

#main .dt-fakten .text p {
	width: 75%;
	text-align: left;
}

	.presse-nutzungsbedingungen
	  {
	  /* display: none; */
	  }

	body.pid89 #main .ce-textpic
	  {
	  width: 100%;
	  max-width: 100%;
	  }

	#main .dt-pfbox ul li
	  {
	  width:48%;
	  margin: 1%;
	  }

	#main .dt-pmbox
	  {
	  position: relative;
	  border-top: 1px solid #000;
	  padding-top: 10px;
	  margin-top: 20px;
	  width: auto;
	  top: auto;
		}

	#main #main-right
	  {
	  position: relative;
	  top: auto;
	  }

	#main-right .dt-pmubox
	  {
	  width: auto;
	  }

	#main .dt-pmubox audio
	  {
	  display: block;
	  width: auto;
	  margin-bottom: 4px;
	  max-width: none;
	  }

	#main .dt-pvbox iframe
	  {
	  width: 100%;
	  height: 250px;
	  max-width: none;
	  }

	#page-49 #main .tx-powermail h3
	  {
	  text-align: left;
	  }

	#page-49 #main .tx-powermail .powermail_fieldwrap
	  {
	  position: relative;
	  display: block;
	  margin-right: 0px;
	  top: auto;
	  left: auto;
	  right: auto;
	  width: 70%;
	  }

	#page-49 #main .tx-powermail .powermail_fieldwrap_12
	  {
	  margin-left: 0;
	  }

	#page-49 #main .tx-powermail .powermail_fieldwrap input
	  {
	  }

	ul .umbruch
		{
		display: none;
		}

.testimonials-widget-testimonial blockquote
		{
		padding-right: 0px;
		}

/* Datenschutz Piwik */
#page-53 #main iframe {
	height: 200px;
	font-size: 10px;
}

	#sidebar-right {
		float: none;
		width: 100%;
		min-height: 0;
		overflow-x: hidden;
		padding: 20px 15px 100px 10px;
	  }

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

/* !!! weiß mit Schatten !!! */
#sidebar-right div h3 {
	font-size: 22px;
	margin-top: 30px;
	text-shadow: 2px -2px 4px rgba(80, 80, 80, 1);
}

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

#sidebar-right .zusatz .ce-gallery, #sidebar-right .zusatz .ce-gallery .ce-column {
	width: 100%;
}

	#sidebar-right .kalender-container {
		width: 100%;
		margin: 0 auto;
		line-height: 24px;

	}

	#sidebar-right .kalender-container td {
		font-size: 14px;
		text-align: center;
	}

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

.sl-wrapper .sl-image .sl-caption {
		font-size: 12px !important;
}

.tx-cal-controller .month-small,
.tx-cal-controller .month-medium,
.tx-cal-controller .month-large {
	width: 100%
}

#sidebar-right #flexslider-177 {
	width: 80%;
	margin: 0 auto;
}

.dt-abgesagt_1cl .info-layer {
	font-size: 11px;
	line-height: 1.1;
}

	#jPanelMenu-menu
	  {
	  margin-top: 0;
	  padding-top: 40px;
	  background-color: #fff;
		margin-bottom: 0;
	  }

	#jPanelMenu-menu #nav-main, #jPanelMenu-menu #nav-sub
	  {
	  padding-left: 20px;
	  list-style-type: none;
		font-size: 22px;
		line-height: 30px;
		padding-top: 20px;
		z-index: 100;
	  }

	#jPanelMenu-menu #nav-sub
	  {
	  padding-bottom: 80px;
	  font-size: 15px;
	  }

	#jPanelMenu-menu ul li
	  {
	  margin: 0;
	  padding: 0;
	  }

	#jPanelMenu-menu ul li a
		{
		text-decoration: none;
		font-weight: bold;
		color: #a48f7e;
		}

	#jPanelMenu-menu .subnav {
	  list-style-type: none;
	  padding-left: 20px;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 30px;
	  }

	#langnav {
		position: fixed;
		top: 20px; right: 10px;
		}

	#langnav li {
		font-size: 14px;
		line-height: 14px !important;
		}
	}
