header .subBrand span a {
	color:#3a3a3a;
	text-decoration: none;
}

header .subBrand span a:hover,
header .subBrand span a:focus,
header .subBrand span a:active {
	color:#ee750d;
	text-decoration: none;
}

a.mail:before {
	font-family: 'fhws';
	content: "\e904 ";
	line-height: inherit;
	display: inline-block;
	margin-right: 5px;
}

a.external-link,
a.external-link-new-window {
	/*white-space: nowrap;*/
}

#cc__modal__container a.external-link,
#cc__modal__container a.external-link-new-window {
	white-space: nowrap;
	color:#EE750D !important;
}

#cc__modal__container a.external-link:hover,
#cc__modal__container a.external-link:focus,
#cc__modal__container a.external-link:active,
#cc__modal__container a.external-link-new-window:hover,
#cc__modal__container a.external-link-new-window:focus,
#cc__modal__container a.external-link-new-window:active {
	background-color: #ee750d;
	color: white !important;
}


a.external-link:before,
a.external-link-new-window:before,
a.internal-link-new-window:before {
	content: ' ';
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icons/linkExternal.svg');
}

a.download:before {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	content: ' ';
	background: url('../images/icons/download.svg');
}

.icon.iconClock:before {
	content: url('../images/icons/Uhr.svg');
}
/*
.icon-studieninteressierte:before,
.icon.iconStudieninteressierte:before {
	content: url('../images/icons/studieninteressierte.svg');
}
*/

h1.underline,
h2.underline,
h3.underline,
h4.underline {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #e6e6e6;
}

h1.underline-link > a,
h2.underline-link > a,
h3.underline-link > a,
h4.underline-link > a {
	text-decoration: underline;
}

h1.underline-link > a:hover,
h2.underline-link > a:hover,
h3.underline-link > a:hover,
h4.underline-link > a:hover {
	text-decoration: none;
}

span.orange {
	color: #EE750D;
	font-weight: bold;
}

ol {
	padding-left: 20px;
}
ul li,
ol li {
	padding-left: 5px;
}

ul.list-plain {
	list-style: none;
	padding-left: 5px;
}
ul.list-plain li {
	padding-left: 0;
}
ul.list-plain a:before,
ul.list-plain a.external-link:before,
ul.list-plain a.external-link-new-window:before {
	content: ' ';
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icons/linkExternal.svg');
}


table.table-cell-width-2 th, table.table-cell-width-2 td { width: 50%; }
table.table-cell-width-3 th, table.table-cell-width-3 td { width: 33.33%; }
table.table-cell-width-4 th, table.table-cell-width-4 td { width: 25%; }
table.table-cell-width-5 th, table.table-cell-width-5 td { width: 20%; }
table.table-cell-width-6 th, table.table-cell-width-6 td { width: 16.66%; }
table.table-cell-width-7 th, table.table-cell-width-7 td { width: 14.29%; }
table.table-cell-width-8 th, table.table-cell-width-8 td { width: 12.5%; }


/* ### blockquote
########################################## */

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 130%;
	font-style: oblique;
	margin: 0;
	padding: 0 0 25px 0;
}

blockquote.bc2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 130%;
	font-style: oblique;
	margin: 0;
	padding: 0 0 25px 0;
}

blockquote p {
	color: #999999;
	background: transparent url(../graphic/bg/bg_blockquote.gif) top left no-repeat;
	margin: 0 0 0 0;
	padding: 4px 0 4px 50px;
}

/*
blockquote.bc2 p {
	color: #FF9966;
	background: transparent url(../graphic/bg/bg_blockquote2.gif) top left no-repeat;
	margin: 0 0 0 0;
	padding: 4px 0 4px 50px;
}
*/

blockquote p {
	padding-bottom: 0;
}

blockquote:before {
	content: '';
}
/*
blockquote:before {
	vertical-align: 0;
}

blockquote:before {
	color: #969696;
	font-weight: bold;
	font-size: 4.25em;
	vertical-align: -3px;
	margin-left: 5px;
	position: relative;
	z-index: 2;
}
*/
blockquote p:before {
	content: '';
	display: block;
	position: absolute;
	width: 40%;

	border-top: 3px solid #ee750d;
	border-left: 3px solid #ee750d;

	padding-bottom: 35px;

	margin-left: -10px;
	margin-top: -10px;
	padding-left: 0;

	z-index: 1;
}


/* ### END blockquote
########################################## */


#tooltip
{
	text-align: left;
	color: rgba(0,0,0,1.00);
	background: white;
	border: 2px solid rgba(237,110,0,1.00);
	border-radius: 5px;
	position: absolute;
	z-index: 100;
	padding: 15px;
	max-width: 350px;
}

#tooltip h2 {
	font-size: 120%;
	color: rgba(237,110,0,1.00);
	margin: 0 0 10px 0;
}

#tooltip p {
	line-height: 1.3;
	margin: 0;
	padding: 0 0 20px 0;
}

#tooltip p:last-of-type {padding: 0;}


#tooltip:after
{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(237,110,0,1.00);
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -15px;
}

#tooltip.top:after
{
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}

#tooltip.left:after
{
	left: 10px;
	margin: 0;
}

#tooltip.right:after
{
	right: 10px;
	left: auto;
	margin: 0;
}

.slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider ul li {
	margin: 0;
	padding: 0;
}

select.select2 {
	width: 100%;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

table ul {
	margin-bottom: 0;
}

form.powermail_form.nolabel > h2,
form.powermail_form.nolabel > h3,
form.powermail_form.nolabel > h4,
form.powermail_form.nolabel > h5,
form.powermail_form.nolabel > h6,
form.powermail_form.nolabel > strong {
	display: none;
}

.collapse,
.collapse.in,
.collapsing {
	padding-top: 0 !important;
}

.csc-textpic table td {
	border: 0 transparent;
}

form fieldset fieldset legend {
	border-bottom: none;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

form fieldset label.lbl-radio,
form fieldset label.lbl-check {
	font-weight: normal;
}

form fieldset div.form-radio,
form fieldset div.form-check {
	margin-left: 15px;
}

form fieldset div.powermail_radio_outer p.form-text,
form fieldset div.powermail_check_outer p.form-text {
	padding-top: 7px;
}

@media (min-width: 768px) {
	.embed-responsive {
		margin-bottom:20px;
	}
}

@media (max-width: 767px) {
	.embed-responsive video {
		padding-bottom: 40px;
	}

	.infoTitle,
	.personDetail .infoTitle {
		text-align: left;
		padding-top: 5px;
	}
}

aside#sidebar nav.subNav ul li.menu-active a {
	color: #ee750d;
}

aside#sidebar nav.subNav > ul > li > ul > li > ul > li.menu-active > a {
	position: relative;
}

aside#sidebar nav.subNav > ul > li > ul > li > ul > li.menu-active > a:before {
	position: absolute;
	left: 10px;
	content: '';
	background: url('../images/icons/readOn.svg');
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

aside#sidebar nav.subNav > ul > li > ul > li > ul > li > ul > li > a {
	padding: 5px 12px 5px 45px;
	line-height: 20px;
}

article.newsShow aside.preview:empty {
	display: none;
}

article.newsShow .content ul {
	list-style-position:  inside;
}

article.newsShow .gallery {
	clear: both;
}

dl.news-single-files {
	padding-top: 20px;
}

dl.news-single-files dd a:before {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	content: ' ';
	background: url('../images/icons/download.svg');
}

.crop {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

body > header > nav.main .subBrand span {
	/*white-space: nowrap;*/
}

@media (min-width: 1200px) {
	body > header > nav.main .subBrand.small span {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body > header > .top > .container > .brandName {
		font-size: 14px;
	}

	body > header > nav.main .subBrand.small span {
		font-size: 14px;
		line-height: 18px;
	}

	body > header > nav.main .subBrand.small2 {
		width: 130px;
	}

	body > header > nav.main .subBrand.small2 span {
		padding-left: 0;
		font-size: 11px;
		line-height: 14px;
	}
}


body > footer > div.container:last-of-type {
	margin-bottom: 20px;
}

.hide_initally { display: none; }

.google-map {
	margin-bottom: 30px;
}

.black {
	color: #000000;
}
/*
display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
*/

ul.twoColContent li {
	width: 100% !important;
}

ul.twoColContent a {
	display: inline !important;
}

@media (min-width: 992px) {
	ul.twoColContent li {
		display: inline !important;
		float: left !important;
		width: auto !important;
		min-width: 50%;
	}
}

@media (min-width: 1200px) {
	ul.twoColContent li {
		display: inline !important;
		float: left !important;
		width: auto !important;
		min-width: 33%;
	}
}

.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}

.mt-10,
.m-t-10 {
	margin-top: 10px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 10px !important;
}
.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

div.panel-heading a {
	color: #fff;
}

hr.orange {
	border-top: 1px solid #ee750d;
}

hr.light.orange {
	border-top: 1px solid #EEBA8D;
}

.infoTitle {
	font-weight: bold;
	text-align: right;
}



.btn-default {
	color: #ee750d;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #be5d0a;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #be5d0a;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #ee750d;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #be5d0a;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}

div.personPopover img.popover-img {
	float: right;
	max-width: 25%;
}
aside.sb-home-sl nav.subNav > h2 {
	display: none;
}

.collapse-parent-hide[aria-expanded="true"] {
	display: none !important;
}

.no-transition {
	transition: none !important;
}

.cursorpointer {
	cursor: pointer;
}

figure + figure,
figure + figcaption + figure {
	margin-top: 30px;
}
figure img {
	max-width: 100%;
}

.csc-textpic-caption,
figcaption {
	padding-top: 10px;
	font-size: 12px;
}

.csc-textpic img {
	max-width: 100%;
	height: auto;
}

div.csc-textpic-imagecolumn.csc-textpic-lastcol,
td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
	margin-right: -1px;
}

.accordion div.csc-textpic-imagecolumn.csc-textpic-lastcol,
.accordion td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
	margin-right: -31px;
}

/*.inner-col > .inner-col-align > .accordion,*/
.inner-col.sub-col > .inner-col-align.sub-col > .accordion {
	margin-left:-15px;
	margin-right:-15px;
}

.tx-dce-pi1 > .internal-link.btn.btn-primary {
	margin-top: 20px
}

.img-responsive-100p {
	width: 100%;
}

.img-responsive-container img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background: url(../images/misc/ui.totop.png) no-repeat left top;
	z-index: 99;
}

#toTopHover {
	background: url(../images/misc/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

.accordion > section > h1 {
	position: relative;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}
.accordion > section > h1 > a {
	padding: 15px 45px 15px 15px;
	display: block;
}
.accordion > section > h1 > a:before,
.accordion > section > h1 > a:after {
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* use !important to prevent issues with browser extensions that change fonts */
	/*font-family: 'fhws' !important;*/
	font-family: 'Glyphicons Halflings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accordion > section > h1 > a:before {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h1 > a:after {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h1 > a.collapsed:before {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h1 > a.collapsed:after {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h1 > a.active,
.accordion > section > h1 > a:focus {
	text-decoration: none;
	color: #ee750d;
}

.news .col-sm-4 img {
	max-width: 100%;
	margin-bottom: 10px;
}

.slider {
	position: relative;
}

.slider .slider-bg,
.slider-slick .slick-slide .slider-bg {
	width: 100%;
	bottom: 120px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
}

.slider .slider-bg p,
.slider-slick .slick-slide .slider-bg p {
	font-size: 26px;
	color: #fff;
	/*background-color: rgba(238, 117, 13,0.5);*/
	background-color: rgba(0, 0, 0,0.5);
	display: inline-block;
	margin-left: 125px;
	padding: 15px 30px;
	max-width: 75vw;
}

.slider .slider-bg p:empty {
	display: none;
}

.slider-slick .slick-prev::before,
.slider-slick .slick-next::before,
.slider.slider-slick-logos .slick-prev::before,
.slider.slider-slick-logos .slick-next::before {
    color:#ee750d;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.slider.slider-slick-logos .slick-prev {
    left:0;
}
.slider.slider-slick-logos .slick-next {
    right:0;
}

.slider.slider-slick-logos .slick-slide a img {
    border-top: 4px solid transparent;
}

.slider.slider-slick-logos .slick-slide a:hover img,
.slider.slider-slick-logos .slick-slide a:focus img,
.slider.slider-slick-logos .slick-slide a:active img {
    border-top: 4px solid #ee750d;
}


.accordion > section > h3 {
	position: relative;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}
.accordion > section > h3 > a {
	padding: 15px 45px 15px 15px;
	display: block;
}
.accordion > section > h3 > a:before,
.accordion > section > h3 > a:after {
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* use !important to prevent issues with browser extensions that change fonts */
	/*font-family: 'fhws' !important;*/
	font-family: 'Glyphicons Halflings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accordion > section > h3 > a:before {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h3 > a:after {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h3 > a.collapsed:before {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h3 > a.collapsed:after {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h3 > a.active,
.accordion > section > h3 > a:focus {
	text-decoration: none;
	color: #ee750d;
}

.accordion > section > h4 {
	position: relative;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}
.accordion > section > h4 > a {
	padding: 15px 45px 15px 15px;
	display: block;
}
.accordion > section > h4 > a:before,
.accordion > section > h4 > a:after {
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* use !important to prevent issues with browser extensions that change fonts */
	/*font-family: 'fhws' !important;*/
	font-family: 'Glyphicons Halflings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accordion > section > h4 > a:before {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h4 > a:after {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h4 > a.collapsed:before {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h4 > a.collapsed:after {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h4 > a.active,
.accordion > section > h4 > a:focus {
	text-decoration: none;
	color: #ee750d;
}

.accordion > section > h5 {
	position: relative;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}
.accordion > section > h5 > a {
	padding: 15px 45px 15px 15px;
	display: block;
}
.accordion > section > h5 > a:before,
.accordion > section > h5 > a:after {
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* use !important to prevent issues with browser extensions that change fonts */
	/*font-family: 'fhws' !important;*/
	font-family: 'Glyphicons Halflings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accordion > section > h5 > a:before {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h5 > a:after {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h5 > a.collapsed:before {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h5 > a.collapsed:after {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h5 > a.active,
.accordion > section > h5 > a:focus {
	text-decoration: none;
	color: #ee750d;
}

.accordion > section > h6 {
	position: relative;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}
.accordion > section > h6 > a {
	padding: 15px 45px 15px 15px;
	display: block;
}
.accordion > section > h6 > a:before,
.accordion > section > h6 > a:after {
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* use !important to prevent issues with browser extensions that change fonts */
	/*font-family: 'fhws' !important;*/
	font-family: 'Glyphicons Halflings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.accordion > section > h6 > a:before {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h6 > a:after {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h6 > a.collapsed:before {
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
}
.accordion > section > h6 > a.collapsed:after {
	content: "\e055";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.accordion > section > h6 > a.active,
.accordion > section > h6 > a:focus {
	text-decoration: none;
	color: #ee750d;
}

.accordion section a time {
	display:none;
}

.ts-115p {
	font-size: 115%;
}

aside .widget a.readOn {
	display: block;
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
}

.h7 {
	font-size: 16px;
	color: #ee750d;
}

section.black article header h2 a,
section.black article header h3 a,
section.black article header h4 a,
section.black article header h5 a,
section.black article header h6 a {
	color: #000;
}

.loader-overlay > .loader {
  position: relative;
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #ee750d;
  width: 70px;
  height: 70px;
  left:50%;
  top:50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader-overlay {
  position: fixed;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 9999;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.newslist img {
	display: block;
	width: 100%;
	height: 150px !important;
	height: auto;
	object-fit: cover;
}

.newslist.newslist-32 img {
	display: block;
	width: 100%;
	/*height: unset !important;*/
	height: auto !important;
	/*object-fit: cover;*/
}

.newslist.newslist-tile article .content p {
	text-align: justify;
}


/**
* Terminliste V2
*/
.dateList2 .cal-el {
	display: block;
	min-height: 80px;
	line-height: 1.3;
	padding: 10px;
	margin-bottom: 2px;

}

.dateList2 .cal-el:active,
.dateList2 .cal-el:focus,
.dateList2 .cal-el:hover {background-color: #ee750d;}

.dateList2 .cal-date {
	width: 15%;
	color: #3a3a3a;
	line-height: 1.4;
	display: block;
	float: left;
	padding-top: 3px;
}

.dateList2 .cal-date span {
	padding: 3px;
	text-align: center;
	display: block;
}

.dateList2 .cal-el .cal-date span:nth-of-type(1) {
	color: #fff;
	background-color: #ee750d;
	font-weight: bold;
}

.dateList2 .cal-el:hover .cal-date span:nth-of-type(1) {
	color: #ee750d;
	background-color: #fff;
	font-weight: bold;
}

.dateList2 .cal-date span:nth-of-type(2) {
	color: #000;
	background-color: #ddd;
	font-size: 150%;
	font-weight: bold;
}

.dateList2 a {
	width: 85%;
	color: #3a3a3a;
	display: block;
	margin-left: 15%;
	padding: 0 0 0 10px;
	text-decoration: none;
}

.dateList2 a:hover,
.dateList2 .cal-el:hover a,
.dateList2 a:focus,
.dateList2 .cal-el:focus a,
.dateList2 a:active,
.dateList2 .cal-el:active a {color: #fff; }

.dateList2 a span:nth-of-type(1) {
	color: #ee750d;
	font-weight: bold;
	display: block;
}

.dateList2 a:hover span:nth-of-type(1),
.dateList2 .cal-el:hover a span:nth-of-type(1),
.dateList2 a:active span:nth-of-type(1),
.dateList2 .cal-el:active a span:nth-of-type(1),
.dateList2 a:focus span:nth-of-type(1),
.dateList2 .cal-el:focus a span:nth-of-type(1) {
	color: #fff;
	font-weight: bold;
}

.dateList2 a time {display: block;}


.bgcolor-orange {
	background-color: #ed6e00;
}

.bgcolor-grey {
	background-color: #F2F2F2;
}

.bgcolor-grey-inner .inner-col {
	background-color: #F2F2F2;
	padding: 0 15px;
}

.bgcolor-grey-inner .targetGroup {
	background: transparent;
	height: 100px;
	display:block;
}

.bgcolor-grey-inner .targetGroup a {
	white-space: nowrap;
}

.bgcolor-grey-inner .targetGroup a:hover {
	color:black !important;
	background: transparent;
}

.bgcolor-orange-inner .inner-col {
	background-color: #ed6e00;
	padding: 0 15px;
}

.bgcolor-orange-inner .targetGroup {
	background: transparent;
	height: 100px;
	display:block;
}

.bgcolor-orange-inner .targetGroup a {
	white-space: nowrap;
}

.bgcolor-orange-inner .targetGroup a:hover {
	color:black !important;
	background: transparent;
}


.bgcolor-orange,
.bgcolor-orange h1,
.bgcolor-orange h2,
.bgcolor-orange h3,
.bgcolor-orange h4,
.bgcolor-orange h5,
.bgcolor-orange h6,
.bgcolor-orange-inner,
.bgcolor-orange-inner h1,
.bgcolor-orange-inner h2,
.bgcolor-orange-inner h3,
.bgcolor-orange-inner h4,
.bgcolor-orange-inner h5,
.bgcolor-orange-inner h6 {
	color: white !important;
}

.dist-small {
	padding-bottom: 1rem;
}
.dist-medium {
	padding-bottom: 3rem;
}
.dist-big {
	padding-bottom: 4rem;
}
.dist-tile-accordion {
	padding-bottom: 1.61rem;
}

.text-black h2 {
	color:#000;
}

.tx_solr .results-highlight {
	font-weight: bold;
	color:red;
}

.results-list .results-entry::marker {
	font-size:22px;
}

.inner-col.bgimage {
	background-position: center center;
	background-size: cover;
}

.align-hc > .sub-col.inner-col > .sub-col.inner-col-align {
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}
