.imageGallery .image {
    margin-bottom: 2px;
}

.imageGallery {
    margin-top: 15px;
    position: relative;
    text-align: center;
}

.imageGallery .image_description {
    text-align: left;
}

.iwcontent_imageslide,
.iwcontent_contentslide {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 95;
}

.contentSlide_content {
    padding: 0;
}

a.prev_Page, a span.prev_Page {
    background: url("/typo3conf/ext/iw_content/Resources/Public/Images/Slider/slider_sprite.png") no-repeat scroll -274px 0 rgba(0, 0, 0, 0);
}

a.prev_Page:hover, a.prev_Page:focus, a:hover span.prev_Page, a:focus span.prev_Page {
    background: url("/typo3conf/ext/iw_content/Resources/Public/Images/Slider/slider_sprite.png") no-repeat scroll -274px 0 rgba(0, 0, 0, 0);
}

a.prev_Page, a span.prev_Page {
    background: url("/typo3conf/ext/iw_content/Resources/Public/Images/Slider/slider_sprite.png") no-repeat scroll -274px 0 rgba(0, 0, 0, 0);
}

a.next_Page:hover, a.next_Page:focus, a:hover span.next_Page, a:focus span.next_Page {
    background: url("/typo3conf/ext/iw_content/Resources/Public/Images/Slider/slider_sprite.png") no-repeat scroll -312px 0 rgba(0, 0, 0, 0);
}

a.next_Page, a span.next_Page {
    background: url("/typo3conf/ext/iw_content/Resources/Public/Images/Slider/slider_sprite.png") no-repeat scroll -312px 0 rgba(0, 0, 0, 0);
}

.next_Page, .prev_Page {
    display: inline-block;
    height: 23px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 22px;
}

.next_Page {
    margin: 0 8px 0 3px;
}

.contentSlide_index-wrapper {
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}

.contentSlide_index-wrapper a {
    font-size: 15px;
    padding: 0 3px;
    text-decoration: none;
}

.contentSlide_index {
    display: inline-block;
    padding: 5px 0 0;
    text-align: center;
}

.contentSlide_index-wrapper .prev, .contentSlide_index-wrapper .next {
    font-size: 22px;
    line-height: 20px;
    padding: 0 15px;
    vertical-align: bottom;
}

.iwcontent_imageslide a,
.iwcontent_imageslide a:active {
    color: inherit;
    line-height: 20px;
    text-decoration: none;
}

.special_text_01 {
    color: #000;
    font-weight: bold;
}

.imageSlide_index {
    padding-right: 5px;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* für eingebundene mp4 Videos */
.video-container video {
    width: 100%;
}

article table {
    margin-bottom:20px;
}
article object {
    margin-bottom: 20px;
    margin-top: 10px;
}

.headingTopLink {
    background: url("/typo3conf/ext/iw_content/Resources/Public/Images/IconLinkTop.png") 100% no-repeat transparent;
    float: right;
    height: 12px;
    text-align: right;
    text-decoration: none;
    width: 11px;
}

.contentTopLink {
    background: url("/typo3conf/ext/iw_content/Resources/Public/Images/IconLinkTop.png") 100% no-repeat transparent;
    float: right;
    padding: 0px 16px 0px 0px;
    text-align: right;
    text-decoration: underline;
    width: 99px;
}
