/* Smartphone */
@media screen and (max-width: 600px) {
	body {
		width: 100%;
		height: 100%;
		background: url('../images/phone_bg.jpg') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: fixed;
		z-index: -99999999;
	}
	table#resp_table {
		border: 0;
	}
	table#resp_table td:hover {
		background-color: #a8a6a6;
	}
	table#resp_table thead {
		display: none;
	}
	table#resp_table tr {
		margin-bottom: 15px;
		display: block;
		border-bottom: 1px solid #ddd;
	}
	table#resp_table td {
		display: block;
		text-align: right;
		font-size: 13px;
	}
	table#resp_table td:last-child {
		border-bottom: 1;
	}
	table#resp_table td:last-child:hover {
		border-bottom: 1;
	}
	table#resp_table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	#tr_tup_login {
		margin-left: -10px;
	}
	#event_register {
		margin-left: -28px;
	}
	#forgot_pw_modal {
		margin-left: -10px;
	}
	#event_info_modal {
		margin-left: -9px;
	}
	.news-card-short {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.nonselect {
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Chrome/Safari/Opera */
		-khtml-user-select: none; /* Konqueror */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none;
		/* Non-prefixed version, currently not supported by any browser */
	}
	.card-title-cut {
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
	#nav-bar-bg {
		background-color: rgba(0, 0, 0, 0.6);
	}
	#header_bar {
		color: #9e9e9e;
	}
	#cat_select {
		padding-top: 25px;
		margin-bottom: -10px;
	}
	hr {
		border: 0;
		height: 2px;
		background-image: -webkit-linear-gradient(left, black, black, black);
		background-image: -moz-linear-gradient(left, black, black, black);
		background-image: -ms-linear-gradient(left, black, black, black);
		background-image: -o-linear-gradient(left, black, black, black);
	}
	.chron_par {
		padding: 5px 5px 5px 5px;
	}
	#homecardssmall_pctab {
		
	}
	#contact-data1400 {
		display: none;
	}
	#homecardlarge_phone {
		margin-bottom: 40px;
	}
	#second_prog {
		margin-top: 10px;
	}
	#timediv {
		margin-top: 20px;
	}
	#modal4 {
		width: 320px;
	}
	.dlbtn {
		margin-top: 10px;
	}
	.site_footer {
		left: 0;
		bottom: 0;
		height: 180px;
		width: 100%;
		z-index: 99999;
	}
	#caec_request {
		width: 100%;
		padding: 20px 20px 20px 20px;
		text-align: left;
	}
	#int_archive_modal {
		width: 95%;
	}
}

/* Tablet */
@media screen and (min-width: 600px) and (max-width: 991px) {
	body {
		background-image: url(../images/bg_notes2.jpg);
		background-attachment: fixed;
		background-size: 100% 100%;
	}
	#nav-bar-bg {
		background-color: rgba(0, 0, 0, 0.6);
	}
	#header_bar {
		color: #9e9e9e;
	}
	hr {
		border: 0;
		height: 1px;
		background-image: -webkit-linear-gradient(left, black, black, black);
		background-image: -moz-linear-gradient(left, black, black, black);
		background-image: -ms-linear-gradient(left, black, black, black);
		background-image: -o-linear-gradient(left, black, black, black);
	}
	.chron_par {
		padding: 15px 15px 15px 15px;
	}
	#homecardssmall_pctab {
		display: table-cell;
		padding-top: 30px;
		min-height: 100%;
		width: 100%;
		text-align: left;
	}
	table#resp_table {
		border: 0;
	}
	table#resp_table td:hover {
		background-color: #a8a6a6;
	}
	table#resp_table thead {
		display: none;
	}
	table#resp_table tr {
		margin-bottom: 15px;
		display: block;
		border-bottom: 1px solid #ddd;
	}
	table#resp_table td {
		display: block;
		text-align: right;
		font-size: 13px;
	}
	table#resp_table td:last-child {
		border-bottom: 1;
	}
	table#resp_table td:last-child:hover {
		border-bottom: 1;
	}
	table#resp_table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	#homecardssmall_pctab .row {
		margin-left: 1%;
	}
	#homecardssmall_pctab .row .col {
		width: 27%;
	}
	#contact-data1400 {
		display: none;
	}
	#sameday_prog {
		width: 49%;
		height: inherit;
	}
	#second_prog {
		margin-left: 2%;
		width: 49%;
		height: inherit;
	}
	body {
		margin: 0 0 170px; /* FOOTER HEIGHT*/
	}
	#timediv {
		margin-top: 20px;
	}
	#modal4 {
		width: 400px;
	}
	.site_footer {
		position: fixed;
		left: 0;
		bottom: 0;
		height: 70px;
		width: 100%;
		z-index: 99999;
	}
	#caec_request {
		float: left;
		width: 60%;
		padding-top: 20px;
		text-align: left;
	}
	#int_archive_modal {
		width: 60%;
	}
}

/* PC */
@media screen and (min-width: 992px) {
	body {
		background-image: url(../images/bg_notes2.jpg);
		background-attachment: fixed;
		background-size: 100% 100%;
	}
	#nav-bar-bg {
		background-color: rgba(0, 0, 0, 0);
	}
	#header_bar {
		color: #fff;
	}
	.news-card-short {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.news-card-break {
		text-align: right;
		width: 72%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	hr {
		border: 0;
		height: 1px;
		background-image: -webkit-linear-gradient(left, black, black, black);
		background-image: -moz-linear-gradient(left, black, black, black);
		background-image: -ms-linear-gradient(left, black, black, black);
		background-image: -o-linear-gradient(left, black, black, black);
	}
	.pc_menu_item {
		font-size: 17px;
	}
	#pc_menu_title {
		font-size: 21px;
		margin-left: 10px;
		position: absolute;
	}
	#menuicon {
		margin-top: 10px;
		margin-left: 15px;
	}
	#homeicon {
		height: 50px;
		margin-right: 10px;
	}
	.chron_par {
		padding: 15px 15px 15px 15px;
	}
	#homecardssmall_pctab {
		display: table-cell;
		padding-top: 30px;
		min-height: 100%;
		width: 100%;
		text-align: left;
	}
	#homecardssmall_pctab .row {
		margin-left: 1%;
	}
	#homecardssmall_pctab .row .col {
		width: 27%;
	}
	#contact-data1400 {
		display: none;
	}
	body {
		margin: 0 0 270px; /* FOOTER HEIGHT*/
	}
	#sameday_prog {
		width: 49%;
		height: inherit;
	}
	#second_prog {
		margin-left: 2%;
		width: 49%;
		height: inherit;
	}
	#modal4 {
		width: 400px;
	}
	.site_footer {
		position: fixed;
		left: 0;
		bottom: 0;
		height: 70px;
		width: 100%;
		z-index: 99999;
	}
	#caec_request {
		float: left;
		width: 60%;
		padding-top: 20px;
		text-align: left;
	}
	#int_archive_modal {
		width: 40%;
	}
}

html {
	position: relative;
	min-height: 100%;
}

#debug_button {
	position: fixed;
	display: block;
	left: 0;
	bottom: 0;
	margin-left: 20px;
	margin-bottom: 40px;
	z-index: 999999;
}

.directors_img {
	height: 150px;
}

.story {
	padding-bottom: 20px;
}

.hovercustom:hover {
	cursor: pointer;
}

.white-itemhover:hover {
	cursor: pointer;
	background-color: #f3f3f3;
}

.usualcard {
	padding: 10px 20px 5px 20px;
}

.revealcardcontent {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
}

.revealedtitle {
	margin-top: 10px;
}

.smallheadline {
	font-weight: bold;
	font-size: 18px;
}

.mediumheadline {
	font-weight: bold;
	font-size: 28px;
}

.nonbold {
	font-weight: normal;
}

.topborder {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d1d1d1;
}

.rightborder {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d1d1d1;
}

.leftborder {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d1d1d1;
}

.divlink {
	display: block;
}

.textdivider {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.sameheight_wrapper {
	display: flex;
}

.sameheight_item {
	
}

.downloadlink_div a {
	padding: 5px 5px 5px 5px;
	color: #009688;
}

.downloadlink_div a i {
	
}

.dateformat {
	font-size: 12px;
}

.newsitem {
	padding: 25px 20px 25px 20px;
	background-color: white;
}

.collapsible-body {
	padding: 15px 15px 15px 15px;
}

.green-bar {
	width: 100%;
	background-color: #7fc324;
	height: 6px;
}

.red-bar {
	width: 100%;
	background-color: #dc2649;
	height: 6px;
}

.yellow-bar {
	width: 100%;
	background-color: #ef9d46;
	height: 6px;
}

.blue-bar {
	width: 100%;
	background-color: #008ee0;
	height: 6px;
}

.green-bar-3pxbar {
	width: 100%;
	background-color: #7fc324;
	height: 3px;
}

.red-bar-3pxbar {
	width: 100%;
	background-color: #dc2649;
	height: 3px;
}

.yellow-bar-3pxbar {
	width: 100%;
	background-color: #ef9d46;
	height: 3px;
}

.blue-bar-3pxbar {
	width: 100%;
	background-color: #008ee0;
	height: 3px;
}

.green-bar-12pxbar {
	width: 100%;
	background-color: #7fc324;
	height: 12px;
}

.red-bar-12pxbar {
	width: 100%;
	background-color: #dc2649;
	height: 12px;
}

.yellow-bar-12pxbar {
	width: 100%;
	background-color: #ef9d46;
	height: 12px;
}

.blue-bar-12pxbar {
	width: 100%;
	background-color: #008ee0;
	height: 12px;
}

.custom-revealer {
	height: 24px;
	width: 100%;
}

.unrevealicon {
	font-size: 40px;
	transform: translateY(-5px);
}

.revealicon {
	font-size: 40px;
	transform: translateY(-5px);
}

.centertextwrapper {
	text-align: center;
}

.scndheadline {
	padding-bottom: 40px;
	margin-top: 60px;
}

.halftransparentdiv {
	background-color: rgba(255, 255, 255, 0.7);
	min-height: 100%;
	padding: 20px 20px 20px 20px;
}

#hometrans {
	padding: 20px 20px 0px 20px;
}

#homeimglarge {
	height: 100%;
	width: 70%;
	float: left;
}

#homeimglargedesc {
	float: left;
	width: 30%;
	padding: 20px 10px 10px 20px;
	text-align: left;
}

#hometrans .sameheight-wrapper {
	min-height: 100%;
}

.60pxdivider {
	height: 60px;
}

.whiteheadline {
	text-align: left;
}

#locationdiv {
	height: 96%;
}

#locationdiv .smallheadline {
	margin-top: 10px;
}

#locationdiv .topborder {
	height: 70px;
	width: 100%;
}

.60pxdivider {
	height: 60px;
}

#collapsible_expand {
	font-size: 40px;
}

.modalcardcontent {
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.revealed_text {
	padding: 0px 20px 10px 20px;
	text-align: left;
}

.hide-vertical {
	overflow-y: auto;
	position: relative;
	height: 1px;
}

.chronicle {
	text-align: left;
}

.clickable {
	cursor: pointer;
}

#schedule {
	padding-top: 0px;
}

.schedule_item_full {
	width: 100%;
	min-height: 100px;
	margin-top: 10px;
	padding: 15px 0px 10px 10px;
	text-align: left;
}

.schedule_item_notext {
	width: 100%;
	min-height: 100px;
	margin-top: 10px;
	padding: 15px 0px 10px 0px;
}

.schedule_location {
	margin-top: 8px;
}

.bold {
	font-weight: bold;
}

/* FÜR KONTAKTFORMULAR */
@media screen and (min-width: 1400px) {
	#contact-data {
		display: none;
	}
	#contact-data1400 {
		display: inline;
	}
}
}