@charset "UTF-8";
@import url(font-awesome.min.css);

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

body{
	font-family: 'Oswald',Verdana, Arial, sans-serif;
	background-color:#fff;
	color:#000000;
	padding:0;
	margin:0;
	font-size:13px;
	/*overflow-x:hidden;*/
	/*width:97%;
	min-width: 1190px;*/
	letter-spacing: 0.2px;
	font-weight: 300;
	margin: 0px 0 0 0px;
	/*background: url('../i/bg1.png') #999999 repeat-y scroll 10px 0; */
}

#wrapper #content_left p, #wrapper #content_left b, #wrapper #content_left strong, #wrapper #content_left .tiny {
	font-size: 16px;
}

#wrapper #content_left .middle_cell p {
	font-size: 16px;
}

#outerwrapper {
	background-color: #fff;
	/*width: 1170px;*/
	margin: 0 auto;
	position: relative;
}
@media (max-width: 1199px) {
	#outerwrapper{
		overflow: hidden;
	}
}
/* ################## Bootstrapampasungen ################## */
.no-padding {
	padding: 0;
}

strong, b {
	font-weight: 400;
}

#bg_raster{
	overflow:hidden;
	/*position:fixed;*/
	top:0;
	left:0;
	background: url('../i/bg.png') repeat-y scroll 0 0;
    display: block;
	z-index:-10;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.1;
}
p,a{
	margin:0;
	padding:0;
}
h1{
	font-size:3em;
}
h2 {
	font-size:2.5em;
}
h3{
	font-size:2em;
}	
h4{
	font-size:1.5em;
}

@media (max-width: 767px) {
	h1{
	font-size:1.8em;
	}
	h2 {
		font-size:1.6em;
	}
	h3{
		font-size:1.4em;
	}	
	h4{
		font-size:1.2em;
	}
}

a{
	color:#000;
	text-decoration:none;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
}	
a:hover{
	background-color:transparent;
	color:#e30613;
}


p a, table a, .tiny ul li a, .tiny a, .entry-title a {
	color:#e30613;
	text-decoration:none;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
}

h4 a {
	color:#000;
}
	p a.no_bg{
	background-color:transparent;
	}
	p a:hover, p a.active, table a:hover, table a.active, .tiny ul li a.active, .tiny ul li a:hover, .tiny a:hover, .tiny a.active, .entry-title a:hover {
	background-color:transparent;
	color:#e30613;
	}
	img{
	border:0;
	max-width: 100%;
	}
	.image_left{
	float:left;
	margin:5px 15px 0 0;
	}
@media (max-width: 630px) {
	.image_left{
		float:none;
	}
}


	.image{
	box-shadow:1px 0 1px #9a9a9a;
	}
	.right{
	float:right;
	}
	.left{
	float:left;
	}
	.padding5{
	padding:0px 5px;
	}
	.padding{
	padding:5px 10px;
	}
#wrapper{
	padding: 120px 0px 15px 0px;
    /*width: 670px;*/
    float: none;
}

@media (max-width: 1199px) {
	#wrapper{
		padding: 120px 0px 15px 0px;
		float: none;
	}
}
@media (max-width: 767px) {
	#wrapper{
		padding: 120px 20px 15px 0px;
		float: none;
	}
}
#wrapper_left{
	position:absolute;
	/*top:68px;
	left:45px;*/
	top: 0;
	left: 0;
	z-index: 200;
	
}
#wrapper_right{
	padding: 110px 15px 15px 0px;
	/*width: 245px;*/
	float:left;
}
	
.logo_ltt{
	background:url("../i/ltt-logo-startseiten.png") no-repeat;
	width: 240px;
	/*height: 162px;
	
	margin-bottom: 16px;
	position: absolute;
	top: 20px;
	    right: 0px;*/
}
.logo_junges_ltt{
	background: url("../i/Junges_LTT_freigestellt_weiss.png") transparent no-repeat 38px 6px;
	width: 467px;
	/*height: 162px;
	
	margin-bottom: 16px;
	margin-left: -260px;
	padding-top: 15px;
	top: 5px;
	    right: 0px;
    position: absolute;*/
}

@media (max-width: 767px) {

	.logo_ltt{
		position: fixed;
	    top: 5px;
		left: 5px;
		z-index: 1050;
		background-size: 56px;
		height: 48px;
	}

	.logo_junges_ltt{
		position: fixed;
	    top: -5px;
		left: 5px;
		z-index: 1050;
		margin-left: 0;
		margin-bottom: 0;
		background-size: auto 46px;
		height: 52px;
		width: 100px;
	}

	.logo_ltt a, .logo_ltt img {
		height: 48px;
	}

}

@media (min-width: 768px) {
	.logo_ltt{
		position: absolute;
	    top: 4px;
		right: 10px;
		z-index: 1050;
		background-size: auto 42px;
		height: 44px;
		width: 57px;
	}

	.logo_junges_ltt a, .logo_junges_ltt img {
		width: 57px;
	}

	.logo_junges_ltt{
		position: absolute;
	    top: -3px;
		right: 8px;
		z-index: 1050;
		margin-left: 0;
		margin-bottom: 0;
		background-size: auto 44px;
		height: 52px;
		width: 100px;
	}
	.logo_junges_ltt a, .logo_junges_ltt img {
		height: 48px;
	}
}


.logo_startseite {
	position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 10;
}
@media (max-width: 767px) {
	.logo_startseite {
		right: 15px;
	}
	.logo_startseite img {
		height: 60px;
		width: auto;
	}
}
.logo_ltt a, .logo_junges_ltt a {
	display:block;
}

.media {
	width: 40px;
    min-height: 100px;
    background-color: #000;
    position: absolute;
    top: 109px;
    right: 0px;
	z-index: 2;
}

@media (max-width: 767px) {
	.no-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.media {
		width: 40px;
		min-height: 100px;
		background-color: #000;
		position: absolute;
		top: 50px;
		right: 0px;
		z-index: 2;
	}
}

#fb_box_icon {
	cursor:pointer;
}

#fb_close {
	padding: 0px 0 20px 0;
	font-size: 18px;
	cursor: pointer;
}

#fb_fenster {
	position: absolute;
    top: 124px;
    right: 40px;
	width: 320px;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
	color: #fff;
	line-height: 1.8;
	z-index: 20;
}
@media (max-width: 991px) {
	#fb_fenster {
		top: 65px;
		width: 320px;
	}
}
.meldung_box_icon {
	cursor:pointer;
}

#meldung_close {
	padding: 0px 0 0px 0;
	font-size: 18px;
	cursor: pointer;
}

#meldung_fenster {
	position: absolute;
    top: 124px;
    right: 40px;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
	color: #fff;
	width: 320px;
	line-height: 1.8;
	z-index: 20;
}

@media (max-width: 991px) {
	#meldung_fenster {
		top: 65px;
		width: 320px;
	}
}

@media (max-width: 440px) {
	#meldung_fenster {
		top: 65px;
		width: 260px;
	}
}

#meldung_fenster h1, #meldung_fenster h2, #meldung_fenster h3, #fb_fenster h1, #fb_fenster h2, #fb_fenster h3 {
	line-height: 1.5;
}

#fb_fenster a, #meldung_fenster a {
	color: #e30613;
}

	.head_box{
	margin-top:15px;
	background-color:#cccccc;
	padding:5px 100px 5px 15px;
	float:left;
	}
	.head_preview{
	display:inline-block;
	}
	.head_preview p{
	display:inline;
	}
	.head_box h2.headline{
	font-size:55px;
	margin:-8px 15px 0 0;
	display:inline-block;
	}
	.head_preview a.active{
	font-weight:400;
	color:#000;	
	background-color:transparent;
	}			
	#navigation{
	float:left;
	}
#menu_show {
	position: absolute;
	top: 0;
	/*left: 45px;*/
	left: 0;
	width: 170px;
    margin: 0;
    padding: 10px 15px;
    font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
    color: #fff;
    background: #e30613;
	cursor:pointer;
	font-weight: 700;
}

#menu_close {
	display: block;
    padding: 0 0 10px 0;
	margin-bottom: 53px;
    color: #fff;
	cursor:pointer;
	font-size: 20px;
	line-height: 1;
}

.menu_infos {
	font-size: 12px;
    margin: 25px -5px 10px;
	color: #fff;
}

.menu_infos p {
	margin-bottom: 6px;
}

.menu_infos a {
    color: #fff;
    background: #e30613;
}

.menu_infos a:hover {
	color: #000;
}

.menu_infos a.black:hover {
	color: #fff;
}

.menu{
	width: 170px;
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    color: #fff;
    background: #e30613;
}

.menu h4 a, span.menu_top a {
	color: #fff;
}

.menu h4, span.menu_top a {
	text-transform: uppercase;
	letter-spacing: 0;
}

.menu h4 a:hover, span.menu_top a:hover {
	color: #000;
}



	.menu ul{
	list-style-type:none;
	margin:20px 0;
	padding:0;
	}
	.menu ul li{
	margin:0;
	padding:0;
	margin-bottom: 14px;
	}
.menu ul li a{
	font-size:22px;
	padding:0;
	margin:0;
	background-color:transparent;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	text-transform: uppercase;
	font-weight:400;
	color:#fff;
	    letter-spacing: 1px;
}	
	.menu ul li.linie_m{
	display:inline;
	}
	.menu ul li a:hover{
	color:#000;
	}
	.menu ul li a.active{
	font-weight:400;
	color:#000;
	}
.menu .kjt_logo a{
	background:url("../i/jundes-LTT-weis-klein.png") no-repeat center left;
	height: 40px;
	background-size: auto 40px;
}	
.menu .kjt_logo a:hover, .menu .kjt_logo a.active{
	background:url("../i/jundes-LTT-weis-schwarz.png") no-repeat center left;
	height: 40px;
	background-size: auto 40px;
}	

a.jLTT-rechts {
	background:url("../i/jundes-LTT-weis-schwarz.png") no-repeat center left;
	height: 40px;
	background-size: auto 40px;
	display: block;
}	
a.jLTT-rechts:hover, a.jLTT-rechts.active{
	background:url("../i/jundes-LTT-rot-klein.png") no-repeat center left;
	height: 40px;
	background-size: auto 40px;
}	
.menu .linie{
	height:1px;
	background-color:#000;
}

ul.submenu{
	list-style-type:none;
	margin:12px 20px 20px 0;
	padding:0;
}
ul.submenu li{
	margin:0;
	padding:0;
	margin-bottom: 18px;
}
ul.submenu li a{
	padding:0;
	margin:0;
	line-height: 1.1em;
	background-color:transparent;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	text-transform: uppercase;
	color:#000;
	font-weight: 400;
	font-size: 17px;
}	
ul.submenu li h4 a {
    font-size: 1.2em;
}
ul.submenu li a:hover, ul.submenu li a.active{
	color:#e30613;
}


ul.submenu2{
	list-style-type:none;
	margin: 0 0 10px 0;
	padding:0;
	text-align: left;
}
ul.submenu2 li{
	margin:0;
	padding:0;
	margin-top: 5px;
}
ul.submenu2 li a{
	font-size:20px;
	padding:0;
	margin:0;
	line-height: 1.2em;
	background-color:transparent;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	text-transform: uppercase;
	color:#000;
	font-weight: 300;
}	
ul.submenu2 li a:hover, ul.submenu2 li a.active{
	color:#e30613;
}

	hr{
	color:#000;
	text-shadow:none;
	}
	#content_left{
	margin:0 0 15px 0;
	}
	/*#content_left .box{
	background-color:#cccccc;
	padding:5px 15px;
	margin-bottom:8px;
	display:inline-block;
	} 
		#content_left .box.margin_ausserhalb{
	margin-bottom:20px;
	}*/
	
/*	#content_left .box p, #content_left .box p.no_margin{
	margin:5px 0 5px 0;
	line-height:1.3em;
	text-align: left; 
	}	
	#content_left .box p.no_margin{
	margin:1px 0 1px 0;
	}*/
	.trenner{
	font-weight:400;
	font-size:22px;
	padding:0;
	margin:20px 0 5px 0;
	color:#64b1b6;
	text-transform:uppercase;
	}
	.event h1{
	color:#000;
	background-color:#64b1b6;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size:65px;
	margin:-2px 0 5px 0;
	line-height:65px;
	}	
	.event p{
	margin:2px 0 0 0;
	padding:0;
	}
	/*.box h2{
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-size:40px;
	margin-top:0;
	color:#000;
	background-color:#64b1b6;
	padding:0;
	line-height:50px;
	} */
	.aktuellLTT_index{
	background:url("../i/aktuell_LTT.jpg") no-repeat;
	width:125px;
	height:94px;
	margin-right:15px;
	}	
	.aktuellKJT_index{
	background:url("../i/aktuell_KJT_2.jpg") no-repeat;
	/* background:url("../i/aktuell_KJT.jpg") no-repeat; */
	width:125px;
	height:94px;
	margin-right:15px;
	}
	.text_row{
	width:375px;
	float:left;
	margin:0 15px 0 0;
	}
	
	
		/* ###### ########### Spielplan Style ########### ###### */
	.event_tab{
	width:160px;
	/* float:left; */
	margin:0 0 0 10px;
	}	
	/*#content_left .event_tab .box{
	padding:10px;
	display:block;
	} */
	.event_tab h4{
	background-color:#000;
	color:#cccccc;
	font-size:18px;
	padding:4px 10px 6px 10px;
	margin:5px 0 5px -10px;
	display:inline-block;
	}
	.event_tab h4.weekend{
	/* background-color:#64b1b6; */
	font-size:23px;
	padding:1px 5px 1px 10px;
	}
	a.title{
	padding:1px 4px;
	background-color:#64b1b6;
	color:#000;
	font-weight:400;
	display:inline-block;
	margin:0 0 0 -4px;
	word-wrap:break-word;
	width:146px;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	}
	a.title:hover{
	color:#cccccc;
	}
	p.location{
	font-weight:400;
	color:#64b1b6;
	font-size:14px;
	margin-top:5px;
	}
	b.abo{
	color:#64b1b6;
	}
	
	.events_wrap{
	margin-bottom:5px;
	}
	.grey{
	text-decoration:line-through;
	margin:1px 3px 2px 0;
	}	
	.red{
	background:url("../i/abendspiel.png") no-repeat center right;
	padding:0 13px 0 0;
	margin:1px 3px 2px 0;
	}
	.orange{
	background:url("../i/kjt_vorstellung.png") no-repeat center right;
	padding:0 15px 0 0;
	margin:1px 3px 2px 0;
	}
	.pink{
	background:url("../i/gastspiel.png") no-repeat center right;
	padding:0 13px 0 0;
	margin:1px 3px 2px 0;
	}
	.black{
	background:url("../i/extra.png") no-repeat center right;
	padding:0 15px 0 0;
	margin:1px 3px 2px 0;
	}
	.white{
	background:url("../i/kooperation.png") no-repeat center right;
	padding:0 15px 0 0;
	margin:1px 3px 2px 0;
	}	
	.yellow{
	background:url("../i/spielclubs.png") no-repeat center right;
	padding:0 15px 0 0;
	margin:1px 3px 2px 0;
	}
	.legende{
	width:790px;
	padding:10px 15px 5px 15px;
	background-color:#64b1b6;	
	height:23px;
	margin:0 5px 10px 5px;
	}
	.date{
	background-color:#64b1b6;
	margin:5px 0 0 0;
	position:relative;
	left:-15px;
	padding:0 5px 0 15px;
	display:inline-block;
	}	
	
.events_text {
	float:left;
	width:595px;
	margin-right:4px; 
	margin-bottom: 6px;
}	

@media (max-width: 1199px) {
	.events_text {
		width:530px;
	}
}

@media (max-width: 767px) {
	.events_text {
		width:435px;
	}
}

@media (max-width: 660px) {
	.events_text {
		width:390px;
	}
	
}

@media (max-width: 600px) {
	.events_text {
		width:335px;
	}
}

@media (max-width: 550px) {
	.events_text {
		width:280px;
	}
}

@media (max-width: 499px) {
	.events_text {
		width:262px;
	}
	.ticket_mobil {
		margin-right: 7px !important;
	}
	.events_time strong {
		font-weight: 300;
	}
}

.events_time {
	float:left;
	width:75px;
	margin-right:2px;
	margin-bottom: 6px;
}	

.events_text_reisen {
	float:left;
	width:635px;
	margin-right:4px; 
	margin-bottom: 6px;
}

.outer_event {
	width: 90%;
}

@media (max-width: 1199px) {
	.events_text_reisen {
		width:575px;
	}
	.outer_event {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.events_text_reisen {
		width:500px;
	}
	.outer_event {
		width: 100%;
	}
}

@media (max-width: 660px) {
	.events_text_reisen {
		width:440px;
	}
	.outer_event {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.events_text_reisen {
		width:380px;
	}
	.outer_event {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.events_text_reisen {
		width:330px;
	}
	.outer_event {
		width: 100%;
	}
}

@media (max-width: 499px) {
	.events_text_reisen {
		width:262px;
	}
}
.events_time_reisen {
	float:left;
	width:70px;
	margin-right:2px;
	margin-bottom: 6px;
}	

.event_description p {
	padding-bottom: 12px;
}
		
		/* ###### ########### Stueck Style ########### ###### */
	
	.buttons_topright{
	display:inline-block;
	}
	.buttons_topright a.active{
	font-weight:400;
	color:#000;	
	}	
	/*.box .active{
	font-weight:400;
	} */
	h1.title{
	line-height:52px;
	margin: 0 0 5px 0;
	}	
	h1.entry-title{
	line-height:37px;
	font-size:32px;
	width:500px;
	margin:5px 0;
	}
	
	h2.title{
	margin-top:10px;
	line-height:0.9em;
	}	
	.article_images, .article_images_twocolumn{
	float:left;
	width:155px;
	margin:0 0 5px 5px;
	}	
	.article_images_twocolumn{
	width:340px;
	}
	.article_images ul, .article_images_twocolumn ul{
	margin:0;
	padding:0;
	}
	.article_images ul li, .article_images_twocolumn ul li{
	list-style-type:none;
	margin:0 0 15px 15px;
	}
	.article_images_twocolumn ul li{
	float:left;
	}
	
	.article{
	float:left;
	width:460px;
	}
	.boxpadding{
	padding:2px 0;
	}
	.sitemap ul, .sitemap ul li{
	list-style-type:none;
	}
	#content_left .tiny{
	padding-bottom:10px;
	}
	
	.tiny h1,.tiny h2,.tiny h3{
	background-color:transparent;
	display:block;
	}
	.tiny h2{
	font-size:40px;
	line-height:40px;
	margin-bottom:15px;
	}
ul.sitemap{
	padding:5px 15px;
	margin:0;
}
ul.sitemap li{	
	padding:5px 15px 5px 20px;
	margin:5px 0 0 -20px;
	font-weight:400;
	display:inline-block;
}
ul.sitemap li a {
	font-size: 17px;
	line-height: 15px;
}
ul.sitemap ul.sub li{
	margin:0;
	padding:2px 5px;
	font-weight:300;
	display:block;
}
ul.sitemap ul.sub li a {
	font-size: 15px;
	line-height: 25px;
}

	.weblog a{
	display:inline-block;
	font-weight:400;
	padding:2px;
	font-size:14px;
	}
	.weblog_images ul{
	list-style-type:none;
	}
	.weblog_time{
	font-weight:400;
	font-size:9px;
	}
	
	input, textarea{
	background-color:#FFFFFF;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	/*border:0; */
	padding:3px 4px;
	}
	input:hover, textarea:hover{
	background-color:#EFEFEF;
	}
	.button{
	font-weight:400;
	padding:0 3px;
	background-color:#e30613;
	color: #fff;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	}
	.tiny .button {
		color: #fff !important;
	}	
	.button1{
	font-weight:400;
	padding:0 3px;
	background-color:#e30613;
	color: #fff;
	}	
	.button_abc{
	font-weight:400;
	padding:3px 4px;
	font-size:10px;
	background-color:#e30613;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
	}
	.button_abc:hover{
	color:#fff;
	background-color:#64b1b6;
	}	
	.button_abc.active{
	color:#fff;
	}
	
	.button:hover{
	color:#000;
	background-color:#e30613;
	}	
	
	.tiny .button:hover{
		color:#000 !important;
		background-color:#e30613 !important;
	}
	.button.active{
	color:#000;
	}
	
	.button.black {
		background-color:#000;
		color: #fff;
	}
	
	
	.guestbook{
	margin:0 0 0 15px;
	}
	h2.weblog_title{
	font-size:25px;
	line-height:28px;
	margin-bottom:5px;
	display:inline-block;
	}
	
	.image_list{
	float:left;
	margin: 0 10px 20px 0;
	width:200px;
	}
	
	
	/* ################### zweispalting ########################### */
	.zweispaltig320 {
		-moz-column-width:300px;
		-moz-column-gap: 20px;
		column-width:300px;
		column-gap: 20px;
		-webkit-column-width:300px;
		-webkit-column-gap: 20px;
	}	
	.dreispaltig210 {
		-moz-column-width:210px;
		-moz-column-gap: 15px;
		column-width:210px;
		column-gap: 15px;
		-webkit-column-width:210px;
		-webkit-column-gap: 15px;
	}
	
	/* ######### ARCHIV ############ */
	
	.after{
	display:inline-block;
	margin:5px 15px 5px 0;
	}
	
	.archiv_ext_box{
	padding:5px 5px 5px 0;
	margin:10px 0;
	}
	
.events_box p {
	text-align: left !important;
}

div.events_wrap a.title {
	text-transform:uppercase;
}

.small {
	font-weight:300;
}

/* ############## Ensemble ################### */

.ensemble_text {
	display:none;
	margin: 0 10px 20px 0;
	width: 200px;
	height: 273px;
	float: left;
}

.image_show:hover .ensemble_image, .image_show:focus .ensemble_image {
	display:none;
}

.image_show:hover .ensemble_text, .image_show:focus .ensemble_text {
	display:block;
}

.image_show a:hover {
	color:#000;
}
/*
.ensemble_text:hover {
	display:block;
}

.ensemble_text:hover .image_show {
	display:none;
} */

#overlayGrey {
background-color:#000000;
position:absolute;
left:0px;
top:0px;
opacity:0.7;
filter: alpha(opacity = 50);
width:100%;
height:100%;
z-index: 200;
}

#messageContent {
padding:16px;
width:300px;
height:250px;
position:absolute;
left:50%;
top:20%;
margin-left:-166px;
margin-top:-91px;
background-color:#ffffff;
z-index: 300;
}

/* ############# SLIDER STARTSEITE ##### */

#slider_startseite {
	position: relative;
	margin: 100px 0 0 0;
}



#slider_startseite .slider {
	width: 100%;
	/*height: 470px;
	background-color: #999;*/
}

@media (max-width: 991px) {
	#slider_startseite {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	#slider_startseite {
		margin: 60px -15px 0 -15px;
	}
}

/* ############# SPEILPLAN TABELLEN ############ */
h1.spielplantitel {
	margin-bottom: 20px;
    text-transform: uppercase;
}

td.first_cell {
	width:50px;
	text-transform:uppercase;
	text-align:right;
	border-bottom:1px solid;
	border-left: 1px solid;
	padding:5px;
	vertical-align:top;
}

td.middle_cell {
	width:445px;
	border-bottom:1px solid;
	border-right:1px solid;
	padding:5px;
	vertical-align:top;
}
td.last_cell {
	width:205px;
	border-bottom:1px solid;
	border-right:1px solid;
	padding:5px;
	vertical-align:top;
}

/* ############# FOOTER ############### */
.footer {
	border-top: 1px #000 solid;
	display: block;
	/*width: 670px;
	float: left;
	margin-left: 120px;*/
	margin-top: 0px;
}


/* ############# Menü Mobil ############# */

#nav ul li ul.sub, .navi ul li ul.sub li{
display:block;
}
#nav ul li ul.sub{
color:#fff;
background-color: #e30613;
padding:5px 0px 5px 0px;
min-width:180px;
position:absolute;
top:48px;
left:0px;
/*display:none;*/
visibility: hidden;
opacity: 0;
-o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
-o-transition: visibility 1s;
  -ms-transition: visibility 1s;
  -moz-transition: visibility 1s;
  -webkit-transition: visibility 1s;
  transition: visibility 1s;  
z-index:1000;
list-style: none;
}



li.subs ul.sub1{
color:#fff;
background-color: #700007;
z-index:1000;
list-style: none;
padding: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
	
}

#nav ul li ul.sub li:hover, #nav ul li ul.sub li:hover a, #nav ul li ul.sub li.active, #nav ul li ul.sub li.active a {
background-color: #a5050e;
}

#nav ul li ul.sub li a{
	background-color: #e30613;
	text-decoration:none;
	display:block;
	margin:0;
	color:#fff;
		font-size: 16px;
		line-height: 1;
	padding: 5px 10px 10px 12px;
}
#nav ul li ul.sub li a:hover{
text-decoration:none;
background: none;
}
#nav li:hover ul.sub{
/*display:block;*/
visibility: visible;
opacity: 1;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}


@media (max-width: 1023px) {
	
	#navButton .toggle {
		text-decoration: none;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

		#navButton .toggle:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#navButton .toggle:before {
			background: rgba(144, 149, 154, 0.75);
			border-radius: 6px;
			color: #fff;
			display: block;
			font-size: 17px;
			height: 2em;
			left: 0.5em;
			line-height: 2em;
			position: absolute;
			text-align: center;
			top: 0.5em;
			width: 3.5em;
		}

	#navPanel {
		background: #192024;
		color: #c5c7c8;
	}

		#navPanel nav {
			padding: 0.5em 1.25em;
		}

			#navPanel nav ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#navPanel nav ul li {
					padding: 0;
				}

					#navPanel nav ul li:first-child a:not(.button), #navPanel nav ul li:first-child span:not(.button) {
						border-top: 0;
					}

					#navPanel nav ul li a:not(.button), #navPanel nav ul li span:not(.button) {
						border-top: solid 1px rgba(144, 144, 144, 0.25);
						color: #ffffff;
						display: block;
						padding: 0.75em 0;
						text-decoration: none;
					}

					#navPanel nav ul li a.button {
						margin-top: 1em;
					}

			#navPanel nav .button {
				width: 100%;
		}
		


	#nav ul li ul.sub {
		color: #fff;
		background-color: rgba(129,129,129,0.9);
		padding: 5px 0px 5px 0px;
		width: 180px;
		position: relative;
		top: 0;
		left: 0px;
		/* display: none; */
		visibility: visible;
		opacity: 1;
		-o-transition: opacity 1s;
		-ms-transition: opacity 1s;
		-moz-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
		-o-transition: visibility 1s;
		-ms-transition: visibility 1s;
		-moz-transition: visibility 1s;
		-webkit-transition: visibility 1s;
		transition: visibility 1s;
		z-index: 1000;
		list-style: none;
	}
}

#header nav {
	height: inherit;
	line-height: inherit;
	vertical-align: middle;
	height: 48px;
	background: #e30613;
	overflow: visible;
}

	#header nav > ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

		#header nav > ul > li {
			float:left;
			/*margin-left: 2em; */
			padding-left: 0;
			position: relative;
		}

			#header nav > ul > li a {
				-moz-transition: color 0.2s ease-in-out;
				-webkit-transition: color 0.2s ease-in-out;
				-o-transition: color 0.2s ease-in-out;
				-ms-transition: color 0.2s ease-in-out;
				transition: color 0.2s ease-in-out;
				color: #fff;
				display: block;
				text-decoration: none;
				/*text-transform: uppercase; */
				font-size: bold;
				font-size: 14pt;
				padding: 0 20px;
			}

#header nav > ul > li a:hover, #header nav > ul > li.active a, #header nav > ul > li:hover, #header nav > ul > li:hover > a {
	background: #e30613;
	color: #000;
}

#header nav > ul > li:first-child {
	margin-left: 0;
}

#header nav > ul > li .button {
	height: 2.25em;
	line-height: 2.25em;
	margin-bottom: 0;
	padding: 0 1em;
	position: relative;
	top: -0.075em;
	vertical-align: middle;
}

/* Tabellen wieder normal */

.tiny table tr td {    
	vertical-align: top;
}

.tiny table {    
	border-spacing: 2px;
	border-collapse: initial;
}

/** BEGIN Team **/
.team_container {
  position:relative;
  overflow:hidden;
}
.team_item .team_overlay {  
  display:block;
  /*width:322px;
  height:484px;*/
  width:310px;
  height:440px;
  position:absolute;
  left:371px;
  background-color:#000;
  opacity: 0.85;       /* modern browser */  
    -moz-opacity: 0.85;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=85); /* IE5.x -7.0 */  
    text-decoration:none;
    color:#fff;
  
}



.team_item .team_overlay ul {
  margin:-8px 26px 15px 13px;
  padding:0;
}

.team_item .team_overlay li {
  padding:0;
  font-size:13px;
  margin:0 0 5px 13px;
  line-height:18px;
}

.team_overlay h2 {
  color:#fff;
  font-size:20px;
  text-transform:uppercase;
  margin:18px 13px 3px 13px;
}

.team_overlay h3 {
  text-transform:uppercase;
  font-size:14px;
  margin:0px 13px 18px 13px;
}

.team_item .team_overlay p {
  margin-right:13px;
  margin-left:13px;
  margin-bottom:15px;
  font-size:13px;
  line-height:18px;
}

.team_item .team_overlay a:link,
.team_item .team_overlay a:hover,
.team_item .team_overlay a:visited {
  color:#fff;
  margin:25px 0 0 0;
  text-decoration:none;
}
/** END Team **/

.newsletter {
	padding: 5px 3px;
    font-weight: 400;
}

/** Auf reisen **/
table.reisen {
	width: 100%;
}
table.reisen tbody tr:nth-child(2n + 1) {
    background-color: #e8e8e8;
}


/** Productions video play Button **/
.videoplay {
    padding: 5px 37px 5px 10px;
    margin: 10px 0;
    font-size: 24px;
    background-image: url('/i/icon_play_weiss.png');
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 29px;
}

.videoplay:hover {
	background-image: url('/i/icon_play.png');
}

.ltt_rot {
    color: #e30613;
}


.startseite_video {
	height: 499px;
}

@media (max-width: 1280px) and (min-width: 992px) {
	.startseite_video {
		height: 460px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.startseite_video {
		height: 380px;
	}
}

@media (max-width: 767px) and (min-width: 520px) {
	.startseite_video {
		height: 300px;
	}
}

@media (max-width: 519px) {
	.startseite_video {
		height: 240px;
	}
}


.media img.top, .media img.bottom {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#fb_box_icon_closed {
 margin-top: 20px;	
}

@keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
10% {
opacity:0.90;
}
20% {
opacity:0.80;
}
30% {
opacity:0.70;
}
40% {
opacity:0.60;
}
50% {
opacity:0.50;
}
60% {
opacity:0.40;
}
70% {
opacity:0.30;
}
80% {
opacity:0.20;
}
90% {
opacity:0.10;
}
100% {
opacity:0;
}
}

.media img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 1s;
animation-direction: alternate;
}

.besetzung-rechts {
	vertical-align: top;
	width: 50%;
}

.besetzung-links {
	text-align:right;
	padding-right:15px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 50%;
}

@media (max-width: 767px) {
	.besetzung-links {
		text-align:left;
		width: 60%;
	}
	.besetzung-rechts {
		vertical-align: top;
		width: 40%;
	}
	table.besetzung {
		margin-top: 20px;
	}
}

