/* default styles */
.content h1,
.content h2,
.content h3,
.content h4
{
	padding-bottom: 0.75rem;
}
.content h1:not(.csc-firstHeader),
.content h2:not(.csc-firstHeader),
.content h3:not(.csc-firstHeader),
.content h4:not(.csc-firstHeader)
{
	padding-top: 1rem;
}
.content li > h1,
.content li > h2,
.content li > h3,
.content li > h4
{
	padding-top: 0 !important;
}

.content h1 {
	font-size: 1.87rem;
    font-weight: normal;
}
.content h2
{
    font-size: 1.12rem;
}
.content h3
{
    font-size: 1.05rem;
    font-weight: bold;
}
.content h4
{
    font-size: 1rem;
}

.content p,
.content ul,
.content ol
{
	padding-bottom: 0.5rem;
}



/* large icons in heading */
.content h6
{
    font-size: 1.25rem;
    font-weight: normal;
    -webkit-margin-before: 15px;
    -webkit-margin-after: 15px;
	padding-bottom: 0.5rem;
}
.content h6 span
{
	display: table-cell;
	height: 3rem;
	vertical-align: middle;
}
.content h6:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
	float: left;
	width: 3.25rem;
	height: 3.25rem;
	line-height: 3.25rem;
    margin-right: 15px;
    border: 1px solid gray;
    border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}
.content h6.head-information:before { content: "\f129"; font-size: 1.75rem; }
.content h6.head-clip:before { content: "\f0c6"; }
.content h6.head-download:before { content: "\f019"; }
.content h6.head-pointer:before { content: "\f041"; }
.content h6.head-file:before { content: "\f0f6"; }
.content h6.head-contact:before { content: "\f007"; }
.content h6.head-link:before { content: "\f0c1"; }
.content h6.head-calendar:before { content: "\f073"; }


/* small icons in paragraphs */
.content ul
{
    list-style: none;
}

.content ol
{
    padding-left: 2rem;
}

.content ul > li:before
{
    content: "\f054";
	position: absolute;
    display: block;
	left: 0;
	top: 0.125rem;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0.5rem;
}

.content ul > li
{
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.25rem;
}
.content li.link:before { content: "\f08e"; }
.content li.word:before { content: "\f1c2"; }
.content li.pdf:before { content: "\f1c1"; }
.content li.excel:before { content: "\f1c3"; }

.content .internal-link:before,
.content .external-link:before,
.content .download:before,
.content .word:before,
.content .excel:before,
.content .pdf:before,
.content .mail:before,
.content .location:before,
.content .phone:before,
.content .fax:before
{
    width: 1rem;
	text-align: left;
	padding-right: 0.375rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content .internal-link:before { content: "\f054"; }
.content .external-link:before { content: "\f08e"; }
.content .download:before { content: "\f019"; }
.content .word:before { content: "\f1c2"; }
.content .excel:before { content: "\f1c3"; }
.content .pdf:before { content: "\f1c1"; }
.content .mail:before { content: "\f003"; }
.content .location:before { content: "\f041"; }
.content .phone:before { content: "\f095"; }
.content .fax:before { content: "\f02f"; }

.content .csc-uploads li
{
	margin: 0 0 0.25rem 0;
}
.content .csc-uploads li:before { content: "\f019"; }
.content .csc-uploads li.csc-uploads-element-jpg:before,
.content .csc-uploads li.csc-uploads-element-gif:before,
.content .csc-uploads li.csc-uploads-element-png:before { content: "\f1c5"; }
.content .csc-uploads li.csc-uploads-element-youtube:before { content: "\f167"; }
.content .csc-uploads li.csc-uploads-element-vimeo:before { content: "\f27d"; }
.content .csc-uploads li.csc-uploads-element-zip:before { content: "\f1c6"; }
.content .csc-uploads li.csc-uploads-element-txt:before { content: "\f1c2"; }
.content .csc-uploads li.csc-uploads-element-doc,
.content .csc-uploads li.csc-uploads-element-docx:before { content: "\f1c2"; }
.content .csc-uploads li.csc-uploads-element-xls,
.content .csc-uploads li.csc-uploads-element-xlsx:before { content: "\f1c3"; }
.content .csc-uploads li.csc-uploads-element-ppt,
.content .csc-uploads li.csc-uploads-element-pptx:before { content: "\f1c4"; }
.content .csc-uploads li.csc-uploads-element-pdf:before { content: "\f1c1"; }

.content .csc-uploads li span
{
	display: inline;
	text-decoration: none;
}

/* search */
.tx-indexedsearch-searchbox legend { display: none; }
.tx-indexedsearch-searchbox fieldset { border: 0; padding: 0; margin: 0 0 0.5rem 0; }
.tx-indexedsearch-form { display: inline; }
.tx-indexedsearch-searchbox label { display: none; }
#tx_indexedsearch_sword_prev_include { display: none; }
.tx-indexedsearch-rules { display: none; }
#tx_indexedsearch fieldset
{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: right;
	max-width: 24rem;
}
.tx-indexedsearch-form input
{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 30px;
	padding: 5px 5.75rem 5px 0.75rem;
	border: 0;
	font-size: 0.875rem;
	background: #ECEBD5;
	color: #666666;
	font-weight: bold;
	box-sizing: border-box;
}
.tx-indexedsearch-search-submit
{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
.tx-indexedsearch-searchbox-button
{
	position: relative;
	display: block;
	float: right;
	width: 6rem;
	height: 35px;
	line-height: 25px;
	padding: 5px 0.75rem 5px 0.75rem;
	margin: 0;
	border: 0;
	background: #A9A291;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
	transition: background 0.3s ease;
}
.tx-indexedsearch-searchbox-button:hover
{
	background: #AA0101;
}
.tx-indexedsearch-browsebox
{
	display: block;
	overflow: hidden;
	padding: 0.5rem 0 0 0;
}
ul.tx-indexedsearch-browsebox
{
	list-style-type: none;
	margin: 0 0 1rem 0;
}
ul.tx-indexedsearch-browsebox li
{
	display: block;
	float: left;
	margin: 0 0.5rem 0.5rem 0;
	padding: 0;
}
ul.tx-indexedsearch-browsebox li:before
{
	display: none;
}

.tx-indexedsearch-browsebox li a
{
	position: relative;
	display: inline-block;
	padding: .25rem .75rem;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #666666 !important;
	font-size: 0.95rem;
	font-weight: normal;
	transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
	cursor: default;
	text-decoration: none;
}
.tx-indexedsearch-browsebox li:not(.tx-indexedsearch-browselist-currentPage) a:hover
{
	color: #FFFFFF !important;
	background: #AA0101;
	border-color: #AA0101;
	text-decoration: none;
	cursor: pointer;
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a
{
	border: 1px solid #AAAAAA;
	color: #AAAAAA !important;
}




.tx-indexedsearch-res
{
	margin: 0 0 0.5rem 0;
}
.tx-indexedsearch-res h3
{
	background: none;
	border-left: 0;
	font-family: inherit;
	color: inherit;
	padding: 0;
}
.tx-indexedsearch-description
{
	margin: 0 0 0.25rem 0;
}
.tx-indexedsearch-info
{
	margin: 0;
}
.tx-indexedsearch-icon,
.tx-indexedsearch-percent,
.tx-indexedsearch-text-item-size,
.tx-indexedsearch-text-item-crdate,
.tx-indexedsearch-text-item-mtime,
dt.tx-indexedsearch-text-item-path
{
	display: none;
}
dd.tx-indexedsearch-text-item-path
{
	margin: 0;
	font-size: 0.9rem;
}
dd.tx-indexedsearch-text-item-path a
{
	color: #999999;
}

.contenttable td,
.contenttable th
{
	vertical-align: top;
}
.contenttable td:not(:last-child),
.contenttable th:not(:last-child)
{
	padding-right: 1em;
}
.contenttable th.td-0
{
	white-space: nowrap;
}

.contenttable.nicht-fett th
{
	font-weight: normal;
}

video
{
    width: 100%;
}

.video
{
	position: relative;
	display: block;
	padding-top: 56.25%; /* 16:9 */
	margin-bottom: 1rem;
}
.video-998x576
{
	padding-top: 57.715%;
}
.video-1280x640
{
	padding-top: 50%;
}
.video video
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.csc-default
{
	clear: both;
}

.video-play
{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	max-width: 100%;
}
.video-play:after
{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	border-radius: 50%;
	background: #A5091F url(../img/icon-play.svg) center center no-repeat;
	background-size: contain;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity .5s ease;
}
.video-play:hover::after
{
    opacity: .65;
}
.video-play img
{
	display: block;
	float: left;
	max-width: 100%;
}

.button
{
	display: inline-block;
    border: none;
    border-radius: 0;
    background: #AA0101;
    color: #FFFFFF !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 0.5em 1em;
    font-family: inherit;
    font-size: 1em;
    transition: box-shadow 0.2s ease;
	text-decoration: none;
	margin: .5rem 0;
}
.button:hover
{
	box-shadow: 0 0 10px rgba(0 0 0 .5);
}