/* Strukturelle Anpassungen */
body {
    background: #c1c1c1 url(/fileadmin/content/medienhaus/Medien/body_bg.png) repeat-x !important;
    background-attachment: fixed;
    background-position: top;
    color: #333;
    font-family: arial,sans-serif;
    font-size: 1em;
    line-height: 135%;
    position: relative;
    text-align: left;
}
#deanery .metamenu-link {
    display: none;
    width: 310px;
}

/* Layout-Anpassungen 2018-02-13. Heinz J. Malcharzyk */
h1 {
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 120%;
    padding-bottom: 20px;
}
h2 {
    color: #777;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 120%;
    padding-bottom: 20px;
    padding-top: 0;
    text-transform: none;
}
.columnright_h2 {
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    font-size: 1.6em;
}

/* Header */
.metamenu {
    background-color: transparent;
    height: 40px;
    margin-left: 205px;
    overflow: hidden;
    position: relative;
    top: 50px;
    z-index: 3;
}
/*#deanery .header-menu-wrapper {
    background-image: url(/fileadmin/content/medienhaus/Medien/header_bg.png);
    height: 160px;
    position: relative;
    z-index: 2;
}*/

#deanery .header-menu-wrapper {
    height: 207px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.search {
    background-image: none;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    float: right;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    padding-bottom: 8px;
    padding-top: 7px;
    width: 252px;
}
.search input {
    background-color: #e6e6e6;
    border: none;
    color: #777;
    font-family: 'arial';
    font-size: 11px;
    font-style: italic;
    margin-left: 40px;
}
.search input[type='text'] {
    padding: 6px 0 5px 8px;
    width: 179px;
}
#deanery .logo-small {
    display: none;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

/*#deanery .header-menu-wrapper {
    background-image: url(/fileadmin/content/medienhaus/Medien/header_bg.png);
    height: 160px;
    position: relative;
    z-index: 2;
}*/
#deanery .logo-area {
    background-color: transparent;
    box-shadow: none;
    float: left;
    height: 260px;
    position: relative;
    width: 50%;
    z-index: 9;
}
#deanery .logo-area img {
    left: 0;
    position: absolute;
    top: 32px;
}
#deanery .header {
    height: 207px;
    overflow: hidden;
}
#deanery .header-image img {
    display: none;
    max-width: none;
}
#feedHeaderContainer {
    display: none !important;
}
a {
    text-decoration: none;
}

.top-article .article-image-copyright {
  right:0px;
  bottom:20px;
}

/* Menü */
#deanery .mainmenu > ul > li {
    width: auto;
}
.mainmenu ul li {
    background-image: url(/fileadmin/content/medienhaus/Medien/shadow_nav.png);
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    line-height: 40px;
    list-style: none;
    margin-right: 0;
    padding: 0 7px 0 7px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 2s;
    width: auto;
    z-index: 8000;
}
.mainmenu ul li:last-child {
    background-image: none;
}
.mainmenu ul li a {
    background-color: transparent;
    color: #000;
    display: block;
    filter: alpha(opacity=70);
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    font-size: 16px;
    opacity: 0.7;
    pointer-events: none;
    text-decoration: none;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
}
#deanery .mainmenu > ul > li.active > a {
    color: #000;
    opacity: 1;
}
.mainmenu ul li.active {
    background-color: #fff;
    background-image: none;
}
#deanery .mainmenu ul li ul li.active a {
    background-color: #aaa !important;
    background-image: url(/fileadmin/content/medienhaus/Medien/10percent_pixel_000.png);
}
#deanery .mainmenu > ul > li:hover > a {
    background-color: transparent;
    background-image: none;
    color: #fff;
    opacity: 1;
}
.mainmenu ul li:hover {
    background-color: #aaa;
    background-image: none;
    -webkit-transition: background-color 0s;
}
.mainmenu ul li ul {
    display: none;
    left: initial;
    position: absolute;
    right: 0;
    text-transform: none;
    z-index: 999;
}
.mainmenu ul li ul li {
    background-color: #aaa;
    background-image: none;
    border-left: 0;
    border-right: 0;
    float: none;
    min-width: 140px;
    text-align: left;
    width: auto;
}
.mainmenu ul li ul li:first-child {
    border-top: 0;
}
.mainmenu ul li ul li:last-child a {
    border-bottom: 0;
}
.mainmenu ul li ul li a {
    border-bottom: 0;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 120%;
    margin-left: -7px;
    margin-right: -7px;
    opacity: 1;
    padding: 13px 10px;
    pointer-events: auto;
    white-space: nowrap;

    -webkit-opacity: 1;
    -moz-opacity: 1;
}
#deanery .mainmenu ul li ul li a {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-transition: padding-top 1s, padding-bottom 1s;
}
#deanery .mainmenu ul li ul li a:hover {
    background-image: url(/fileadmin/content/medienhaus/Medien/10percent_pixel_000.png);
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-transition: padding-top 0s, padding-bottom 0s;
}
.mainmenu ul li.home {
    background-color: transparent;
    background-image: none;
    left: -219px;
    padding-left: 0;
    padding-right: 0;
    top: 3px;
    width: 40px;
}
#deanery .mainmenu ul li.home a {
    background-image: url(/fileadmin/content/medienhaus/Medien/homebutton.png);
    background-repeat: no-repeat;
    pointer-events: auto;
}
.mainmenu > ul > li:nth-child(4) {
    width: auto;
}
.mainmenu {
    float: right;
}
#deanery #navbar.fixmenu {
    bottom: auto;
    position: fixed;
    width: 920px;
}

/* Wrapper/Content */
.breadcrumb {
    background-color: #fff;
    clear: both;
    margin-top: 9px;
    overflow: hidden;
}
.wrapper {
    margin: 0 auto;
    position: relative;
    width: 920px;
}
#content {
    background: #fff url(/fileadmin/content/medienhaus/Medien/shadow_inner_content.png) repeat-x !important;
    background-color: #fff;
    box-shadow: 0 0 19px -9px rgb(0, 0, 0);
    clear: both;
    min-height: 330px;
    overflow: hidden;
    padding: 14px;
    padding-top: 0;
}

/* Inhalte */

/* Globaler Schatten von Bildern aus */
/* Schatten der einzelnen divs müssen zusätzlich eingetragen werden, da sich diese nun von einander unterscheiden */
.main {
    clear: both;
    float: left;
    margin-right: 30px;
    padding-top: 40px;
    width: 560px;
}
.image-wrapper {
    max-width: 540px;
}
img.shadow {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 14px;
    /*width:660px;*/
}

/* Portraitbilder */
img.portrait {
    background-image: none;
    background-repeat: no-repeat;
    height: 125px;
    margin-right: 10px;
    text-align: left;
    width: 125px;
}
div.csc-textpic-border div.csc-textpic-imagewrap img {
    border: 2px solid rgb(216, 216, 216);
}
.fce-2 .col1 {
    float: left;
    width: 660px;
}
.fce-2 .col2 {
    float: right;
    width: 205px;
}
.col-right {
    float: right;
    padding-top: 40px;
    width: 302px;
}

/* Youtobe-Video rechte Spalte */
a.youtube-fancybox img {
    width: 300px;
}
a.youtube-fancybox img.play-button-rechts {
    height: 70px;
    left: 150px;
    margin-top: -138px;
    pointer-events: none;
    position: absolute;
    top: 35px;
    width: 70px;
}
a.youtube-fancybox img.play-button2 {
    left: 50%;
    margin: -40% 0 0 -35px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 70px;
}
.fce-2-1 .col2 {
    float: right;
    width: 322px;
}
ul li {
    /* list-style-image: url(/fileadmin/content/medienhaus/Medien/list_arrow.png); */
    /* list-style-type: circle; */
    margin-left: 34px;
    padding: 2px 0;
}
.event-header_right {
    color: #a41011;
    display: none;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.single-event-title_right {
    color: #969696;
    font-size: 10px;
}
.single-event-list_right {
    border-bottom: 0 solid #ddd;
    padding: 6px 0 6px !important;
}
.tx-ekhn-events {
    margin-bottom: 4px;
}
#deanery .submenu > ul > li > a.active {
    background-color: #4c67a5;
    background-image: none;
    color: #fff;
}
#deanery .submenu h4 {
    display: none;
}
.pagination {
    height: 78px;
}

/* Inhalt_Content */
a.externallink,
a.internallink,
a.download {
    background-position: left center;
    background-repeat: no-repeat;
    color: #666;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 125%;
    margin-bottom: 9px;
    padding-left: 40px;
    text-decoration: none;
    vertical-align: middle;
}
a.externallink {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_extern.png);
}
a.externallink:hover {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_extern_hover.png);
}
a.internallink {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_intern.png);
}
a.internallink:hover {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_intern_hover.png);
}
/* E-Mail-Links im Impressum sollen durch eine Grafik kenntlich gemacht sein */
a.impressummail:before {
    content: url(/fileadmin/content/medienhaus/Medien/mail2.jpg);
    padding-right: 2px;
}
.infobox {
    background-color: #dedede;
    line-height: 19px;
    margin-bottom: 15px;
    padding: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 10px;
}
.submenu ul {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 6px;
}
span.image-wrapper {
    background-image: url(/fileadmin/content/medienhaus/Medien/content_pic_shadow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    padding-bottom: 9px;
    position: relative;
}
span.image-wrapper-copyright {
    background-color: #666;
    background-color: rgba(60, 60, 60, 0.8);
    bottom: 9px;
    color: #fff;
    cursor: default;
    font-size: 10px;
    line-height: 120%;
    padding: 2px 10px;
    position: absolute;
    right: 0;
}

/* Layout-Anpassungen für Bildtext-Boxen 2019-08-01. Heinz J. Malcharzyk */
span.image-description,
div.csc-textpic-imagewrap div.csc-textpic-imagewrap figure.csc-textpic-image.csc-textpic-last a span.image-description,
div.csc-textpic-center-outer div.csc-textpic-center-inner figure.csc-textpic-image.csc-textpic-last span.image-description,
div.csc-textpic-center-outer div.csc-textpic-center-inner figure.csc-textpic-image.csc-textpic-last a span.image-description {
    background-image: none;
    top: -4px;
    /*width: 520px; deaktiviert von E.P. aufgrund von Fehlermeldung H.Gels, Ticket Nr. 12735 */  
    width: auto;
}
span.image-description:nth-child(2) {
    /* width: 200px; deaktiviert von E.P. aufgrund von Fehlermeldung H.Gels, Ticket Nr. 12735 */  
     width:auto;
}
figure.csc-textpic-image.csc-textpic-last a span.image-description {
    /*width: 245px;*/
    width:auto;
}
figure.csc-textpic-image.csc-textpic-last a.jqfancybox span.image-description {
    width: 120px;
}

/* Inhalt_Kontaktformular(Powermail) */
.powermail_legend {
    color: #646464;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 0 0;
    white-space: normal;
}
div.powermail_fieldwrap {
    margin-bottom: 12px;
    overflow: hidden;
}

div.powermail_fieldwrap p {
   padding-bottom:0px;
}



.powermail_fieldset {
  margin-bottom: 10px;
  }

.powermail_fieldset label {
    color: #323232;
    display: block;
    float: left !important;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
}

.powermail_fieldwrap_check fieldset legend a {
    text-decoration: underline;
}
.powermail_field {
    border: 1px solid #b3b3b3;
    float: right;
    padding: 4px 2px;
    width: 70%;
}
input[type='radio'] {
    margin-left: 7px;
    margin-top: 5px;
    vertical-align: text-bottom;
}
input[type='checkbox'] {
    margin-left: 7px;
    vertical-align: text-bottom;
}
.powermail_submit {
    background-color: #a7a7a7 !important;
    border: none !important;
    color: #2e2e2e;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    font-weight: bold !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 5px !important;
    width: 117px !important;
}
.powermail_submit:hover {
    color: #fff;
}
.powermail_radio_outer,
.powermail_captcha_outer,
.powermail_check_outer {
    background-color: white;
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
    width: 540px;
}
.powermail_field {
    background-color: #dedede;
    border: 0 solid #b3b3b3;
    float: right;
    padding: 4px 2px;
    width: 70%;
}
input.powermail_confirmation_submit {
    background: rgb(088,030,126);
    border: 0;
    margin-top: 24px;
}
input.powermail_confirmation_form {
    background: rgb(088,030,126);
    border: 0;
    margin-top: 24px;
}

.powermail_fieldwrap a {
    text-decoration: underline;
}

/* Inhalt_Veranstaltungen */
.single-event-detail_right a {
    background-image: url(/fileadmin/content/medienhaus/Medien/ver_men.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #000;
    display: inline-block;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 120%;
    margin-top: 2px;
    padding-left: 59px;
    padding-top: 0;
    text-decoration: none;
}
.single-event-detail_right a:hover {
    background-image: url(/fileadmin/content/medienhaus/Medien/ver_men_hover.png);
    color: #a41011;
}

#deanery h1,
#deanery h1 a,
#deanery .submenu h4,
#deanery .event-header,
#deanery .news-text h3 a:hover {
    color: #323232;
}

/* Inhalt_Veranstaltung Suchen */
#deanery .event-search-simple .current-date {
    background-image: url(/fileadmin/templates/images/icon-calendar.png);
}
#deanery .event-search-simple .event-search-simple-input,
#deanery .event-search-simple .event-search-simple-input input[type='submit'],
#deanery .eventfilter-week,
#deanery .eventfilter-week input[type='submit'],
#deanery .tx-ekhn-events input[type='submit'],
#deanery .eventtip,
#deanery .tx-ptextlist-filterbox input[type='submit'],
#deanery .tx-ptextlist-filter.pt-extlist-filter-mainSearch,
#deanery .tx-ptextlist-divlist .tx-ptextlist-divlist.header,
#deanery .signalbox {
    background-color: #a41011;
}
.event-search-simple {
    background: #dedede;
    min-height: 100px;
    overflow: hidden;
    position: relative;
}
p.event-date {
    color: #646464;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    font-size: 31px;
    line-height: 36px;
}
.event-backlink-wrap {
    border-bottom: 2px solid #4c67a5;
    margin-bottom: 20px;
    padding: 6px 0;
    padding-bottom: 6px;
}

/* Inhalt_News */
#deanery .news-backlink-wrap {
    border-color: #4c67a5;
}

/* Inhalt_Slider */
.slider .news {
    background-image: url(/fileadmin/content/medienhaus/Medien/slider_shadow.png);
    background-position: left 320px;
    background-repeat: no-repeat;
}
.top-article .article-description .subtitle {
    color: #999;
}
.top-article .article-description h2 {
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: none !important;
}
.top-article .article-description h2 a {
    color: #fff;
}
.top-article .article-description {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 120px;
    left: 0;
    overflow: hidden;
    padding: 6px 10px;
    position: absolute;
    top: 177px;
    width: 289px;
}
p.news-teaser {
    color: white;
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 0;
    width: 540px;
}
#slider-pagination {
    float: right;
    line-height: 0;
    /*margin-right: -41px;*/
    margin-top: -6px;
    position: relative;
}
#slider-pagination a.flex-prev,
#slider-pagination a.flex-next {
    float: left;
}
#slider-pagination .navigation a {
    background-color: transparent;
    border-color: #cfcece;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}
#slider-pagination a.flex-active {
    background-color: #562381;
}

/* Footer */
footer {
    background-color: #fff;
    background-image: url(/fileadmin/content/medienhaus/Medien/footer_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 0 9px 19px -8px #000;
    height: 127px;
}
footer .contact p.title {
    font-size: 18px;
    padding-bottom: 0;
}
footer .contact {
    float: left;
    margin-bottom: 30px;
    min-width: 185px;
    padding-right: 15px;
    padding-top: 24px;
}
footer .newsletter {
    display: none;
    float: right;
    font-size: 12px;
    width: 180px;
}
footer .overview {
    margin-left: 10px;
}
footer .overview,
footer .social-media {
    float: left;
    margin-bottom: 30px;
    padding-right: 0;
}
footer .overview p.title {
    margin-top: 30px;
}
footer .overview ul li a {
    line-height: 100%;
}
footer a {
    text-decoration: underline;
}
footer a:hover {
    background-color: transparent;
}
footer ul {
    padding-right: 0;
}

footer p.copyright {
    border-top: none;
    clear: both;
    display: block;
    font-size: 11px;
    margin-left: 587px;
    padding-top: 0;
    position: relative;
    top: -79px;
}

footer p.copyright img {
    display: none;
}

/* Menu-Styles */
.mainmenu ul li a {
    pointer-events: none;
}
/*2817*/
.mainmenu ul li#menuitem-2817:hover {
    background-color: rgb(170, 170, 170);
}
.mainmenu ul li#menuitem-2817:hover a {
    background-color: rgb(170, 170, 170);
}
#deanery .mainmenu ul li#menuitem-2817 ul li.active a {
    background-color: rgb(170, 170, 170) !important;
}
/*3241*/
.mainmenu ul li#menuitem-3241:hover {
    background-color: rgb(70, 170, 210);
}
.mainmenu ul li#menuitem-3241:hover a {
    background-color: rgb(70, 170, 210);
}
#deanery .mainmenu ul li#menuitem-3241 ul li.active a {
    background-color: rgb(70, 170, 210) !important;
}
.submenu ul li#menuitem-3241 a.active {
    background-color: rgb(70, 170, 210) !important;
}
/*3256*/
.mainmenu ul li#menuitem-3256:hover {
    background-color: rgb(40, 140, 60);
}
.mainmenu ul li#menuitem-3256:hover a {
    background-color: rgb(40, 140, 60);
}
#deanery .mainmenu ul li#menuitem-3256 ul li.active a {
    background-color: rgb(40, 140, 60) !important;
}
/*3260*/
.mainmenu ul li#menuitem-3260:hover {
    background-color: rgb(90, 30, 120);
}
.mainmenu ul li#menuitem-3260:hover a {
    background-color: rgb(90, 30, 120);
}
#deanery .mainmenu ul li#menuitem-3260 ul li.active a {
    background-color: rgb(90, 30, 120) !important;
}
/*3269*/
.mainmenu ul li#menuitem-3269:hover {
    background-color: rgb(75, 100, 160);
}
.mainmenu ul li#menuitem-3269:hover a {
    background-color: rgb(75, 100, 160);
}
#deanery .mainmenu ul li#menuitem-3269 ul li.active a {
    background-color: rgb(75, 100, 160) !important;
}
/*3274*/
.mainmenu ul li#menuitem-3274:hover {
    background-color: rgb(250, 200, 70);
}
.mainmenu ul li#menuitem-3274:hover a {
    background-color: rgb(250, 200, 70);
}
#deanery .mainmenu ul li#menuitem-3274 ul li.active a {
    background-color: rgb(250, 200, 70) !important;
}
/*3283*/
.mainmenu ul li#menuitem-3283:hover {
    background-color: rgb(190, 20, 20);
}
.mainmenu ul li#menuitem-3283:hover a {
    background-color: rgb(190, 20, 20);
}
#deanery .mainmenu ul li#menuitem-3283 ul li.active a {
    background-color: rgb(190, 20, 20) !important;
}

.contenttable td {
    font-size: 1.15em !important;
}

/* @media mobile Version */
@media (max-width: 1024px) {
    .fce-2 .col1,
    .fce-2 .col2 {
        width: 100%;
    }
    body {
        width: 100%;
    }
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
    div.csc-textpic-right .csc-textpic-imagewrap img {
        height: auto;
        max-width: 100%;
    }

    /* =============== table =============== */
    table {
        width: 100%;
    }
    thead th,
    tbody th,
    tbody tr td {
        padding: 8px 5px;
    }

    /* =============== TYPO3 image styles =============== */
    div.csc-textpic div.csc-textpic-imagecolumn {
        float: none;
    }
    aside div.csc-textpic div.csc-textpic-imagecolumn {
        float: left;
    }
    div.csc-textpic .csc-textpic-imagewrap img {
        height: auto;
        width: 100%;
    }
    .csc-textpic-imagewrap {
        width: auto !important;
    }
    .csc-frame-frame2 div.csc-textpic .csc-textpic-imagewrap img {
        width: 98%;
    }
    .wrapper {
        width: 98%;
    }
    .header-foldout .col0,
    .header-foldout .col1,
    .header-foldout .col2,
    .header-foldout .col3 {
        width: 20%;
    }

    /* =============== metamenu =============== */
    .metamenu {
        height: auto;
        margin-left: 0;
        top: 0;
    }
    .metamenu-link {
        width: 50%;
    }
    .search {
        width: 30%;
    }
    .search input[type='text'] {
        width: 60%;
    }
    .advanced {
        display: inline-block;
        padding-left: 40px;
    }

    /* =============== mainmenu =============== */
    #navbar.fixmenu {
        width: 98%;
    }
    .mainmenu ul li {
        width: auto;
    }
    .mainmenu ul li a {
        padding: 0 20px;
    }
    .mainmenu ul li.home a {
        padding: 0;
    }

    /* =============== content =============== */
    .main {
        margin-right: 0;
        width: 60%;
    }
    .col-right {
        width: 37%;
    }
    #home .fce-2 .col1 {
        margin-bottom: 20px;
        width: 70%;
    }
    #home .fce-2 .col2 {
        width: 25%;
    }
    .fce-2-1 .col1 {
        margin-right: 0;
        width: 60%;
    }
    .fce-2-1 .col2 {
        width: 37%;
    }
    /* =============== dekanat =============== */
    #deanery .mainmenu ul li a {
        padding: 0 9px;
    }
    /*  #deanery .mainmenu ul li.home a {
    padding: 0;
  }
*/
    #deanery .mainmenu ul li.home a {
        background-color: transparent;
        margin-left: 36px;
        width: 36px;
    }
    /* =============== news =============== */
    .slider .news {
        background-image: none;
    }
    .top-article {
        height: auto;
    }
    .article-latest-teaser a.article-teaser {
        margin-right: 10px;
        padding-bottom: 30px;
    }

    /* news list */
    .news-list-view .article-image {
        width: 30%;
    }
    .news-list-view .news-text {
        width: 65%;
    }
    /* article filter */
    .article-filter-tabs a {
        width: 25%;
    }
    .article-filter-fields {
        width: 100%;
    }

    /* =============== fce =============== */
    .fce-2 .col1 {
        width: 70%;
    }
    #home .fce-youtube > .col1,
    #home .fce-youtube > .col2,
    #home .fce-youtube > .col3 {
        width: 31%;
    }

    /* =============== adress =============== */
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 50%;
    }

    /* =============== social share in specialtheme =============== */
    .specialtheme .social_share_privacy_area li.settings_info .info,
    .specialtheme .social_share_privacy_area li .help_info.icon .info {
        left: 0 !important;
        position: relative;
        width: 300px;
    }

    /* ============== gallery =============== */
    .tx-bmgallery-overview1 .tx-bmgallery-image img {
        height: 105px !important;
        width: 105px !important;
    }
    .article-latest-teaser a.article-teaser {
        width: 203px !important;
    }
}
@media (max-width: 1020px) {
    #deanery .metamenu-link {
        width: 40%;
    }

    /* =============== news =============== */
    .article-latest-teaser {
        width: 455px;
    }
    .article-latest-teaser a.article-teaser {
        width: 220px !important;
    }

    /* =============== adress =============== */
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch .outer-field-wrapper {
        width: 70%;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 40%;
    }
}

@media (max-width: 900px) {
    /* =============== news =============== */
    .article-info span.functions {
        float: left;
        padding-top: 15px;
        width: 100%;
    }
    .article-latest p {
        width: 100%;
    }
    footer .newsletter {
        clear: both;
        float: left;
    }

    /* =============== dekanat =============== */
    #deanery .logo-area {
        width: 55%;
    }
    #deanery .header-image {
        width: 45%;
    }

    /* =============== social share =============== */
    .social_share_privacy_area li.help_info {
        height: 35px;
    }
    .social_share_privacy_area li.settings_info {
        display: none;
    }
    .social_share_privacy_area li.gplus.help_info .info {
        left: 0 !important;
    }
    .header-foldout .col0 {
        margin-bottom: 40px;
        width: 100%;
    }
    .header-foldout .col0 p {
        padding-bottom: 0;
    }
    .header-foldout .col1,
    .header-foldout .col2,
    .header-foldout .col3 {
        width: 28%;
    }
    .header-foldout .col1 {
        clear: both;
        float: left;
    }
    .header-foldout .col3 {
        float: left;
    }
    .tx-ptextlist-divlist .tx-ptextlist-divlist.header li {
        float: left;
        padding-right: 20px;
    }

    /* =============== adress =============== */
    .col-right .mainSearch {
        display: none;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch .outer-field-wrapper {
        width: 100%;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 55%;
    }
}

@media (max-width: 860px) {
    body {
        background-attachment: scroll;
    }
    #home .fce-2 .col1,
    #home .fce-2 .col2 {
        width: 100%;
    }
    #home .fce-youtube .col1,
    #home .fce-youtube .col2,
    #home .fce-youtube .col3 {
        width: 31%;
    }
    .article-latest-teaser {
        overflow: hidden;
    }
    .pt-extlist-filter-mainSearch .outer-field-wrapper input {
        width: 65%;
    }
    .edit-profile label,
    .edit-profile input,
    .edit-profile select {
        float: none;
        width: 100%;
    }
    .edit-profile-row > img {
        margin: 0;
    }
    .article-latest-teaser {
        width: 680px;
    }
}

/* @media (max-width: 790px) {
    .article-latest-teaser {
        width: 450px;
    }
    #deanery .mainmenu > ul > li {
        float: none;
        width: 100%;
    }
    #deanery .mainmenu > ul > li:nth-child(4) {
        width: 100% !important;
    }
    .article-info {
        display: none;
    }
    #deanery .header {
        height: 150px;
    }
} */

@media (max-width: 770px) {
    .fce-2 .col1,
    .fce-2 .col2 {
        width: 100%;
    }
    .fce-2 .col2 {
        float: left;
    }
    input {
        -webkit-border-radius: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    /* =============== metamenu =============== */
    .metamenu-link,
    .advanced {
        display: none;
    }
    .search {
        width: 60%;
    }
    .search input {
        -moz-border-radius: none;
        -webkit-border-radius: none;
    }

    /* =============== header =============== */
    .header {
        height: 100px;
    }
    .logo {
        top: 30px;
    }

    /* =============== mainmenu =============== */
    #mobilemenu {
        background: rgba(255, 255, 255, 0.7);
        color: #51277f;
        display: block;
        font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
        font-size: 18px;
        height: 40px;
        position: relative;
        text-decoration: none;
        top: 40px;
        width: 100px;
    }
    #mainmenu.open {
        display: block;
    }
    #mobilemenu span {
        display: inline-block;
        padding-left: 10px;
        vertical-align: middle;
    }
    #navbar {
        min-height: 40px;
        position: relative;
        top: 40px;
    }
    .mainmenu {
        display: none;
        padding-top: 40px;
    }
    .mainmenu > ul > li {
        background-color: #fff;
        border-bottom: 2px solid #ddd;
        position: relative;
    }
    .mainmenu > ul > li:nth-child(4),
    .mainmenu ul li,
    .mainmenu ul li.home {
        display: inline-block;
        padding: 0;
        text-align: left;
        width: 99%;
    }
    .mainmenu ul li a {
        padding: 0 40px 0 20px;
    }
    .mainmenu ul li a {
        opacity: 1;

        -webkit-opacity: 1;
        -moz-opacity: 1;
    }
    .mainmenu ul li.home a {
        padding: 0 10px;
    }
    .mainmenu ul li a.less,
    .mainmenu ul li a.more {
        display: block;
        height: 40px;
        opacity: 1;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        z-index: 500;

        -webkit-opacity: none;
        -moz-opacity: none;
    }
    #deanery .mainmenu ul li a.less {
        background-color: #aaa;
    }
    .mainmenu ul li a.more {
        background-color: #ddd;
        background-image: url(http://medienhaus.facettnet.ekhn.de/fileadmin/templates/images/icon-plus-white.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .mainmenu ul li a.less {
        background-image: url(http://www.ekhn.de/fileadmin/templates/images/icon-x-white.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .mainmenu ul li:hover ul {
        display: none;
    }
    .mainmenu ul li ul {
        height: 0;
        overflow: hidden;
        position: static;
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
    }
    .mainmenu ul li:nth-child(4) ul li {
        width: 99.7%;
    }
    .mainmenu ul li:target ul {
        display: block;
        height: auto;
    }
    .mainmenu ul li:target a.more {
        display: none;
    }
    .mainmenu ul li ul li {
        display: inline-block;
        width: 99.7%;
    }
    .mainmenu ul li ul li a {
        padding-left: 20px;
    }
    a#pause-button {
        display: none;
    }
    .fixmenu {
        display: none;
    }

    /* =============== content =============== */
    #content {
        padding: 0 20px 20px;
    }
    .main,
    .col-right {
        float: none;
        width: 100%;
    }
    .col-right {
        padding-top: 0;
    }
    .fce-2-1 .col1,
    .fce-2-1 .col2 {
        float: none;
        width: 100%;
    }
    .fce-2-1 .col2 {
        padding-top: 0;
    }
    .fce-5 .col1,
    .fce-5 .col2,
    .fce-5 .col3,
    .fce-5 .col4,
    .fce-5 .col5 {
        width: 45%;
    }
    .image-wrapper {
        max-width: 540px;
    }

    /* =============== footer =============== */
    footer {
        background-color: #c1c1c1;
        background-image: none;
        height: auto;
        padding: 20px;
    }
    footer .overview p.title {
        display: none;
        margin-top: 30px;
    }
    footer .overview,
    footer .social-media {
        margin-bottom: 0;
        margin-left: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    footer p.copyright {
        border-top: 1px none #fff;
        clear: both;
        display: block;
        font-size: 11px;
        margin-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        top: 0;
    }
    footer .contact {
        margin-bottom: 10px;
    }
    footer .overview {
        width: 20%;
    }
    #top-link img {
        display: none;
    }

    /* =============== impulspost =============== */
    .specialtheme {
        background-image: url(../images/background-mobile.png);
        background-position: right top;
    }
    .specialtheme nav {
        margin: 0;
        padding-left: 0;
        width: auto;
    }
    .specialtheme nav ul li a {
        height: 30px !important;
    }
    .specialtheme nav ul li a.first {
        background-image: url(../images/passionszeit-mobile.png);
    }
    .specialtheme nav ul li a.first:hover,
    .specialtheme nav ul li a.first.active {
        background-image: url(../images/passionszeit-1-mobile.png);
    }
    .specialtheme nav ul li a.second {
        background-image: url(../images/karfreitag-mobile.png);
    }
    .specialtheme nav ul li a.second:hover,
    .specialtheme nav ul li a.second.active {
        background-image: url(../images/karfreitag-1-mobile.png);
    }
    .specialtheme nav ul li a.third {
        background-image: url(../images/osternacht-mobile.png);
    }
    .specialtheme nav ul li a.third.active {
        background-image: url(../images/osternacht-1.png);
    }
    .specialtheme nav ul li a.fourth.active {
        background-image: url(../images/ostersonntag-1.png);
    }
    .specialtheme nav ul li a.fifth.active {
        background-image: url(../images/ostermontag-1.png);
    }
    .backlink {
        margin: 0;
    }
    .col-light,
    .col-dark {
        float: none;
        width: 100%;
    }
    .col-dark {
        background-color: #555;
    }
    .col-wrapper {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .menu-outside {
        display: none;
    }
    .menu-outside-mobile ul li {
        float: left;
        list-style: none;
    }
    #content nav.submenu {
        display: block;
    }
    #content nav.submenu li a {
        cursor: pointer;
    }
    #content nav.submenu h4 a {
        text-decoration: none;
    }

    /* =============== dekanat =============== */
    #deanery #mobilemenu {
        bottom: 0;
        position: absolute;
        top: auto;
        z-index: 9;
    }
    #deanery #navbar {
        /*bottom: auto;
    top: auto;*/
        position: relative;
    }
    #deanery .header-menu-wrapper {
        height: 200px;
    }
    #deanery .header {
        height: 220px;
    }
    #deanery .logo-area {
        width: 70%;
    }
    #deanery .logo-area > a img {
        width: 65%;
    }
    #deanery .header-image {
        width: 30%;
    }
    #deanery .mainmenu > ul > li:nth-child(4) {
        width: 99%;
    }
    #deanery .mainmenu ul li a {
        padding-right: 40px;
    }
    #deanery .mainmenu ul li a.less,
    #deanery .mainmenu ul li a.more {
        padding: 0;
    }
    #deanery .mainmenu ul li ul li a {
        padding-bottom: 10px;
        padding-top: 10px;
        -webkit-transition: padding-top 0s, padding-bottom 0s;
    }
    #deanery .mainmenu ul li ul li a:hover {
        padding-bottom: 10px;
        padding-top: 10px;
        -webkit-transition: padding-top 0s, padding-bottom 0s;
    }

    /* =============== adress =============== */
    .col-right .mainSearch {
        display: block;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch .outer-field-wrapper {
        width: 80%;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 65%;
    }
    .col-right .filter-item > span,
    .col-right label.filter-label {
        width: 20%;
    }
    .col-right .outer-field-wrapper,
    .col-right .filter-item > div {
        width: 80%;
    }

    /* =============== news =============== */
    .main .news-backlink-wrap {
        display: none;
    }
    #iframe .main .news-backlink-wrap {
        display: block;
    }
    .article-info span.functions {
        float: right;
        padding-top: 0;
        width: auto;
    }
    .top-article .article-description {
        width: 70%;
    }
    .article-latest-teaser a.article-teaser {
        padding-bottom: 80px;
    }
    /* article filter */
    .article-filter-fields {
        width: 65%;
    }

    /* =============== powermail =============== */
    div.tx-powermail {
        width: 100%;
    }
    .powermail_fieldset label {
        display: block;
        font-weight: normal;
        margin-bottom: 5px;
        /*margin-left: 25px;*/
        max-width: 540px;
    }
    div.powermail_fieldwrap {
        margin-bottom: 35px;
        overflow: hidden;
    }
    .powermail_field {
        width: 98%;
    }
    .powermail_label,
    .powermail_field {
        float: none;
    }

  


}

@media (max-width: 530px) {
    /* article filter */
    .article-filter-fields {
        width: 100%;
    }
    .article-latest-teaser {
        width: 220px;
    }
    #home .fce-youtube .col1,
    #home .fce-youtube .col2,
    #home .fce-youtube .col3 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    /* =============== news =============== */
    .article-info span.functions {
        float: left;
        padding-top: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #pause-button {
        display: none;
    }
    .article-info {
        padding-right: 0;
        width: 100%;
    }
    .top-article {
        height: 220px;
    }
    .top-article img {
        display: none;
    }
    .top-article .article-description {
        position: static;
        width: 90%;
    }
    .top-article .article-description h2 {
        font-size: 18px;
    }
    .fce-linklist a {
        margin-right: 10px;
        min-width: 120px;
        width: auto;
    }
    .functions a {
        background: #ddd;
        color: #333;
        margin: 0 1px;
        margin: 0;
        padding: 5px 3px;
    }
    table {
        font-size: 11px;
        width: 90%;
    }
    thead th,
    tbody th,
    tbody tr td {
        padding: 8px 2%;
    }
    footer .contact,
    footer .overview {
        float: none;
        width: 100%;
    }

    /* =============== impulspost =============== */
    .col-dark .functions a,
    .col-dark .functions a:hover {
        color: #333;
    }
    .specialtheme nav {
        padding: 20px;
    }
    .specialtheme nav ul li a.first {
        margin-left: 10px;
    }

    /* =============== dekanat =============== */
    #deanery .header {
        height: 220px;
    }
    #deanery .logo-area {
        width: 100%;
    }
    #deanery .header-image {
        display: none;
    }

    /* =============== newsfeed =============== */
    .feed-actions {
        float: none;
    }
    .feed-title-display {
        width: 80%;
    }
    .feed-title-display span {
        width: 65%;
    }
    .feed-title-display a.feed-delete-button {
        float: left;
        margin-right: 8px;
        margin-top: 0;
    }
    a.feed-copy-to-clipboard {
        width: 80%;
    }
    .feed textarea {
        -webkit-border-radius: none;
        margin-left: 0;
        margin-top: 10px;
        width: 80%;

        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .feed-create-button {
        margin-left: 0;
        width: 80%;
    }

    /* article filter */
    .article-filter-tabs a,
    .article-filter-tabs span {
        margin-top: 2px;
        width: 40%;
    }
    .article-filter-fields span,
    #article-search-form .article-filter-item label {
        display: block;
    }
    #article-search-form input.article-filter-startDate,
    #article-search-form input.article-filter-endDate {
        width: 215px;
    }
    #article-search-form .article-filter-item input {
        width: 240px;
    }
    .article-filter-period span.eventfilter-end {
        margin-left: 0;
    }
    .article-filter-fields {
        width: 100%;
    }
    #google-maps-view-helper {
        height: 390px;
        width: inherit;
        z-index: 1;
    }

    /* =============== adressen =============== */
    .filter-item > span {
        float: none;
        top: 0;
        width: 100%;
    }
    .filter-item > div {
        float: none;
        width: 100%;
    }
    .tx-ptextlist-divlist .tx-ptextlist-divlist.header li {
        display: block;
    }
    .mainSearch {
        background-image: url(../images/icon-adress.png);
    }
    .pt-extlist-filter-mainSearch .outer-field-wrapper input {
        margin-left: 50px;
        width: 55%;
    }
    .filter-item > span,
    label.filter-label {
        top: 0;
    }
    .tx-ptextlist-filterbox input {
        width: 93%;
    }
    .outer-field-wrapper {
        float: none;
    }

    /* =============== social share =============== */
    .social_share_privacy_area li.help_info {
        display: block;
        float: none;
        width: 100% !important;
    }
    .social_share_privacy_area {
        height: 100px !important;
    }
    .social_share_privacy_area li.help_info .info,
    .social_share_privacy_area li .help_info.icon .info {
        border: none;
    }

    /* =============== colors ===============*/
    .mainmenu ul > li.turquoise:hover > a,
    .mainmenu ul > li.red:hover > a,
    .mainmenu ul > li.yellow:hover > a,
    .mainmenu ul > li.magenta:hover > a,
    .mainmenu ul > li.purple:hover > a {
        color: #aaa;
    }
    .mainmenu ul > li.turquoise:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.red:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.yellow:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.magenta:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.purple:target > a {
        color: #aaa;
    }
    #ui-datepicker-div {
        display: none !important;
    }
}
@media (max-width: 767px) {
    p.news-teaser {
        color: #111;
    }
    #deanery .mainmenu > ul > li:hover > a {
        /*color: #FFFFFF;*/
        background-color: transparent;
    }
    .article-latest-teaser {
        overflow: hidden;
        width: 220px;
    }
    div#nomobile {
        display: none;
    }
    .ver_box1 {
        display: none !important;
    }
    .top-article .article-description {
        background-color: #999;
        height: 190px;
    }

    /* =============== dekanat =============== */
    #deanery .header {
        height: 150px;
    }
    #deanery .logo-area {
        height: 150px;
        width: 150px;
    }
    .wrapper {
        width: 100%;
    }
    #deanery .header-menu-wrapper {
        background-image: none;
        height: 150px;
    }
    #deanery .mainmenu {
        float: left !important;
    }
    #deanery .mainmenu > ul > li {
        float: left;
    }
    #deanery .mainmenu ul li.home {
        left: 0;
        width: 100%;
    }
    #deanery .mainmenu ul li a {
        color: #ababab;
        pointer-events: auto !important;
    }
    #deanery .mainmenu ul li.home a {
        background: url(/fileadmin/content/medienhaus/Medien/homebutton.png) no-repeat scroll 0 0 transparent;
        background-color: #51277f;
        background-repeat: no-repeat;
        height: 40px;
        opacity: 1;
        pointer-events: unset !important;
    }
}

@media (max-width: 1024px) {
    .fce-2 .col2 {
        width: 260px;
    }
}

@media (max-width: 770px) {
    /* und kleiner */
    .news-list-view .news-text {
        float: none;
        width: 85%;
    }
    .main-article-image {
        /* float: left; */ /* rausnehmen oder ersetzen durch float: none;*/;
    }
    .event-info {
        float: none;
        margin-left: 0; /* rausnehmen */
        width: 95%; /* rausnehmen */;
    }
    .fce-2 .col2 {
        float: none;
    }
    .instagram-feedback-box {
        display: none !important;
    }
    .search {
        float: left;
        width: 320px;
    }
    .ver_box1 {
        margin-top: 110px;
    }
    h3 {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
                hyphens: auto;
            -ms-hyphens: auto;
             -o-hyphens: auto;
    }
    #deanery .logo-area > a img {
        width: 250px;
    }
}
/*** Änderungen Hofmann-Siedel, 2014-08-11 ***/
/*** Powermail und Event ***/
.event-headline {
    border: 0;
    color: #2172ad;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    font-size: 20px;
    width: 525px;
}
.event-register {
    border: 3px solid #000;
    clear: both;
    float: none;
    margin: 60px 0 60px 0;
    padding: 20px;
    text-align: center;
}
.event-register a {
    color: #000;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}
.event-register a:hover,
.event-register a:active {
    color: #ccc;
}
.tx-powermail .layout3 .powermail_input {
    background: transparent;
    border: 0;
    color: #000;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    font-size: 20px;
    left: 0;
    width: 525px;
}
.tx-powermail .layout3 label {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
/*** Powermail: Checkbox und Radiobuttons ***/
.powermail_captchaimage {
    float: left;
    margin-top: 0;
    width: 154px;
}
.powermail_radio_outer,
.powermail_captcha_outer,
.powermail_check_outer {
    background-color: transparent;
    border: 0 solid #ccc;
    float: left;
    padding: 3px;
    width: 100%;
}
.powermail_radio_inner input[type='radio'],
.powermail_check_inner input.powermail_checkbox[type='checkbox'] {
    float: left !important;
    width: 20px !important;
}
.powermail_check_inner input.powermail_checkbox[type='checkbox'] {
    margin-top: 5px !important;
}
.powermail_radio_inner label,
.powermail_check_inner label {
    float: left !important;
    width: 400px !important;
}
.powermail_radio_inner,
.powermail_check_inner {
    clear: both !important;
    float: none !important;
}

/* SMARTPHONE */
@media (max-width: 640px) {
    #pause-button {
        display: none;
    }
    .wrapper {
        width: 100%;
    }
    .article-info {
        padding-right: 0;
        width: 100%;
    }
    .top-article {
        height: 220px;
    }
    .top-article img {
        display: none;
    }
    .top-article .article-description {
        position: static;
        width: 90%;
    }
    .top-article .article-description h2 {
        font-size: 18px;
    }
}

/*** IHS 08092016: Powermail Confirmation ***/
dl.powermail_all dt {
    width: 540px;
}
dl.powermail_all dd {
    margin-bottom: 20px;
    width: 540px;
}
/* Strukturelle Anpassungen */
body {
    position: relative;
    background: #c1c1c1 url(/fileadmin/content/medienhaus/Medien/body_bg.png) repeat-x !important;
    background-attachment: fixed;
    background-position: top;
    color: #333;
    text-align: left;
    font-size: 1em;
    font-family: arial,sans-serif;
    line-height: 135%;
}
#deanery .metamenu-link {
    display: none;
    width: 310px;
}

/* Layout-Anpassungen 2018-02-13. Heinz J. Malcharzyk */
h1 {
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 2.2em;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    line-height: 120%;
}
h2 {
    padding-top: 0;
    padding-bottom: 20px;
    color: #777;
    text-transform: none;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    line-height: 120%;
}
.columnright_h2 {
    font-size: 1.6em;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
}

/* Header */
.metamenu {
    position: relative;
    top: 50px;
    z-index: 3;
    overflow: hidden;
    margin-left: 205px;
    height: 40px;
    background-color: transparent;
}
/*#deanery .header-menu-wrapper {
  background-image: url(/fileadmin/content/medienhaus/Medien/header_bg.png);
  height: 160px;
  position: relative;
  z-index: 2;
}*/

#deanery .header-menu-wrapper {
    position: relative;
    z-index: 2;
    margin-top: -40px;
    height: 207px;
}

.search {
    float: right;
    padding-top: 7px;
    padding-bottom: 8px;
    width: 252px;
    background-image: none;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
}
.search input {
    margin-left: 40px;
    border: none;
    background-color: #e6e6e6;
    color: #777;
    font-style: italic;
    font-size: 11px;
    font-family: 'arial';
}
.search input[type='text'] {
    padding: 6px 0 5px 8px;
    width: 179px;
}
#deanery .logo-small {
    display: none;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

/*#deanery .header-menu-wrapper {
  background-image: url(/fileadmin/content/medienhaus/Medien/header_bg.png);
  height: 160px;
  position: relative;
  z-index: 2;
}*/
#deanery .logo-area {
    position: relative;
    z-index: 9;
    float: left;
    width: 50%;
    height: 260px;
    background-color: transparent;
    box-shadow: none;
}
#deanery .logo-area img {
    position: absolute;
    top: 32px;
    left: 0;
}
#deanery .header {
    overflow: hidden;
    height: 207px;
}
#deanery .header-image img {
    display: none;
    max-width: none;
}
#feedHeaderContainer {
    display: none !important;
}
a {
    text-decoration: none;
}
p a {text-decoration: underline;}

a:hover {font-weight:bold;}

/* Menü */
#deanery .mainmenu > ul > li {
    width: auto;
}
.mainmenu ul li {
    position: relative;
    z-index: 8000;
    float: left;
    margin-right: 0;
    padding: 0 7px 0 7px;
    width: auto;
    background-image: url(/fileadmin/content/medienhaus/Medien/shadow_nav.png);
    background-position: right;
    background-repeat: no-repeat;
    list-style: none;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color 2s;
}
.mainmenu ul li:last-child {
    background-image: none;
}
.mainmenu ul li a {
    display: block;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
            opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter: alpha(opacity=70);
    pointer-events: none;

    -webkit-opacity: 0.7;
       -moz-opacity: 0.7;
}
#deanery .mainmenu > ul > li.active > a {
    color: #000;
    opacity: 1;
}
.mainmenu ul li.active {
    background-color: #fff;
    background-image: none;
}
#deanery .mainmenu ul li ul li.active a {
    background-color: #aaa !important;
    background-image: url(/fileadmin/content/medienhaus/Medien/10percent_pixel_000.png);
}
#deanery .mainmenu > ul > li:hover > a {
    background-color: transparent;
    background-image: none;
    color: #fff;
    opacity: 1;
}
.mainmenu ul li:hover {
    background-color: #aaa;
    background-image: none;
    -webkit-transition: background-color 0s;
}
.mainmenu ul li ul {
    position: absolute;
    right: 0;
    left: initial;
    z-index: 999;
    display: none;
    text-transform: none;
}
.mainmenu ul li ul li {
    float: none;
    min-width: 140px;
    width: auto;
    border-right: 0;
    border-left: 0;
    background-color: #aaa;
    background-image: none;
    text-align: left;
}
.mainmenu ul li ul li:first-child {
    border-top: 0;
}
.mainmenu ul li ul li:last-child a {
    border-bottom: 0;
}
.mainmenu ul li ul li a {
    margin-right: -7px;
    margin-left: -7px;
    padding: 13px 10px;
    height: 100%;
    border-bottom: 0;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
    line-height: 120%;
            opacity: 1;
    pointer-events: auto;

    -webkit-opacity: 1;
       -moz-opacity: 1;
}
#deanery .mainmenu ul li ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    -webkit-transition: padding-top 1s, padding-bottom 1s;
}
#deanery .mainmenu ul li ul li a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(/fileadmin/content/medienhaus/Medien/10percent_pixel_000.png);
    color: #fff;
    -webkit-transition: padding-top 0s, padding-bottom 0s;
}
.mainmenu ul li.home {
    top: 3px;
    left: -219px;
    padding-right: 0;
    padding-left: 0;
    width: 40px;
    background-color: transparent;
    background-image: none;
}
#deanery .mainmenu ul li.home a {
    background-image: url(/fileadmin/content/medienhaus/Medien/homebutton.png);
    background-repeat: no-repeat;
    pointer-events: auto;
}
.mainmenu > ul > li:nth-child(4) {
    width: auto;
}
.mainmenu {
    float: right;
}
#deanery #navbar.fixmenu {
    position: fixed;
    bottom: auto;
    width: 920px;
}
/* Wrapper/Content */
.breadcrumb {
    clear: both;
    overflow: hidden;
    margin-top: 9px;
    background-color: #fff;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 920px;
}
#content {
    clear: both;
    overflow: hidden;
    padding: 14px;
    padding-top: 0;
    min-height: 330px;
    background: #fff url(/fileadmin/content/medienhaus/Medien/shadow_inner_content.png) repeat-x !important;
    background-color: #fff;
    box-shadow: 0 0 19px -9px rgb(0, 0, 0);
}

/* Inhalte */

/* Globaler Schatten von Bildern aus */
/* Schatten der einzelnen divs müssen zusätzlich eingetragen werden, da sich diese nun von einander unterscheiden */
.main {
    float: left;
    clear: both;
    margin-right: 30px;
    padding-top: 40px;
    width: 560px;
}
.image-wrapper {
    max-width: 540px;
}
img.shadow {
    padding-bottom: 14px;
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    /*width:660px;*/
}

/* Portraitbilder */
img.portrait {
    margin-right: 10px;
    width: 125px;
    height: 125px;
    background-image: none;
    background-repeat: no-repeat;
    text-align: left;
}
div.csc-textpic-border div.csc-textpic-imagewrap img {
    border: 2px solid rgb(216, 216, 216);
}
.fce-2 .col1 {
    float: left;
    width: 660px;
}
.fce-2 .col2 {
    float: right;
    width: 205px;
}
.col-right {
    float: right;
    padding-top: 40px;
    width: 302px;
}

/* Youtobe-Video rechte Spalte */
a.youtube-fancybox img {
    width: 300px;
}
a.youtube-fancybox img.play-button-rechts {
    position: absolute;
    top: 35px;
    left: 150px;
    margin-top: -138px;
    width: 70px;
    height: 70px;
    pointer-events: none;
}
a.youtube-fancybox img.play-button2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -40% 0 0 -35px;
    width: 70px;
    pointer-events: none;
}
.fce-2-1 .col2 {
    float: right;
    width: 322px;
}
ul li {
    /* list-style-image: url(/fileadmin/content/medienhaus/Medien/list_arrow.png); */
    /* list-style-type: circle; */
    margin-left: 34px;
    padding: 2px 0;
}
.event-header_right {
    display: none;
    padding-bottom: 5px;
    color: #a41011;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    line-height: 120%;
}
.single-event-title_right {
    color: #969696;
    font-size: 10px;
}
.single-event-list_right {
    padding: 6px 0 6px !important;
    border-bottom: 0 solid #ddd;
}
.tx-ekhn-events {
    margin-bottom: 4px;
}
#deanery .submenu > ul > li > a.active {
    background-color: #4c67a5;
    background-image: none;
    color: #fff;
}
#deanery .submenu h4 {
    display: none;
}
.pagination {
    height: 78px;
}

/* Inhalt_Content */
a.externallink,
a.internallink {
    display: table-cell;
    margin-bottom: 9px;
    padding-left: 40px;
    height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #666;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 125%;
}
a.externallink {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_extern.png);
}
a.externallink:hover {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_extern_hover.png);
}
a.internallink {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_intern.png);
}
a.internallink:hover {
    background-image: url(/fileadmin/content/medienhaus/Medien/link_intern_hover.png);
}
/* E-Mail-Links im Impressum sollen durch eine Grafik kenntlich gemacht sein */
a.impressummail:before {
    padding-right: 2px;
    content: url(/fileadmin/content/medienhaus/Medien/mail2.jpg);
}
.infobox {
    margin-bottom: 15px;
    padding: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #dedede;
    line-height: 19px;
}
.submenu ul {
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 0;
}
span.image-wrapper {
    position: relative;
    display: block;
    padding-bottom: 9px;
    background-image: url(/fileadmin/content/medienhaus/Medien/content_pic_shadow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 0;
}
span.image-wrapper-copyright {
    position: absolute;
    right: 0;
    padding: 2px 10px;
    background-color: #666;
    background-color: rgba(60, 60, 60, 0.8);
    bottom: 9px;
    color: #fff;
    font-size: 10px;
    line-height: 120%;
    cursor: default;
}
span.image-description,
div.csc-textpic-imagewrap div.csc-textpic-imagewrap figure.csc-textpic-image.csc-textpic-last a span.image-description,
div.csc-textpic-center-outer div.csc-textpic-center-inner figure.csc-textpic-image.csc-textpic-last span.image-description,
div.csc-textpic-center-outer div.csc-textpic-center-inner figure.csc-textpic-image.csc-textpic-last a span.image-description {
    background-image: none;
    top: -4px;
    /*width: 520px;*/
    width:auto;
}
span.image-description:nth-child(2) {
    /*width: 200px;*/
    width:auto;
}
figure.csc-textpic-image.csc-textpic-last a span.image-description {
    width: 245px;
}
figure.csc-textpic-image.csc-textpic-last a.jqfancybox span.image-description {
    /*width: 120px;*/
     width:auto;
}

/* Inhalt_Kontaktformular(Powermail) */
.powermail_legend {
    margin: 0 0 0 0;
    color: #646464;
    white-space: normal;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    line-height: 100%;
}
div.powermail_fieldwrap {
    overflow: hidden;
    margin-bottom: 6px;
}
.powermail_fieldset label {
    display: block;
    float: left !important;
    margin-bottom: 0;
    margin-left: 0;
    color: #323232;
    font-weight: normal;
    /*font-family: "HelveticaNeueW01-77BdCn 692722", arial, sans-serif;*/
    font-size: 12px;
    /*max-width: 40%;*/
}

.powermail_fieldwrap_check fieldset legend a {
    text-decoration: underline;
}
.powermail_field {
    float: right;
    padding: 4px 2px;
    width: 70%;
    border: 1px solid #b3b3b3;
}
input[type='radio'] {
    margin-top: 5px;
    margin-left: 7px;
    vertical-align: text-bottom;
}
input[type='checkbox'] {
    margin-left: 7px;
    vertical-align: text-bottom;
}
.powermail_submit {
    margin: 0 !important;
    padding: 5px !important;
    width: 117px !important;
    height: 34px !important;
    border: none !important;
    background-color: #23239F !important;
    color: #ffffff;
    font-weight: normal !important;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
}
.powermail_submit:hover {
    color: #fff;
}
.powermail_radio_outer,
.powermail_captcha_outer,
.powermail_check_outer {
    float: left;
    padding: 3px;
    width: 540px;
    border: 1px solid #ccc;
    background-color: white;
}
.powermail_field {
    float: right;
    padding: 4px 2px;
    width: 55%;
    border: 1 solid #111111;
    background-color: #ffffff;
}
input.powermail_confirmation_submit {
    margin-top: 24px;
    border: 0;
    background: rgb(088,030,126);
}
input.powermail_confirmation_form {
    margin-top: 24px;
    border: 0;
    background: rgb(088,030,126);
}

.powermail_fieldwrap a {
    text-decoration: underline;
}

/* Inhalt_Veranstaltungen */
.single-event-detail_right a {
    display: inline-block;
    margin-top: 2px;
    padding-top: 0;
    padding-left: 59px;
    height: auto;
    background-image: url(/fileadmin/content/medienhaus/Medien/ver_men.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-family: 'HelveticaNeueW01-77BdCn 692722',arial,sans-serif;
    line-height: 120%;
}
.single-event-detail_right a:hover {
    background-image: url(/fileadmin/content/medienhaus/Medien/ver_men_hover.png);
    color: #a41011;
}

#deanery h1,
#deanery h1 a,
#deanery .submenu h4,
#deanery .event-header,
#deanery .news-text h3 a:hover {
    color: #323232;
}

/* Inhalt_Veranstaltung Suchen */
#deanery .event-search-simple .current-date {
    /*background-image: url(/fileadmin/content/medienhaus/Medien/veranstaltung_datum.png);*/ /* soll doch rot sein, nicht blau */
    background-image: url(/fileadmin/templates/images/icon-calendar.png);
}
#deanery .event-search-simple .event-search-simple-input,
#deanery .event-search-simple .event-search-simple-input input[type='submit'],
#deanery .eventfilter-week,
#deanery .eventfilter-week input[type='submit'],
#deanery .tx-ekhn-events input[type='submit'],
#deanery .eventtip,
#deanery .tx-ptextlist-filterbox input[type='submit'],
#deanery .tx-ptextlist-filter.pt-extlist-filter-mainSearch,
#deanery .tx-ptextlist-divlist .tx-ptextlist-divlist.header,
#deanery .signalbox {
    background-color: #a41011;
}
.event-search-simple {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background: #dedede;
}
p.event-date {
    color: #646464;
    font-size: 31px;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    line-height: 36px;
}
.event-backlink-wrap {
    margin-bottom: 20px;
    padding: 6px 0;
    padding-bottom: 6px;
    border-bottom: 2px solid #4c67a5;
}

/* Inhalt_News */
#deanery .news-backlink-wrap {
    border-color: #4c67a5;
}
/* Inhalt_Slider */
.slider .news {
    background-image: url(/fileadmin/content/medienhaus/Medien/slider_shadow.png);
    background-position: left 320px;
    background-repeat: no-repeat;
}
.top-article .article-description .subtitle {
    color: #999;
}
.top-article .article-description h2 {
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: none !important;
    font-size: 18px;
    line-height: 120%;
}
.top-article .article-description h2 a {
    color: #fff;
}
.top-article .article-description {
    position: absolute;
    top: 177px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 6px 10px;
    width: 289px;
    height: 120px;
    background: rgba(0, 0, 0, 0.6);
}
p.news-teaser {
    padding-top: 0;
    padding-bottom: 0;
    color: white;
    font-weight: normal;
  width: 540px;
}
#slider-pagination {
    position: relative;
    float: right;
    /*margin-right: -41px;*/
    margin-top: -6px;
    line-height: 0;
}
#slider-pagination a.flex-prev,
#slider-pagination a.flex-next {
    /* background-image: none; */
    float: left;
}
#slider-pagination .navigation a {
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #cfcece;
    background-color: transparent;
    cursor: pointer;
}
#slider-pagination a.flex-active {
    background-color: #562381;
}

/* Footer */
footer {
    height: 127px;
    background-color: #fff;
    background-image: url(/fileadmin/content/medienhaus/Medien/footer_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 0 9px 19px -8px #000;
}
footer .contact p.title {
    padding-bottom: 0;
    font-size: 18px;
}
footer .contact {
    float: left;
    margin-bottom: 30px;
    padding-top: 24px;
    padding-right: 15px;
    min-width: 185px;
}
footer .newsletter {
    display: none;
    float: right;
    width: 180px;
    font-size: 12px;
}
footer .overview {
    margin-left: 10px;
}
footer .overview,
footer .social-media {
    float: left;
    margin-bottom: 30px;
    padding-right: 0;
}
footer .overview p.title {
    margin-top: 30px;
}
footer .overview ul li a {
    line-height: 100%;
}
footer a {
    text-decoration: underline;
}
footer a:hover {
    background-color: transparent;
}
footer ul {
    padding-right: 0;
}

footer p.copyright {
    position: relative;
    top: -79px;
    display: block;
    clear: both;
    margin-left: 587px;
    padding-top: 0;
    border-top: none;
    font-size: 11px;
}

footer p.copyright img {
    display: none;
}

/* Menu-Styles */
.mainmenu ul li a {
    pointer-events: none;
}
/*2817*/
.mainmenu ul li#menuitem-2817:hover {
    background-color: rgb(170, 170, 170);
}
.mainmenu ul li#menuitem-2817:hover a {
    background-color: rgb(170, 170, 170);
}
#deanery .mainmenu ul li#menuitem-2817 ul li.active a {
    background-color: rgb(170, 170, 170) !important;
}
/*3241*/
.mainmenu ul li#menuitem-3241:hover {
    background-color: rgb(70, 170, 210);
}
.mainmenu ul li#menuitem-3241:hover a {
    background-color: rgb(70, 170, 210);
}
#deanery .mainmenu ul li#menuitem-3241 ul li.active a {
    background-color: rgb(70, 170, 210) !important;
}
.submenu ul li#menuitem-3241 a.active {
    background-color: rgb(70, 170, 210) !important;
}
/*3256*/
.mainmenu ul li#menuitem-3256:hover {
    background-color: rgb(40, 140, 60);
}
.mainmenu ul li#menuitem-3256:hover a {
    background-color: rgb(40, 140, 60);
}
#deanery .mainmenu ul li#menuitem-3256 ul li.active a {
    background-color: rgb(40, 140, 60) !important;
}
/*3260*/
.mainmenu ul li#menuitem-3260:hover {
    background-color: rgb(90, 30, 120);
}
.mainmenu ul li#menuitem-3260:hover a {
    background-color: rgb(90, 30, 120);
}
#deanery .mainmenu ul li#menuitem-3260 ul li.active a {
    background-color: rgb(90, 30, 120) !important;
}
/*3269*/
.mainmenu ul li#menuitem-3269:hover {
    background-color: rgb(75, 100, 160);
}
.mainmenu ul li#menuitem-3269:hover a {
    background-color: rgb(75, 100, 160);
}
#deanery .mainmenu ul li#menuitem-3269 ul li.active a {
    background-color: rgb(75, 100, 160) !important;
}
/*3274*/
.mainmenu ul li#menuitem-3274:hover {
    background-color: rgb(250, 200, 70);
}
.mainmenu ul li#menuitem-3274:hover a {
    background-color: rgb(250, 200, 70);
}
#deanery .mainmenu ul li#menuitem-3274 ul li.active a {
    background-color: rgb(250, 200, 70) !important;
}
/*3283*/
.mainmenu ul li#menuitem-3283:hover {
    background-color: rgb(190, 20, 20);
}
.mainmenu ul li#menuitem-3283:hover a {
    background-color: rgb(190, 20, 20);
}
#deanery .mainmenu ul li#menuitem-3283 ul li.active a {
    background-color: rgb(190, 20, 20) !important;
}

.contenttable td {
    font-size: 1.15em !important;
}

/* @media mobile Version */
@media (max-width: 1024px) {
    .fce-2 .col1,
    .fce-2 .col2 {
        width: 100%;
    }
    body {
        width: 100%;
    }
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
    div.csc-textpic-right .csc-textpic-imagewrap img {
        max-width: 100%;
        height: auto;
    }

    /* =============== table =============== */
    table {
        width: 100%;
    }
    thead th,
    tbody th,
    tbody tr td {
        padding: 8px 5px;
    }

    /* =============== TYPO3 image styles =============== */
    div.csc-textpic div.csc-textpic-imagecolumn {
        float: none;
    }
    aside div.csc-textpic div.csc-textpic-imagecolumn {
        float: left;
    }
    div.csc-textpic .csc-textpic-imagewrap img {
        width: 100%;
        height: auto;
    }
    .csc-textpic-imagewrap {
        width: auto !important;
    }
    .csc-frame-frame2 div.csc-textpic .csc-textpic-imagewrap img {
        width: 98%;
    }
    .wrapper {
        width: 98%;
    }
    .header-foldout .col0,
    .header-foldout .col1,
    .header-foldout .col2,
    .header-foldout .col3 {
        width: 20%;
    }

    /* =============== metamenu =============== */
    .metamenu {
        top: 0;
        margin-left: 0;
        height: auto;
    }
    .metamenu-link {
        width: 50%;
    }
    .search {
        width: 30%;
    }
    .search input[type='text'] {
        width: 60%;
    }
    .advanced {
        display: inline-block;
        padding-left: 40px;
    }

    /* =============== mainmenu =============== */
    #navbar.fixmenu {
        width: 98%;
    }
    .mainmenu ul li {
        width: auto;
    }
    .mainmenu ul li a {
        padding: 0 20px;
    }
    .mainmenu ul li.home a {
        padding: 0;
    }

    /* =============== content =============== */
    .main {
        margin-right: 0;
        width: 60%;
    }
    .col-right {
        width: 37%;
    }
    #home .fce-2 .col1 {
        margin-bottom: 20px;
        width: 70%;
    }
    #home .fce-2 .col2 {
        width: 25%;
    }
    .fce-2-1 .col1 {
        margin-right: 0;
        width: 60%;
    }
    .fce-2-1 .col2 {
        width: 37%;
    }
    /* =============== dekanat =============== */
    #deanery .mainmenu ul li a {
        padding: 0 9px;
    }
    /*  #deanery .mainmenu ul li.home a {
    padding: 0;
  }
*/
    #deanery .mainmenu ul li.home a {
        margin-left: 36px;
        width: 36px;
        background-color: transparent;
    }
    /* =============== news =============== */
    .slider .news {
        background-image: none;
    }
    .top-article {
        height: auto;
    }
    .article-latest-teaser a.article-teaser {
        margin-right: 10px;
        padding-bottom: 30px;
    }

    /* news list */
    .news-list-view .article-image {
        width: 30%;
    }
    .news-list-view .news-text {
        width: 65%;
    }
    /* article filter */
    .article-filter-tabs a {
        width: 25%;
    }
    .article-filter-fields {
        width: 100%;
    }

    /* =============== fce =============== */
    .fce-2 .col1 {
        width: 70%;
    }
    #home .fce-youtube > .col1,
    #home .fce-youtube > .col2,
    #home .fce-youtube > .col3 {
        width: 31%;
    }

    /* =============== adress =============== */
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 50%;
    }

    /* =============== social share in specialtheme =============== */
    .specialtheme .social_share_privacy_area li.settings_info .info,
    .specialtheme .social_share_privacy_area li .help_info.icon .info {
        position: relative;
        left: 0 !important;
        width: 300px;
    }

    /* ============== gallery =============== */
    .tx-bmgallery-overview1 .tx-bmgallery-image img {
        width: 105px !important;
        height: 105px !important;
    }
    .article-latest-teaser a.article-teaser {
        width: 203px !important;
    }
}
@media (max-width: 1020px) {
    #deanery .metamenu-link {
        width: 40%;
    }

    /* =============== news =============== */
    .article-latest-teaser {
        width: 455px;
    }
    .article-latest-teaser a.article-teaser {
        width: 220px !important;
    }

    /* =============== adress =============== */
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch .outer-field-wrapper {
        width: 70%;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 40%;
    }
}

@media (max-width: 900px) {
    /* =============== news =============== */
    .article-info span.functions {
        float: left;
        padding-top: 15px;
        width: 100%;
    }
    .article-latest p {
        width: 100%;
    }
    footer .newsletter {
        float: left;
        clear: both;
    }

    /* =============== dekanat =============== */
    #deanery .logo-area {
        width: 55%;
    }
    #deanery .header-image {
        width: 45%;
    }

    /* =============== social share =============== */
    .social_share_privacy_area li.help_info {
        height: 35px;
    }
    .social_share_privacy_area li.settings_info {
        display: none;
    }
    .social_share_privacy_area li.gplus.help_info .info {
        left: 0 !important;
    }
    .header-foldout .col0 {
        margin-bottom: 40px;
        width: 100%;
    }
    .header-foldout .col0 p {
        padding-bottom: 0;
    }
    .header-foldout .col1,
    .header-foldout .col2,
    .header-foldout .col3 {
        width: 28%;
    }
    .header-foldout .col1 {
        float: left;
        clear: both;
    }
    .header-foldout .col3 {
        float: left;
    }
    .tx-ptextlist-divlist .tx-ptextlist-divlist.header li {
        float: left;
        padding-right: 20px;
    }

    /* =============== adress =============== */
    .col-right .mainSearch {
        display: none;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch .outer-field-wrapper {
        width: 100%;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 55%;
    }
}

@media (max-width: 860px) {
    body {
        background-attachment: scroll;
    }
    #home .fce-2 .col1,
    #home .fce-2 .col2 {
        width: 100%;
    }
    #home .fce-youtube .col1,
    #home .fce-youtube .col2,
    #home .fce-youtube .col3 {
        width: 31%;
    }
    .article-latest-teaser {
        overflow: hidden;
    }
    .pt-extlist-filter-mainSearch .outer-field-wrapper input {
        width: 65%;
    }
    .edit-profile label,
    .edit-profile input,
    .edit-profile select {
        float: none;
        width: 100%;
    }
    .edit-profile-row > img {
        margin: 0;
    }
    .article-latest-teaser {
        width: 680px;
    }
}

@media (max-width: 790px) {
    .article-latest-teaser {
        width: 450px;
    }
    #deanery .mainmenu > ul > li {
        float: none;
        width: 100%;
    }
    #deanery .mainmenu > ul > li:nth-child(4) {
        width: 100% !important;
    }
    .article-info {
        display: none;
    }
    #deanery .header {
        height: 150px;
    }
}

@media (max-width: 770px) {
    .fce-2 .col1,
    .fce-2 .col2 {
        width: 100%;
    }
    .fce-2 .col2 {
        float: left;
    }
    input {
        -webkit-border-radius: none;

        -webkit-appearance: none;
           -moz-appearance: none;
    }

    /* =============== metamenu =============== */
    .metamenu-link,
    .advanced {
        display: none;
    }
    .search {
        width: 60%;
    }
    .search input {
        -webkit-border-radius: none;
           -moz-border-radius: none;
    }

    /* =============== header =============== */
    .header {
        height: 100px;
    }
    .logo {
        top: 30px;
    }

    /* =============== mainmenu =============== */
    #mobilemenu {
        position: relative;
        top: 40px;
        display: block;
        width: 100px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
        color: #51277f;
        text-decoration: none;
        font-size: 18px;
        font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
    }
    #mainmenu.open {
        display: block;
    }
    #mobilemenu span {
        display: inline-block;
        padding-left: 10px;
        vertical-align: middle;
    }
    #navbar {
        position: relative;
        top: 40px;
        min-height: 40px;
    }
    .mainmenu {
        display: none;
        padding-top: 40px;
    }
    .mainmenu > ul > li {
        position: relative;
        border-bottom: 2px solid #ddd;
        background-color: #fff;
    }
    .mainmenu > ul > li:nth-child(4),
    .mainmenu ul li,
    .mainmenu ul li.home {
        display: inline-block;
        padding: 0;
        width: 99%;
        text-align: left;
    }
    .mainmenu ul li a {
        padding: 0 40px 0 20px;
    }
    .mainmenu ul li a {
                opacity: 1;

        -webkit-opacity: 1;
           -moz-opacity: 1;
    }
    .mainmenu ul li.home a {
        padding: 0 10px;
    }
    .mainmenu ul li a.less,
    .mainmenu ul li a.more {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 500;
        display: block;
        padding: 0;
        width: 40px;
        height: 40px;
                opacity: 1;

        -webkit-opacity: none;
           -moz-opacity: none;
    }
    #deanery .mainmenu ul li a.less {
        background-color: #aaa;
    }
    .mainmenu ul li a.more {
        background-color: #ddd;
        background-image: url(http://medienhaus.facettnet.ekhn.de/fileadmin/templates/images/icon-plus-white.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .mainmenu ul li a.less {
        background-image: url(http://www.ekhn.de/fileadmin/templates/images/icon-x-white.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .mainmenu ul li:hover ul {
        display: none;
    }
    .mainmenu ul li ul {
        position: static;
        overflow: hidden;
        height: 0;
        -webkit-transition: none;
           -moz-transition: none;
                transition: none;
                transition: none;
    }
    .mainmenu ul li:nth-child(4) ul li {
        width: 99.7%;
    }
    .mainmenu ul li:target ul {
        display: block;
        height: auto;
    }
    .mainmenu ul li:target a.more {
        display: none;
    }
    .mainmenu ul li ul li {
        display: inline-block;
        width: 99.7%;
    }
    .mainmenu ul li ul li a {
        padding-left: 20px;
    }
    a#pause-button {
        display: none;
    }
    .fixmenu {
        display: none;
    }

    /* =============== content =============== */
    #content {
        padding: 0 20px 20px;
    }
    .main,
    .col-right {
        float: none;
        width: 100%;
    }
    .col-right {
        padding-top: 0;
    }
    .fce-2-1 .col1,
    .fce-2-1 .col2 {
        float: none;
        width: 100%;
    }
    .fce-2-1 .col2 {
        padding-top: 0;
    }
    .fce-5 .col1,
    .fce-5 .col2,
    .fce-5 .col3,
    .fce-5 .col4,
    .fce-5 .col5 {
        width: 45%;
    }
    .image-wrapper {
        max-width: 540px;
    }

    /* =============== footer =============== */
    footer {
        padding: 20px;
        height: auto;
        background-color: #c1c1c1;
        background-image: none;
    }
    footer .overview p.title {
        display: none;
        margin-top: 30px;
    }
    footer .overview,
    footer .social-media {
        margin-bottom: 0;
        margin-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    footer p.copyright {
        position: relative;
        top: 0;
        display: block;
        clear: both;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-top: 1px none #fff;
        font-size: 11px;
    }
    footer .contact {
        margin-bottom: 10px;
    }
    footer .overview {
        width: 20%;
    }
    #top-link img {
        display: none;
    }

    /* =============== impulspost =============== */
    .specialtheme {
        background-image: url(../images/background-mobile.png);
        background-position: right top;
    }
    .specialtheme nav {
        margin: 0;
        padding-left: 0;
        width: auto;
    }
    .specialtheme nav ul li a {
        height: 30px !important;
    }
    .specialtheme nav ul li a.first {
        background-image: url(../images/passionszeit-mobile.png);
    }
    .specialtheme nav ul li a.first:hover,
    .specialtheme nav ul li a.first.active {
        background-image: url(../images/passionszeit-1-mobile.png);
    }
    .specialtheme nav ul li a.second {
        background-image: url(../images/karfreitag-mobile.png);
    }
    .specialtheme nav ul li a.second:hover,
    .specialtheme nav ul li a.second.active {
        background-image: url(../images/karfreitag-1-mobile.png);
    }
    .specialtheme nav ul li a.third {
        background-image: url(../images/osternacht-mobile.png);
    }
    .specialtheme nav ul li a.third.active {
        background-image: url(../images/osternacht-1.png);
    }
    .specialtheme nav ul li a.fourth.active {
        background-image: url(../images/ostersonntag-1.png);
    }
    .specialtheme nav ul li a.fifth.active {
        background-image: url(../images/ostermontag-1.png);
    }
    .backlink {
        margin: 0;
    }
    .col-light,
    .col-dark {
        float: none;
        width: 100%;
    }
    .col-dark {
        background-color: #555;
    }
    .col-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .menu-outside {
        display: none;
    }
    .menu-outside-mobile ul li {
        float: left;
        list-style: none;
    }
    #content nav.submenu {
        display: block;
    }
    #content nav.submenu li a {
        cursor: pointer;
    }
    #content nav.submenu h4 a {
        text-decoration: none;
    }

    /* =============== dekanat =============== */
    #deanery #mobilemenu {
        position: absolute;
        top: auto;
        bottom: 0;
        z-index: 9;
    }
    #deanery #navbar {
        /*bottom: auto;
    top: auto;*/
        position: relative;
    }
    #deanery .header-menu-wrapper {
        height: 200px;
    }
    #deanery .header {
        height: 220px;
    }
    #deanery .logo-area {
        width: 70%;
    }
    #deanery .logo-area > a img {
        width: 65%;
    }
    #deanery .header-image {
        width: 30%;
    }
    #deanery .mainmenu > ul > li:nth-child(4) {
        width: 99%;
    }
    #deanery .mainmenu ul li a {
        padding-right: 40px;
    }
    #deanery .mainmenu ul li a.less,
    #deanery .mainmenu ul li a.more {
        padding: 0;
    }
    #deanery .mainmenu ul li ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: padding-top 0s, padding-bottom 0s;
    }
    #deanery .mainmenu ul li ul li a:hover {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: padding-top 0s, padding-bottom 0s;
    }

    /* =============== adress =============== */
    .col-right .mainSearch {
        display: block;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch .outer-field-wrapper {
        width: 80%;
    }
    .col-right .tx-ptextlist-filterbox .pt-extlist-filter-mainSearch input {
        width: 65%;
    }
    .col-right .filter-item > span,
    .col-right label.filter-label {
        width: 20%;
    }
    .col-right .outer-field-wrapper,
    .col-right .filter-item > div {
        width: 80%;
    }

    /* =============== news =============== */
    .main .news-backlink-wrap {
        display: none;
    }
    #iframe .main .news-backlink-wrap {
        display: block;
    }
    .article-info span.functions {
        float: right;
        padding-top: 0;
        width: auto;
    }
    .top-article .article-description {
        width: 70%;
    }
    .article-latest-teaser a.article-teaser {
        padding-bottom: 80px;
    }
    /* article filter */
    .article-filter-fields {
        width: 65%;
    }

    /* =============== powermail =============== */
    div.tx-powermail {
        width: 100%;
    }
    .powermail_fieldset label {
        display: block;
        margin-bottom: 5px;
        /*margin-left: 25px;*/
        max-width: 540px;
        font-weight: normal;
    }
    div.powermail_fieldwrap {
        overflow: hidden;
        margin-bottom: 35px;
    }
    .powermail_field {
        width: 98%;
    }
    .powermail_label,
    .powermail_field {
        float: none;
    }
}

@media (max-width: 530px) {
    /* article filter */
    .article-filter-fields {
        width: 100%;
    }
    .article-latest-teaser {
        width: 220px;
    }
    #home .fce-youtube .col1,
    #home .fce-youtube .col2,
    #home .fce-youtube .col3 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    /* =============== news =============== */
    .article-info span.functions {
        float: left;
        padding-top: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #pause-button {
        display: none;
    }
    .article-info {
        padding-right: 0;
        width: 100%;
    }
    .top-article {
        height: 220px;
    }
    .top-article img {
        display: none;
    }
    .top-article .article-description {
        position: static;
        width: 90%;
    }
    .top-article .article-description h2 {
        font-size: 18px;
    }
    .fce-linklist a {
        margin-right: 10px;
        min-width: 120px;
        width: auto;
    }
    .functions a {
        margin: 0 1px;
        margin: 0;
        padding: 5px 3px;
        background: #ddd;
        color: #333;
    }
    table {
        width: 90%;
        font-size: 11px;
    }
    thead th,
    tbody th,
    tbody tr td {
        padding: 8px 2%;
    }
    footer .contact,
    footer .overview {
        float: none;
        width: 100%;
    }

    /* =============== impulspost =============== */
    .col-dark .functions a,
    .col-dark .functions a:hover {
        color: #333;
    }
    .specialtheme nav {
        padding: 20px;
    }
    .specialtheme nav ul li a.first {
        margin-left: 10px;
    }

    /* =============== dekanat =============== */
    #deanery .header {
        height: 220px;
    }
    #deanery .logo-area {
        width: 100%;
    }
    #deanery .header-image {
        display: none;
    }

    /* =============== newsfeed =============== */
    .feed-actions {
        float: none;
    }
    .feed-title-display {
        width: 80%;
    }
    .feed-title-display span {
        width: 65%;
    }
    .feed-title-display a.feed-delete-button {
        float: left;
        margin-top: 0;
        margin-right: 8px;
    }
    a.feed-copy-to-clipboard {
        width: 80%;
    }
    .feed textarea {
        margin-top: 10px;
        margin-left: 0;
        width: 80%;
        -webkit-border-radius: none;

        -webkit-appearance: none;
           -moz-appearance: none;
    }
    .feed-create-button {
        margin-left: 0;
        width: 80%;
    }

    /* article filter */
    .article-filter-tabs a,
    .article-filter-tabs span {
        margin-top: 2px;
        width: 40%;
    }
    .article-filter-fields span,
    #article-search-form .article-filter-item label {
        display: block;
    }
    #article-search-form input.article-filter-startDate,
    #article-search-form input.article-filter-endDate {
        width: 215px;
    }
    #article-search-form .article-filter-item input {
        width: 240px;
    }
    .article-filter-period span.eventfilter-end {
        margin-left: 0;
    }
    .article-filter-fields {
        width: 100%;
    }
    #google-maps-view-helper {
        z-index: 1;
        width: inherit;
        height: 390px;
    }

    /* =============== adressen =============== */
    .filter-item > span {
        top: 0;
        float: none;
        width: 100%;
    }
    .filter-item > div {
        float: none;
        width: 100%;
    }
    .tx-ptextlist-divlist .tx-ptextlist-divlist.header li {
        display: block;
    }
    .mainSearch {
        background-image: url(../images/icon-adress.png);
    }
    .pt-extlist-filter-mainSearch .outer-field-wrapper input {
        margin-left: 50px;
        width: 55%;
    }
    .filter-item > span,
    label.filter-label {
        top: 0;
    }
    .tx-ptextlist-filterbox input {
        width: 93%;
    }
    .outer-field-wrapper {
        float: none;
    }

    /* =============== social share =============== */
    .social_share_privacy_area li.help_info {
        display: block;
        float: none;
        width: 100% !important;
    }
    .social_share_privacy_area {
        height: 100px !important;
    }
    .social_share_privacy_area li.help_info .info,
    .social_share_privacy_area li .help_info.icon .info {
        border: none;
    }

    /* =============== colors ===============*/
    .mainmenu ul > li.turquoise:hover > a,
    .mainmenu ul > li.red:hover > a,
    .mainmenu ul > li.yellow:hover > a,
    .mainmenu ul > li.magenta:hover > a,
    .mainmenu ul > li.purple:hover > a {
        color: #aaa;
    }
    .mainmenu ul > li.turquoise:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.red:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.yellow:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.magenta:target > a {
        color: #aaa;
    }
    .mainmenu ul > li.purple:target > a {
        color: #aaa;
    }
    #ui-datepicker-div {
        display: none !important;
    }
}
@media (max-width: 767px) {
    p.news-teaser {
        color: #111;
    }
    #deanery .mainmenu > ul > li:hover > a {
        /*color: #FFFFFF;*/
        background-color: transparent;
    }
    .article-latest-teaser {
        overflow: hidden;
        width: 220px;
    }
    div#nomobile {
        display: none;
    }
    .ver_box1 {
        display: none !important;
    }
    .top-article .article-description {
        height: 190px;
        background-color: #999;
    }

    /* =============== dekanat =============== */
    #deanery .header {
        height: 150px;
    }
    #deanery .logo-area {
        width: 150px;
        height: 150px;
    }
    .wrapper {
        width: 100%;
    }
    #deanery .header-menu-wrapper {
        height: 150px;
        background-image: none;
    }
    #deanery .mainmenu {
        float: left !important;
    }
    #deanery .mainmenu > ul > li {
        float: left;
    }
    #deanery .mainmenu ul li.home {
        left: 0;
        width: 100%;
    }
    #deanery .mainmenu ul li a {
        color: #ababab;
        pointer-events: auto !important;
    }
    #deanery .mainmenu ul li.home a {
        height: 40px;
        background: url(/fileadmin/content/medienhaus/Medien/homebutton.png) no-repeat scroll 0 0 transparent;
        background-color: #51277f;
        background-repeat: no-repeat;
        opacity: 1;
        pointer-events: unset !important;
    }
}

@media (max-width: 1024px) {
    .fce-2 .col2 {
        width: 260px;
    }
}

@media (max-width: 770px) {
    /* und kleiner */
    .news-list-view .news-text {
        float: none;
        width: 85%;
    }
    .main-article-image {
        /* float: left; */ /* rausnehmen oder ersetzen durch float: none;*/;
    }
    /* für Landkarte */
    /*span.image-wrapper {
        display: none;
    }*/
    .event-info {
        float: none;
        margin-left: 0; /* rausnehmen */
        width: 95%; /* rausnehmen */;
    }
    .fce-2 .col2 {
        float: none;
    }
    .instagram-feedback-box {
        display: none !important;
    }
    .search {
        float: left;
        width: 320px;
    }
    .ver_box1 {
        margin-top: 110px;
    }
    h3 {
        -webkit-hyphens: auto;
           -moz-hyphens: auto;
                hyphens: auto;
            -ms-hyphens: auto;
             -o-hyphens: auto;
    }
    #deanery .logo-area > a img {
        width: 250px;
    }
}
/*** Änderungen Hofmann-Siedel, 2014-08-11 ***/
/*** Powermail und Event ***/
.event-headline {
    width: 525px;
    border: 0;
    color: #2172ad;
    font-size: 20px;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
}
.event-register {
    float: none;
    clear: both;
    margin: 60px 0 60px 0;
    padding: 20px;
    border: 3px solid #000;
    text-align: center;
}
.event-register a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
}
.event-register a:hover,
.event-register a:active {
    color: #ccc;
}
.tx-powermail .layout3 .powermail_input {
    left: 0;
    width: 525px;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 20px;
    font-family: 'HelveticaNeueW01-77BdCn 692722', arial, sans-serif;
}
.tx-powermail .layout3 label {
    display: none;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
}
/*** Powermail: Checkbox und Radiobuttons ***/
.powermail_captchaimage {
    float: left;
    margin-top: 0;
    width: 154px;
}
.powermail_radio_outer,
.powermail_captcha_outer,
.powermail_check_outer {
    float: left;
    padding: 3px;
    width: 100%;
    border: 0 solid #ccc;
    background-color: transparent;
}
.powermail_radio_inner input[type='radio'],
.powermail_check_inner input.powermail_checkbox[type='checkbox'] {
    float: left !important;
    width: 20px !important;
}
.powermail_check_inner input.powermail_checkbox[type='checkbox'] {
    margin-top: 5px !important;
}
.powermail_radio_inner label,
.powermail_check_inner label {
    float: left !important;
    width: 400px !important;
}
.powermail_radio_inner,
.powermail_check_inner {
    float: none !important;
    clear: both !important;
}

/* SMARTPHONE */
@media (max-width: 640px) {
    #pause-button {
        display: none;
    }
    .wrapper {
        width: 100%;
    }
    .article-info {
        padding-right: 0;
        width: 100%;
    }
    .top-article {
        height: 220px;
    }
    .top-article img {
        display: none;
    }
    .top-article .article-description {
        position: static;
        width: 90%;
    }
    .top-article .article-description h2 {
        font-size: 18px;
    }
}

/*** IHS 08092016: Powermail Confirmation ***/
dl.powermail_all dt {
    width: 540px;
}
dl.powermail_all dd {
    margin-bottom: 20px;
    width: 540px;
}

/**** ------- IHS 12.1.21 ---------- ***/
@media (max-width: 770px) {
  .powermail_radio_inner label, .powermail_check_inner label {
    float: left !important;
    width: 250px !important;
  }

  input[type="text"], input[type="submit"] {
    max-width: 100% !important;
    width: 100% !important;
  }

  .powermail_submit {
    font-size: 16px;
    font-weight: normal !important;
  }

  .powermail_fieldset label {
    display: block;
    margin-bottom: 5px;
    /*margin-left: 0p;*/
    max-width: 250px;
    font-weight: normal;
  }
}