@font-face {
    font-family: "TradeGothicLHExtendedRoman";
    src: url("../../Fonts/tradegothiclh-extended.eot") format("embedded-opentype"), url("../../Fonts/tradegothiclh-extended.woff") format("woff"), url("../../Fonts/tradegothiclh-extended.ttf") format("truetype"), url("../../Fonts/tradegothiclh-extended.svg#TradeGothicLHExtendedRoman") format("svg");
}
@font-face {
    font-family: "TradeGothicLHExtendedBold";
    src: url("../../Fonts/tradegothiclh-extendedbold.eot") format("embedded-opentype"), url("../../Fonts/tradegothiclh-extendedbold.woff") format("woff"), url("../../Fonts/tradegothiclh-extendedbold.ttf") format("truetype"), url("../../Fonts/tradegothiclh-extendedbold.svg#TradeGothicLHExtendedBold") format("svg");
}
@font-face {
    font-family: "arnhemnormal";
    font-style: normal;
    font-weight: normal;
    src: url("../../Fonts/arnhem-normal-webfont.eot?#iefix") format("embedded-opentype"), url("../../Fonts/arnhem-normal-webfont.woff") format("woff"), url("../../Fonts/arnhem-normal-webfont.ttf") format("truetype"), url("../../Fonts/arnhem-normal-webfont.svg#arnhemnormal") format("svg");
}
@font-face {
    font-family: "arnhemnormalitalic";
    font-style: normal;
    font-weight: normal;
    src: url("../../Fonts/arnhem-normalitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../Fonts/arnhem-normalitalic-webfont.woff") format("woff"), url("../../Fonts/arnhem-normalitalic-webfont.ttf") format("truetype"), url("../../Fonts/arnhem-normalitalic-webfont.svg#arnhemnormalitalic") format("svg");
}
@font-face {
    font-family: "arnhembolditalic";
    font-style: normal;
    font-weight: normal;
    src: url("../../Fonts/arnhem-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../Fonts/arnhem-bolditalic-webfont.woff") format("woff"), url("../../Fonts/arnhem-bolditalic-webfont.ttf") format("truetype"), url("../../Fonts/arnhem-bolditalic-webfont.svg#arnhembolditalic") format("svg");
}
@font-face {
    font-family: "arnhemblack";
    font-style: normal;
    font-weight: normal;
    src: url("../../Fonts/arnhem-black-webfont.eot?#iefix") format("embedded-opentype"), url("../../Fonts/arnhem-black-webfont.woff") format("woff"), url("../../Fonts/arnhem-black-webfont.ttf") format("truetype"), url("../../Fonts/arnhem-black-webfont.svg#arnhemblack") format("svg");
}

/** CUSTOM STYLES MOBILE VERSION THEATER BONN */

/*Global*/

@media screen and (max-width: 1024px) {

body {
	font-family: "TradeGothicLHExtendedRoman",Arial,sans-serif;
}

.hidden_mobile {
   display: none;
}

.container {
	padding: 0;
	width: 100%;
	position: relative;
	top: 57px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

.content-inner h3 {
	margin-bottom: 25px;
}

.content-inner p {
    font-family: "arnhemnormal",Arial,sans-serif;
    font-size: 1.167em;
}

/*SUCHE*/

.search {
	display: none;
	width: 100%;
	height: 50px;
}

#searchform {
	height: 50px;
}

#searchform input[type="text"] {
	width: 100%;
	border: 0px none;
	height: 100%;
	padding: 0 15px;
	background: #ececeb;
	color: #000;
}

.csc-default {
	margin-bottom: 20px;
}

div.csc-textpic div.csc-textpic-imagecolumn {
    float: none;
}

div.csc-textpic-center .csc-textpic-center-outer {
    float: none;
    position: relative;
    right: 0;
}

div.csc-textpic-center .csc-textpic-center-inner {
    float: none;
    position: relative;
    right: 0;
}

div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    display: inline;
    margin: 0;
}

div.csc-textpic .csc-textpic-imagewrap img {
    border: medium none;
    display: block;
    max-width: 100%;
    height: auto;
}

.content-inner .gallery div.csc-textpic .csc-textpic-imagewrap img {
    border: medium none;
    display: block;
    height: auto;
    margin: 5px;
    max-width: 100%;
    width: 100%;
}
	
/*Header*/	
	
#header {
	height: 57px;
	border-bottom: 1px solid #c6c6c6;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.logo {
	float: none;
    margin: 0 auto;
    padding-top: 6px;
    width: 196px;
    max-width: 196px;
}

#header a {
	cursor: pointer;
}

a.show-menu {
	display: block;
	position: absolute;
	left: 15px;
	top: 17px;
	width: 24px;
	height: 16px;
}

a.show-search {
	display: block;
	position: absolute;
	right: 15px;
	top: 6px;
	width: 24px;
	height: 16px;
}

/*CONTENT TOP*/

.abdecker {
	height: 69px;
	position: relative;
	background: #b81f09;
}

.abdecker h1,
.abdecker h2 {
	margin: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.subpage .abdecker {
	padding-top: 15px;
}

.abdecker h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.abdecker h2 {
	font-size: 14px;
}

.spielzeit {
	margin: 0 auto;
    padding-top: 5px;
    position: relative;
    width: 158px;
    z-index: 10;
}

.teaser-bg {
	width: 100%;
	margin-top: -6px;
	height: 335px;
}

.submenu {
	background: #ececeb;
	overflow: hidden;
}

.submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

.submenu li {
	float: none;
	display: inline-block;
}

.submenu li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	padding: 10px;
}


/*CONTENT/NEWS*/

#content {
	clear: both;
}

#contentanker {
	clear: both;
    display: block;
    visibility: hidden;
    height: 1px;
}

.content-inner h2 {
	font-size: 26px;
}


h2.person {
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
}

h2.person b {
	font-weight: 500;
}

.main-news h1 {
	margin: 0;
	color: #fff;
	text-align: center;
	background: #b81f09 url(../../Images/mobile/pfeil_link.jpg) no-repeat 95% 49%;
	font-size: 16px;
	font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

.main-news h1 a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 0;
}

.news-list-view {
	padding: 0px;
}

.article {
	margin: 15px 0;
	padding: 15px;
}

.article:nth-child(odd) {
    background: #f1f1f0;   
}

.article .header h3 {
	font-size: 15px;
	font-weight: bold;
	color: #b81f09;
	text-transform:uppercase;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #bfbfbf;
	text-decoration: none;
}

.article .header h3 a {
	color: #b81f09;
}

.content-inner {
	padding: 15px;
}

.content-inner a {
  color:#B5261C;
}

.news .article .news-img-wrap {
    background: none repeat scroll 0 0 #fff;
    float: none;
    margin: 3px 12px 5px 0;
}

.news .article .news-img-wrap a {
    background: none repeat scroll 0 0 #fff;
    border: 0px none;
    display: block;
    float: none;
    padding: 0px;
}

.news .article .news-img-wrap img {
    float: none;
    height: auto !important;
    max-width: 100%;
}

.news .article .teaser-text a {
    color: #b81f09;
}


/*CONTENT/EVENTS */

.cal-event-head {
	font-size: 26px;
}

.cal-event {
	width: 100%;
	clear: both;
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.cal-event .order a {
	margin: 5px 0;
	display: inline-block;
}

.cal-event .event-attr2 .vattribut_4 {
  display: none;
}

.cal-event .event-attr2 .vattribut_13 {
  color: #b5261c;
  font-weight: bold;
}

.eventvenue {
	margin: 10px 0;
	display: inline-block;
}

#filterform {
    padding-top: 30px;
    position: relative;
}

.submitprev, .submitnext {
    background-color: #b5261c;
    border: 0 none;
    border-radius: 1000px;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    margin-top: 0;
    position: absolute;
    width: 40px;
}

.submitprev {
    left: 0;
    top: 0px;
}

.kalblaetter {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.submitnext {
    right: 0;
    top: 0px;
}

.kalender {
    float: none;
    margin: 0 auto;
    width: auto;
}

.tx-fe-theater table {
    border-collapse: separate;
    border-spacing: 0px;
}


.kalender td input {
    background-color: #b5261c;
    border: 0 none;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 15px;
    height: 100%;
    width: 100%;
    padding: 4px;
}

.tx-fe-theater table td {
    vertical-align: top;
}
.kalender td, .kalender th {
    font-size: 16px;
    padding: 4px;
    text-align: center;
    width: auto;
    height: auto;
}
.active {
    font-weight: bold;
}

.event-image img {
	max-width: 100%;
	height: auto;
}

.events-calendar {
	margin-top: 20px;
}

.events-calendar .calendar span.vattribut_4 {
  display: none;
}

.events-calendar .calendar span.vattribut_13 {
  color: #b5261c;
}

.buttonred {
    background: none repeat scroll 0 0 #b5261c;
    color: #fff !important;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 10px;
    padding: 3px 4px;
    text-align: center;
    text-transform: uppercase;
}


.calendar span.vattribut_1, .calendar span.vattribut_3, .calendar span.vattribut_7 {
    display: none;
}

.event-attr .vattribut_13, .event-attr .vattribut_11, .event-attr .vattribut_12 {
    display: none;
}

.event-attr2 em span {
    display: inline;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*STARTSEITE*/

.circles {
    overflow: hidden;
    padding: 0;
}

.circles {
	margin: 0 auto;
    position: relative;
    top: 60px;
    z-index: 1;
}

.circle {
    background: none repeat scroll 0 0 #b5261c;
    border-radius: 1000px;
    display: none;
    float: none;
    max-height: 225px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 225px;
    z-index: 1;
}

.circle:first-child {
	display: block;
}

.circles .left {
    float: none;
    width: auto;
}

.circles .right {
    float: none;
    width: auto;
}

.circlecontent, .hoverbackground, .contenthover {
    height: 225px;
    width: 225px;
}

.contenthover a span {
	background-size: cover !important;
}

.circle h2 {
    font-family: "TradeGothicLHExtendedRoman",Arial,sans-serif;
    font-size: 24px;
    left: 0;
    line-height: 34px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 65px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
}

.circle .category {
    bottom: 20px;
    color: #fff;
    font-size: 15px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

}

@media screen and (min-width: 480px) {
	.submitprev, .submitnext {
	    background-color: #b5261c;
	    border: 0 none;
	    border-radius: 1000px;
	    color: white;
	    display: block;
	    font-size: 15px;
	    font-weight: bold;
	    height: 40px;
	    margin-top: 0;
	    position: absolute;
	    width: 40px;
	}
	
	.kalender td, .kalender th {
	    font-size: 17px;
	    height: 35px;
	    padding: 2px;
	    text-align: center;
	    width: 35px;
	}
	
	.kalender td input {
	    background-color: #b5261c;
	    border: 0 none;
	    box-sizing: border-box;
	    color: #ffffff;
	    display: block;
	    font-family: "arnhemnormal",Arial,sans-serif;
	    font-size: 17px;
	    height: 100%;
	    padding: 0;
	    width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.article {
		clear: both;
		overflow: hidden;
	}
	
	.news-img-wrap {
		float: left !important;
    	width: 35%;
	}
	
	.right {
		float: right;
    	width: 63%;
	}
}

/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
#swipebox-slider .slide {
  background: url(../../Images/loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(../../Images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

#swipebox-slider.rightSpring {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
  background-image: -webkit-linear-gradient(top, #0d0d0d, black);
  background-image: linear-gradient(to bottom, #0d0d0d, black);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.csc-textpic-imagewrap {
	width: 100% !important;
}



.csc-textpic-imagewrap > a {
	display: block;
	float: left;
	width: 46%;
	margin: 5px;
}

.csc-textpic-imagewrap > a img {
	max-width: 100%;
	height: auto;
	
}

.csc-textpic-imagewrap > a:nth-child(2),
.csc-textpic-imagewrap > a:nth-child(4),
.csc-textpic-imagewrap > a:nth-child(6),
.csc-textpic-imagewrap > a:nth-child(8),
.csc-textpic-imagewrap > a:nth-child(10),
.csc-textpic-imagewrap > a:nth-child(12),
.csc-textpic-imagewrap > a:nth-child(14),
.csc-textpic-imagewrap > a:nth-child(16),
.csc-textpic-imagewrap > a:nth-child(18),
.csc-textpic-imagewrap > a:nth-child(20),
.csc-textpic-imagewrap > a:nth-child(22),
.csc-textpic-imagewrap > a:nth-child(24),
.csc-textpic-imagewrap > a:nth-child(26),
.csc-textpic-imagewrap > a:nth-child(28),
.csc-textpic-imagewrap > a:nth-child(30),
.csc-textpic-imagewrap > a:nth-child(32),
.csc-textpic-imagewrap > a:nth-child(34), {
	margin-right: 0;
}

div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	right: 0 !important;
}

.gallery div.csc-textpic-center .csc-textpic-center-outer {
	float: none;
	right: 0 !important;
}

.gallery div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	right: 0 !important;
}

.gallery div.csc-textpic,
div.csc-textpic-center .csc-textpic-imagewrap {
    overflow: visible;
}

div.csc-textpic-center .csc-textpic-center-outer {
    position: relative;
    right: 0%;
}

div.csc-textpic-center .csc-textpic-center-inner {
    position: relative;
    right: 0%;
}

.spielzeit {
    background: none repeat scroll 0 0 #000000;
    left: 50%;
    margin: 0 0 0 -88px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 176px;
    z-index: 30;
}
.spielzeit-links {
    float: left;
    margin-left: 8px;
}
.spielzeit-rechts {
    float: right;
    margin-right: 12px;
}
.spielzeit .large {
    display: inline-block;
    float: none;
    font-size: 46px;
    margin-top: 0px;
}
.spielzeit .trenner {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    height: 50px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 35px;
    width: 2px;
}
.spielzeit .white {
    color: #fff;
}
.spielzeit .red {
    color: #b5261c;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.gallery div.csc-textpic div.csc-textpic-imagerow {
	    float: left;
	    margin: 0px;
	    overflow: hidden;
	    width: 25%;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.gallery div.csc-textpic div.csc-textpic-imagerow {
	    float: left;
	    margin: 0px;
	    overflow: hidden;
	    width: 33%;
	}
}

@media all and (min-width: 321px) and (max-width: 479px) {
	.gallery div.csc-textpic div.csc-textpic-imagerow {
	    float: left;
	    margin: 0px;
	    overflow: hidden;
	    width: 50%;
	}
}

@media all and (width: 320px) {
	.gallery div.csc-textpic div.csc-textpic-imagerow {
	    float: left;
	    margin: 0px;
	    overflow: hidden;
	    width: 100%;
	}
}