@charset "utf-8";
/* CSS created and developed by 12bis3.de */

/* Font definitions */

@font-face {
    font-family: 'fontello';
    src: url('./font/fontello.eot?31868486');
    src: url('./font/fontello.eot?31868486#iefix') format('embedded-opentype'),
        url('./font/fontello.woff?31868486') format('woff'),
        url('./font/fontello.ttf?31868486') format('truetype'),
        url('./font/fontello.svg?31868486#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------
basic definitions
-------------- */

* {
    margin:0;
    padding: 0;
    outline: none;
    font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
}

body {
    color: #343434;
    font-size: 75%;
    height: 100%;
    background:url(../_img/bg-body.png) repeat #e4e2e1;
}

html {
    height: 100%;
}

ul#skip-links {
    position: absolute;
    left: -9999px;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style:italic;
}

img {
    border: none;
}


/* ---------------
layout definitions
--------------- */

#container {
    width: 1100px;
    margin: 30px auto 0 auto;
    background: transparent url(../_img/bg-container.png) repeat-x left 0;
}
.header-color  #container {background-position: left 15px;}

.header-image, .header-3-images {
    margin-top: 43px;
    background-position: left 28px;
}

#header {
    height: 199px;
    position: relative;
    display: table;
    width: 1100px;
}
.header-color #header {
    height: 214px;
    background:url(../_img/bg-header.png) no-repeat top left;
}

.no-header-color.header-images.fullheader-image #header {
    height: 214px;
}

#navigation {
    border-top:1px solid #d5d5d5;
}
.vertical-nav #navigation {
    display: none;
}

#main {
    width: 1100px;
    background: repeat-y;	
}
.three-cols #main {
    background-image:url(../_img/bg-main-3-cols.png);
}
.start.two-cols #main {
    background-image: url(../_img/bg-main-2-cols.png);
    margin-left: -2px;
}
.subpage.two-cols #main {
    background-image: url(../_img/bg-main-2-cols-sub.png);
}

#sub-navigation {
    background: url(../_img/bg-main-3-cols-top.png) top left no-repeat;
    padding: 31px 4px 20px 16px;	
    float: left;
    width: 209px;
    line-height: 130%;
}
.start.two-cols #sub-navigation {
    display: none;
}
.subpage.two-cols #sub-navigation {
    background-image: url(../_img/bg-main-2-cols-top-sub.png);
}

#content {
    float: left;
    line-height: 150%;
}
.three-cols #content {
    padding: 38px 16px 0 16px;	
    width: 604px;
    background: url(../_img/bg-main-3-cols-top.png) -229px top no-repeat;
}
.start.two-cols #content {
    padding: 38px 16px 0 18px;	
    width: 831px;
    background: url(../_img/bg-main-2-cols-top.png) left top no-repeat;
}
.subpage.two-cols #content {
    width: 748px;
    padding: 38px 107px 0 16px;	
    background: url(../_img/bg-main-2-cols-top-sub.png) right top no-repeat;
}

#service {
    background: url(../_img/bg-main-3-cols-top.png) top right no-repeat;
    padding: 45px 18px 0 7px;
    width: 210px;
    float: left;
    line-height: 140%;
}
.subpage.two-cols #service {
    display: none;
}

#footer {
    clear: left;
    padding-top: 40px;
    padding-bottom: 1.5em;
    position: relative;
}
.three-cols #footer {
    background:url(../_img/bg-main-3-cols-bottom.png) no-repeat top center;
}
.start.two-cols #footer {
    background:url(../_img/bg-main-2-cols-bottom.png) no-repeat top left;
    margin-left: -3px;
    padding-left: 3px;
}
.subpage.two-cols #footer {
    background:url(../_img/bg-main-2-cols-bottom-sub.png) no-repeat top left;
}



/* ---------------
header definitions
--------------- */


#header div#header-logo-slogan {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.logoleft #header div#header-logo-slogan {
    padding-left: 0;
}
.header-color div#header-logo-slogan {padding-top:15px}

#header #header-image img {
    vertical-align: top;
    margin-left: 2px;
}

#header #header-image > img:first-child , #header #header-image > a:first-child img,#header #header-image > div > img:first-child , #header #header-image > div > a:first-child img {
    margin-left:0;
}

.header-no-image-no-logo #header div#header-logo-slogan div#header-logo, .big-image-no-logo #header div#header-logo-slogan div#header-logo, .more-images-no-logo #header div#header-logo-slogan div#header-logo {
    display: none;
}
.header-no-image-no-logo #header div#header-logo-slogan, .header-no-image-standard-logo #header div#header-logo-slogan, .header-no-image-custom-logo-vertical-text #header div#header-slogan, .big-image-no-logo #header div#header-logo-slogan, .big-image-standard-logo #header div#header-logo-slogan, .more-images-no-logo #header div#header-logo-slogan, .more-images-standard-logo #header div#header-logo-slogan {
    width: 450px;
}
.header-no-image-standard-logo #header div#header-logo-slogan, .big-image-standard-logo #header div#header-logo-slogan, .more-images-standard-logo #header div#header-logo-slogan {
    display: table;
    height: 199px;
    padding-top: 0;
}
.header-color.header-no-image-standard-logo #header-logo-slogan, .big-image-standard-logo #header-logo-slogan, .more-images-standard-logo #header-logo-slogan {height: 214px}

.header-no-image-custom-logo #header div#header-logo-slogan {
    padding-left: 0;
}

.header-no-image-no-logo #header-image, .header-no-image-standard-logo #header-image, .header-no-image-custom-logo #header-image, .header-no-image-custom-logo-horiz-text #header-image, .header-no-image-custom-logo-vertical-text #header-image {
    display: none;
}


.header-no-image-standard-logo #header div#header-logo-slogan div#header-logo, .big-image-standard-logo #header div#header-logo-slogan div#header-logo, .more-images-standard-logo #header div#header-logo-slogan div#header-logo {
    display: table-cell;
    vertical-align: middle;
    width: 115px;
}
.header-color.header-no-image-standard-logo div#header-logo, .header-color.big-image-standard-logo div#header-logo, .header-color.more-images-standard-logo div#header-logo {
    padding-top: 15px;
}

.header-no-image-standard-logo #header div#header-logo-slogan div#header-name, .big-image-standard-logo #header div#header-logo-slogan div#header-name, .more-images-standard-logo #header div#header-logo-slogan div#header-name {
    /* width: 335px; */
    display: table-cell;
    vertical-align: middle;
}
.header-color.header-no-image-standard-logo div#header-name, .header-color.big-image-standard-logoo div#header-name, .header-color.more-images-standard-logo div#header-name {padding-top: 15px;}


.header-no-image-custom-logo div#header-name, .big-image-custom-logo div#header-name, .more-images-custom-logo div#header-name {
    display: none;
}
/* Ticket #1421
.header-no-image-custom-logo #header div#header-logo-slogan, .header-no-image-custom-logo-horiz-text #header div#header-logo-slogan, .header-no-image-custom-logo-vertical-text #header div#header-logo-slogan, .big-image-custom-logo #header div#header-logo-slogan, .big-image-custom-logo-horiz-text #header div#header-logo-slogan, .big-image-custom-logo-vertical-text #header div#header-logo-slogan, .more-images-custom-logo #header div#header-logo-slogan, .more-images-custom-logo-horiz-text #header div#header-logo-slogan, .more-images-custom-logo-vertical-text #header div#header-logo-slogan {
        background: url(../_img/bg-header-logo.png) no-repeat right top;
        padding-left: 15px;
        padding-right: 110px;
        display: inline-block;
        position: absolute;
        height: 199px;
        z-index: 30;
}
*/
.header-no-image-custom-logo #header div#header-logo-slogan, .header-no-image-custom-logo-horiz-text #header div#header-logo-slogan, .header-no-image-custom-logo-vertical-text #header div#header-logo-slogan, .big-image-custom-logo #header div#header-logo-slogan, .big-image-custom-logo-horiz-text #header div#header-logo-slogan, .big-image-custom-logo-vertical-text #header div#header-logo-slogan {
    background: url(../_img/bg-header-logo.png) no-repeat right top;
    padding-left: 15px;
    padding-right: 110px;
    display: inline-block;
    position: absolute;
    height: 199px;
    z-index: 30;
}

.header-no-image-custom-logo.logoleft #header div#header-logo-slogan, .header-no-image-custom-logo-horiz-text.logoleft #header div#header-logo-slogan, .header-no-image-custom-logo-vertical-text.logoleft #header div#header-logo-slogan, .big-image-custom-logo.logoleft #header div#header-logo-slogan, .big-image-custom-logo-horiz-text.logoleft #header div#header-logo-slogan, .big-image-custom-logo-vertical-text.logoleft #header div#header-logo-slogan {
    padding-left: 0;
    padding-right: 125px;
}

div#header-logo-slogan .middle {
    height: 199px;
    display: table-cell;
    vertical-align: middle;
}

.header-no-image-custom-logo-horiz-text div#header-logo, .big-image-custom-logo-horiz-text div#header-logo, .more-images-custom-logo-horiz-text div#header-logo {
    margin-bottom: 0.5em;
}

.header-no-image-custom-logo-horiz-text div#header-name h5, .big-image-custom-logo-horiz-text div#header-name h5, .more-images-custom-logo-horiz-text div#header-name h5 {
    display: none;
}


.header-no-image-custom-logo-vertical-text #header div#header-logo-slogan, .big-image-custom-logo-vertical-text #header div#header-logo-slogan, .more-images-custom-logo-vertical-text #header div#header-logo-slogan {
    display: table;
    height: 199px;
    padding-top: 0;
    max-width: 660px;
}
.header-color.header-no-image-custom-logo-vertical-text div#header-logo-slogan, .header-color.big-image-custom-logo-vertical-text div#header-logo-slogan, .header-color.more-images-custom-logo-vertical-text div#header-logo-slogan {
    height: 214px;
} 

.header-no-image-custom-logo-vertical-text div#header-logo, .big-image-custom-logo-vertical-text #header div#header-logo, .more-images-custom-logo-vertical-text #header div#header-logo {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 20px;
}

.header-no-image-custom-logo-vertical-text div#header-name, .big-image-custom-logo-vertical-text #header div#header-name, .more-images-custom-logo-vertical-text #header div#header-name {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    width: 320px;
}




#header h4 {
    font-size: 150%;
    line-height: 150%;
    margin-bottom: 0.6em;
}

#header h4 a {
    text-decoration: none;
}

#header h5 {
    font-size: 133.3%;
    font-weight: normal;
    margin: 0;
}

#header h5 a {
    color: #343434;
    text-decoration: none;
}


#header ul {
    list-style-type: none;
    position: absolute;
}
.header-no-image-no-logo #header ul, .header-no-image-standard-logo #header ul, .header-no-image-custom-logo #header ul, .header-no-image-custom-logo-horiz-text #header ul, .header-no-image-custom-logo-vertical-text #header ul {
    right: 0;
    top: 0;
}
.header-color.header-no-image-no-logo #header ul, .header-color.header-no-image-standard-logo #header ul, .header-color.header-no-image-custom-logo #header ul, .header-color.header-no-image-custom-logo-horiz-text #header ul, .header-color.header-no-image-custom-logo-vertical-text #header ul {
    top: 15px;
}

.header-images {
    margin-top: 45px;
}
.header-images #header ul {
    top: -28px;
    right: 144px;
}

#header ul li {
    float: left;
    background: url(../_img/bg-meta-li.png) top left no-repeat;
    height: 66px;
}
.header-images #header ul li {
    background: none;
    height: auto;
}

#header ul li a {
    color: #828282;
    display: block;
    padding: 50px 15px 0 15px;
    font-size: 91.7%;
    background: url(../_img/sprite-meta.png) no-repeat transparent -1000px -1000px;
}

.header-images #header ul li a {
    padding: 2px 0 2px 0;
    margin-right: 15px; 
    background: url(../_img/sprite-24.png) no-repeat transparent -1000px -1000px;
    color: #343434;
}

#header ul li a#header-font {
    background-position: center 30px;
}
#header ul li a#header-font:hover, #header ul li a#header-font:focus {
    background-position: center 25px;
}
#header ul li a#header-help {
    background-position: center -578px;
}
#header ul li a#header-help:hover, #header ul li a#header-help:focus {
    background-position: center -583px;
}
#header ul li a#header-contact {
    background-position: center -65px;
}
#header ul li a#header-contact:hover, #header ul li a#header-contact:focus {
    background-position: center -70px;
}
#header ul li a#header-imprint {
    background-position: center -167px;
}
#header ul li a#header-imprint:hover, #header ul li a#header-imprint:focus {
    background-position: center -172px;
}

#header ul li a#header-disclaimer, .header-image #header ul li a#header-disclaimer:hover, .header-image #header ul li a#header-disclaimer:focus {
    background: url('../_img/icon_datenschutz.png') no-repeat scroll center center transparent;
}
.header-images #header ul li a#header-disclaimer, .header-images #header ul li a#header-disclaimer:hover, .header-images #header ul li a#header-disclaimer:focus,.header-3-images  #header ul li a#header-disclaimer, .header-3-images #header ul li a#header-disclaimer:hover, .header-3-images #header ul li a#header-disclaimer:focus {
    background: url('../_img/icon_datenschutz.png') no-repeat scroll 0 0 transparent;
    padding-left: 10px;
}
#header ul li a#header-print {
    background-position: center -266px;
}
#header ul li a#header-print:hover, #header ul li a#header-print:focus {
    background-position: center -271px;
}
#header ul li a#header-sitemap {
    background-position: center -366px;
}
#header ul li a#header-sitemap:hover, #header ul li a#header-sitemap:focus {
    background-position: center -371px;
}
#header ul li a#header-rss {
    background-position: center -468px;
    text-align: left;
    text-indent:-9999px;
}
#header ul li a#header-rss:hover, #header ul li a#header-rss:focus {
    background-position: center -473px;
}
#header ul li a#header-international {
    background-position: center -703px;
}
#header ul li a#header-international:hover, #header ul li a#header-international:focus {
    background-position: center -708px;
}

#header ul li a:hover, #header ul li a:focus {
    border-top: 5px solid #949494;
    padding-top:45px;
    text-decoration: none;
}


.header-images #header ul li a#header-font {
    background-position: -574px 0px;
    padding-left: 27px;
}
.header-images #header ul li a#header-help {
    background-position: -574px -190px;
    padding-left: 19px;
}
.header-images #header ul li a#header-contact {
    background-position: -572px -28px;
    padding-left: 20px;
}
.header-images #header ul li a#header-imprint {
    background-position: -573px -57px;
    padding-left: 18px;
}
.header-images #header ul li a#header-print {
    background-position: -573px -88px;
    padding-left: 19px;
}
.header-images #header ul li a#header-sitemap {
    background-position: -573px -121px;
    padding-left: 23px;
}
.header-images #header ul li a#header-rss {
    background-position: -573px -154px;
    padding-left: 0;
    width: 12px;
}
.header-images #header ul li a#header-international {
    background-position: -573px -229px;
    padding-left: 20px;
}

.header-images #header ul li a:hover, .header-images #header ul li a:focus {
    border: none;
    padding-top:2px;
    padding-bottom: 2px;
    text-decoration: underline;
}


#header form {
    width: 220px;
    height: 33px;
    background:url(../_img/sprite-24.png) no-repeat 0 0;
    position: absolute;
    top: 147px;
    left: 865px;
}
.header-color #header form {top: 162px}

#header form p {
    margin: 0;
    position: relative;
}

#header form input {
    width: 165px;
    height: 23px;
    padding: 5px 5px 5px 15px;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

#header form button {
    width: 35px;
    height: 33px;
    background: none;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 185px;
}



.header-images #header form {
    left: auto;
    right: 1px;
    top: -26px;
    background:url(../_img/sprite-24.png) no-repeat -1px -40px;
    width: 138px;
    height:20px;
}

.header-images #header form input {
    width: 110px;
    padding: 2px 5px 2px 5px;
    height: 18px;
}

.header-images #header form button {
    width: 18px;
    height: 20px;
    left: 120px;
}


.header-images div#header-image {
    position: absolute;
    right:0;
    top: 0;
    width: 620px;
    overflow: hidden;
    text-align: right;
}
.header-color.header-images div#header-image {top:15px}
.header-images div#header-image > div {
    max-width: 620px;
    min-width: 325px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 199px;
}
.big-image-standard-logo #header-image > div:after, .big-image-custom-logo #header-image > div:after, .big-image-custom-logo-horiz-text #header-image > div:after, .big-image-custom-logo-vertical-text #header-image > div:after {
    display: inline-block;
    width: 275px;
    height: 199px;
    background:url(../_img/bg-header-gradiation.png) no-repeat -100px 0;
    position: absolute;
    left: 0px;
    top: 0;
    content:" ";
}
.big-image-standard-logo #header-image img, .big-image-custom-logo #header-image img, .big-image-custom-logo-horiz-text #header-image img, .big-image-custom-logo-vertical-text #header-image img {
    float: right;
}

.header-no-image-custom-logo #header-logo, .big-image-custom-logo #header-logo, .more-images-custom-logo #header-logo {height: 199px; display: table}
.header-no-image-custom-logo #header-logo a, .big-image-custom-logo #header-logo a, .more-images-custom-logo #header-logo a { display: table-cell; vertical-align:middle}



.header-images.more-images-no-logo div#header-image, .header-images.more-images-standard-logo div#header-image, .header-images.more-images-custom-logo div#header-image, .header-images.more-images-custom-logo-horiz-text div#header-image, .header-images.more-images-custom-logo-vertical-text div#header-image {
    padding: 0;
    max-width: 640px;
}

.header-images div#header-image div#header img {
    position: relative;
}

/*.header-images div#header-image span {
        display: block;
        width: 100%;
        height: 199px;
        background:url(../_img/bg-header-gradiation.png) no-repeat top left;
        position: absolute;
        top: 0;
        margin: 0 0 0 -90px;
}*/

.header-images.more-images-no-logo div#header-image span, .header-images.more-images-standard-logo div#header-image span, .header-images.more-images-custom-logo div#header-image span, .header-images.more-images-custom-logo-horiz-text div#header-image span, .header-images.more-images-custom-logo-vertical-text div#header-image span {
    display: none;
}


#header ul li a:hover, #header ul li a:focus {
    border-top: 5px solid #949494;
    padding-top:45px;
    text-decoration: none;
}

.header-images #header ul li a:hover, .header-images #header ul li a:focus {
    border: none;
    padding-top:2px;
    padding-bottom: 2px;
    text-decoration: underline;
}


.header-images.fullheader-image #header-image {
    display: none;
}

.header-images.fullheader-image #header {
    height: 199px;
    display: block;
    /* overflow: hidden; */
    width: 1100px;
}
.header-color.header-images.fullheader-image #header {height:214px}

.header-images.fullheader-image #header-name {
    display: none;
}

.header-images.fullheader-image #header div#header-logo-slogan {
    width: 1100px;
    padding-left: 0;
    display: block;
    height: 199px;
    overflow: hidden;
}
.no-header-color.header-images.fullheader-image #header div#header-logo-slogan {
    height: 214px;
}

.more-images-custom-logo #header, .more-images-custom-logo-vertical-text #header, .more-images-custom-logo-horiz-text #header {background-color: #fff}



/* -------------------
navigation definitions
------------------- */

#navigation ul {
    background: url(../_img/bg-nav-horizontal.png) repeat-x top;
    list-style-type: none;
    border-bottom:1px solid #d5d5d5;
}

#navigation ul li {
    float: left;
    position: relative;
    z-index: 1000;
}

#navigation ul li a {
    display: block;
    height: 39px;
    padding: 18px 15px 0 15px;
    font-size: 116.7%;
    color: #424242;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.nav-active, #navigation ul li a.nav-hover {
    background: url(../_img/bg-nav-horizontal-hover.png) repeat-x top;
    text-decoration: none;
}


/* layer navigation */

#navigation ul ul {
    display:  none;
    position: absolute;
    padding: 10px 14px 20px 14px;
    border: 1px solid #d5d5d5;
    border-top: none;
    background: #f4f5f5;
    -webkit-bottom-left-border-radius: 2px;
    -moz-bottom-left-border-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-bottom-right-border-radius: 2px;
    -moz-bottom-right-border-radius: 2px;
    border-bottom-right-radius: 2px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e7e7e7), to(#f4f5f5));
    background: -webkit-linear-gradient(#e7e7e7, #f4f5f5);
    background: -moz-linear-gradient(#e7e7e7, #f4f5f5);
    background: -ms-linear-gradient(#e7e7e7, #f4f5f5);
    background: -o-linear-gradient(#e7e7e7, #f4f5f5);
    background: linear-gradient(#e7e7e7, #f4f5f5);
    -pie-background: linear-gradient(#e1e1e1, #f4f5f5);
    behavior: url(PIE.htc);
}

#navigation ul ul li {
    float: none;
    width: 330px;
    border-bottom: 1px solid #d8d8d8;
}

#navigation ul ul li a {
    display: block;
    height: auto;
    padding: 8px 5px 8px 0;
    font-size: 100%;
}

#navigation ul ul li a span {
    display: block;
    padding: 0 0 0 20px;
    background: url(../_img/sprite-24.png) no-repeat -595px -440px;
}

#navigation ul ul li a:hover, #navigation ul ul li a:focus, #navigation ul ul li a.nav-active {
    background: top center repeat-y;
    color: #424242;
}

#navigation ul ul li a:hover span, #navigation ul ul li a:focus span, #navigation ul ul li a.nav-active span {
    background: no-repeat -494px -261px;
}

#navigation ul ul:after {
    background: url(../_img/bg-layer-bottom-navigation.png) no-repeat top center;
    height: 15px;
    content: ".";
    width: 330px;
    display: block;
    position: absolute;
    bottom:-15px;
    color: #fff;
}


/* sub navigation */

#sub-navigation ul {
    list-style-type: none;
}

#sub-navigation ul li {
    border-bottom: 1px solid #dfdfdf;
}

#sub-navigation ul li a {
    display: block;
    padding: 9px 14px 9px 26px;
    background: url(../_img/sprite-24.png) -580px -431px no-repeat;
    text-decoration: none;
    margin: 0 -9px 0 -16px;
}

#sub-navigation ul li a:hover, #sub-navigation ul li a:focus, #sub-navigation ul li a.nav-active {
    background: no-repeat -479px -252px;
    color: #000;
}
#sub-navigation ul li a.nav-active.sub-nav-active {
    background: no-repeat -479px -156px;
}

#sub-navigation ul ul {
    background: #f0f0ef;
    margin: 0 -9px 0 -16px;
    padding: 0 9px 0 16px;
}

#sub-navigation ul ul li {
    margin-left: 10px;
}

#sub-navigation ul ul li a {
    padding-left: 35px;
    margin-left: -26px;
    font-size: 91.7%;
    background-position: -570px -431px;
}
#sub-navigation ul ul li a:hover, #sub-navigation ul ul li a:focus, #sub-navigation ul ul li a.nav-active {
    background: no-repeat -469px -252px;
}
#sub-navigation ul ul li a.nav-active.sub-nav-active {
    background: no-repeat -469px -156px;
}


#sub-navigation ul ul ul li a {
    padding-left: 45px;
    margin-left: -36px;
    background-position: -560px -431px;
}
#sub-navigation ul ul ul li a:hover, #sub-navigation ul ul ul li a:focus, #sub-navigation ul ul ul li a.nav-active {
    background: no-repeat -459px -252px;
}
#sub-navigation ul ul ul li a.nav-active.sub-nav-active {
    background: no-repeat -459px -156px;
}




/* ----------------
content definitions
---------------- */

/* text */

h1 {
    font-size: 133.4%;
    line-height: 125%;
    padding-left: 17px;
    background: no-repeat -510px 6px;
    margin-bottom: 0.8em;
}

h2 {
    font-size: 108.4%;
    line-height: 130%;
    margin-bottom:0.6em;
}

h2.nocolor {

    color: #343434 !important;
}

h3 {
    font-size: 100%;
    line-height: 130%;
    margin-bottom:0.6em;
    color: #343434;
}

h4 {
    font-size: 100%;
    line-height: 130%;
    color: #343434;
    margin-bottom:0.1em;
}

h5, h6 {
    font-size: 100%;
    line-height: 140%;
    color: #343434;
}

p {
    margin: 0 0 1em 0;
}

#content ul {
    margin: 0 0 1.2em 22px;
    list-style-type: none;
    overflow: hidden;
}

#content ul li {
    background: no-repeat -494px -487px;
    padding-left: 17px;
    margin: 0 0 0.1em 0;
}

#content .list-item-haken ul li {
    background-image: none!important;
    padding-left: 0;
}

#content .list-item-haken ul li:before {
    padding-right: 10px;
}

#content ol {
    margin: 0 0 1.2em 2px;
    overflow: hidden;
    padding-left: 15px;
}

#content ol li {
    margin: 0 0 0.1em 20px;
}

#content p a, #content ul a, #content ol a, #content dl a, #content table a {
    background: no-repeat -487px -64px;
    padding-left: 17px;
}
#content p a.email-link, #content ul a.email-link, #content ol a.email-link, #content dl a.email-link, #content table a.email-link {
    background-position: -487px -121px;
}

#content p a.nyroModal, #content ul a.nyroModal, #content ol a.nyroModal, #content dl a.nyroModal, #content table a.nyroModal {
    background: none;
    padding-left: 0;
}


div.contact-box {
    border-left: 12px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/pie/PIE.htc);
    clear: both;
    position: relative;
    padding: 22px 10px 10px 50px;
    margin: 1.2em 0 2em 0;
    overflow: visible !important;
    background: no-repeat url(../_img/sprite-24.png) 560px -570px;
}
.subpage.two-cols div.contact-box {
    background-position: 701px -570px;
}
.start div.contact-box {
    background-position: 785px -570px;
}

div.contact-box:after {
    background: url(../_img/bg-content-box-3-cols.png) no-repeat top center;
    height: 16px;
    content: ".";
    width: 500px;
    display: block;
    position: absolute;
    bottom:-16px;
    color: #fff;
}
.subpage.two-cols div.contact-box:after {
    width: 748px;
}
.start div.contact-box:after {
    width: 780px;
}
.start.three-cols div.contact-box:after {
    width: 500px;
}

div.content-box {
    overflow: hidden;
    clear: both;
}

div.content-box.sub-section:not(.contact-box) {
    background: url(../_img/bg-sub-section.png) repeat-x left 1px transparent;
    border-top: 1px solid #e1e0e0;
    padding: 20px 11px 0 11px;
    margin: 1.5em -11px 0 -11px;
    clear: both;
}

div.content-box.contact-box.sub-section {
    margin-top: 80px;
}

div.content-box.contact-box.sub-section:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -32px;
    left: -23px;
    background: url(../_img/bg-sub-section.png) repeat-x left 1px transparent;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
    border-top: 1px solid #e1e0e0;
}

.subpage.two-cols div.content-box.sub-section {
    margin-right: -105px;
    padding-right: 105px;
}

.is-linked-box  {
    cursor: pointer;
}
#content div.image-text-box {
    margin-bottom: 1em;
}
div.image-text-box dl, div.image-text-box-right dl {
    width: 604px;
    overflow: hidden;

}
.start.two-cols div.image-text-box dl, .subpage.two-cols div.image-text-box dl, .subpage.two-cols  div.image-text-box-right dl, .start.two-cols  div.image-text-box-right dl {
    width: 748px;
}

div.image-text-box dl dt {
    float: left;
    margin: 0.4em 13px 1em 0;
}

div.image-text-box-right dl dt {
    float: right;
    margin: 0.4em 0 1em 13px;
}

div.image-text-box dl dd, div.image-text-box-right dl dd {
    float: left;
}

#content div.image-text-box dl dd p.teaser-box-more, #content div.image-text-box-right dl dd p.teaser-box-more {
    text-align: right;
    margin-top: -0.5em;
}

div.small-text-box {
    font-size: 91.7%;
    line-height:140%;
    color: #828282;
}

#content div.small-text-box a {
    background: none !important;
    padding-left: 0 !important
}


/* table */

table {
    border-collapse: collapse;
    margin: 1.2em 0 1.2em 0;
    width: 100%;
}

caption {
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 12px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/pie/PIE.htc);
    margin-bottom: -2px;
}

table th {
    background: #d4d4d4;

    padding: 7px 15px 5px 15px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

table td {
    background: url(../_img/bg-table-td.png) top left repeat-x;
    padding: 7px 15px 5px 15px;
    vertical-align: top;
    text-align: left;
}

table tr.tr-even {
    background-color: #eaeaea;
}

table tr.tr-odd {
    background-color: #f6f3f3;
}


/* breadcrumb */

p.breadcrumb {
    font-size: 91.7%;
    margin-bottom: 0.4em;
    background: url(../_img/bg-nav-horizontal-shadow.png) top center no-repeat;
    padding-top: 12px;
    line-height: 90%;
}

p.breadcrumb a {
    color: #828282;
    display: inline-block;
    border-left: 1px solid #828282;
    padding: 0 6px;
}

p.breadcrumb a:first-child {
    border: none;
    padding-left: 0;
}


/* images */

dl.image-right {
    margin: 0.3em 0 0.5em 13px;
    float: right;
}

dl.image-left {
    margin: 0.3em 13px 0.5em 0;
    float: left;
}

dl.image-center {
    margin: 0 0 1.4em 0;
}

dl.image-gallery {
    margin: 0 -3px 1.4em -1px;
}

dl.image-gallery dt {
    overflow: hidden;
}

dl.image-gallery dt img  {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}
dl.image-center dt img {
    margin-left: 3px;
}
.subpage.two-cols dl.image-gallery dt img , .subpage.two-cols dl.image-center dt img {
    margin-right: 6px;
}


dl.image-gallery dd, dl.image-center dd, dl.image-right dd, dl.image-left dd {
    margin: 0.4em 0 0.1em 0;
    padding-left: 16px;
    color: #828282;
    font-size: 91.7%;
    position: relative;
}

dl.image-gallery dd:before, dl.image-center dd:before, dl.image-right dd:before, dl.image-left dd:before {
    background:url(../_img/sprite-24.png) no-repeat -589px -283px;
    position: absolute;
    width: 11px;
    height: 10px;
    display: block;
    content: " ";
    left: 0;
    top: 4px;
}


dl.image-left dt, dl.image-right dt, dl.image-center dt, dl.image-gallery dt, div.image-text-box dl dt {
    /* position: relative;
    margin-bottom: 0.2em; */
    margin-bottom: 2px;
}
dl.image-center dt {
    text-align: center;
    display: inline-table;
}

#content dl.image-left dt a, #content dl.image-right dt a, #content dl.image-center dt a, #content dl.image-gallery dt a, #content div.image-text-box dl dt a {
    background: none;
    padding: 0;
}

dl.image-left dt img, dl.image-right dt img, dl.image-center dt img, dl.image-gallery dt img, div.image-text-box dl dt img {
    display: block;
}

#content dl.image-left dt a span, #content dl.image-right dt a span, #content dl.image-center dt a span, #content dl.image-gallery dt a span, #content div.image-text-box dl dt a span {
    background: url(../_img/lupe.png) no-repeat top left;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}



/* pager */

#content ul.pager {
    margin: 0 0 1.2em 0;
    overflow: hidden;
}

#content ul.pager li {
    background: none;
    padding: 0;
    float: left;
}

#content ul.pager li a {
    background: none;
    padding: 0;
}

#content ul.pager li.pager-back {
    width: 25%;
    text-align: left;
}

#content ul.pager li.pager-middle {
    width: 50%;
    text-align: center;
}

#content ul.pager li.pager-middle a {
    display: inline-block;
    border-left: 1px solid #d7d7d7;
    padding: 0 5px;
}
#content ul.pager li.pager-middle a:first-child {
    border: none;
}
#content ul.pager li.pager-middle a.pager-active {
    font-weight: bold;
    border: 1px solid #d7d7d7;
    margin-right: -1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.htc);
}

#content ul.pager li.pager-forward {
    width: 25%;
    text-align: right;
}


/* teaser boxes */

.teaser-boxes {
    margin: 2em -11px 1.5em -11px;
    background: url(../_img/bg-events-box-footer.png) no-repeat bottom center;
    padding-bottom: 9px;
    overflow: hidden;
    clear: both;
    width: 100%;
}
.two-cols .teaser-boxes {
    background-image: url(../_img/bg-events-box-footer-2-cols.png);
}
.teaser-boxes.one-teaser-box, .two-cols .teaser-boxes.one-teaser-box {
    background-image: url(../_img/bg-content-box-3-cols.png);
    padding-bottom: 16px;
}

.teaser-boxes div {
    border: 1px solid #696;
    padding: 0 12px 15px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #cecece 0px 0px 3px;
    -moz-box-shadow: #cecece 0px 0px 3px;
    box-shadow: #cecece 0px 0px 3px;
    background: #FEFEFE;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFEFE), to(#edecec));
    background: -webkit-linear-gradient(#FEFEFE, #edecec);
    background: -moz-linear-gradient(#FEFEFE, #edecec);
    background: -ms-linear-gradient(#FEFEFE, #edecec);
    background: -o-linear-gradient(#FEFEFE, #edecec);
    background: linear-gradient(#FEFEFE, #edecec);
    -pie-background: linear-gradient(#FEFEFE, #edecec);
    behavior: url(PIE.htc);
    border: 1px solid #ededed;
    width: 272px; 
    float: left;
    margin-left: 10px;
    /* min-height: 225px;  Done Via Javascript*/ 
}
.teaser-boxes.one-teaser-box div {
    padding-bottom: 0;
}


.teaser-boxes div h3 {
    margin: 0 -12px;
    padding: 12px;
    font-weight: normal;
    color: #fff;
    font-size: 108.4%;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    behavior: url(PIE.htc);
}
.teaser-boxes.one-teaser-box div h3 {
    margin-bottom: 0;
}

.teaser-boxes div img {
    margin: 0 -12px;
    width: 100%;
}
.teaser-boxes.one-teaser-box div img {
    float: none;
    margin: 0;
}

.two-cols .teaser-boxes.one-teaser-box div dl {
    width: 830px;
    overflow: hidden;
    margin: 0 -12px 0 -12px;
}
.two-cols .teaser-boxes.one-teaser-box div dt {
    width: 410px;

    float: left;
    margin-right: 20px;
    line-height: 0;
}

.start.two-cols .teaser-boxes.one-teaser-box div dd {
    width: 382px;
}
.subpage.two-cols .teaser-boxes.one-teaser-box div dt {
    width: 375px;
}
.two-cols .teaser-boxes.one-teaser-box div dd {
    width: 388px;
    padding: 20px 12px 0 0;
    float: left;
}

.subpage.two-cols .teaser-boxes.one-teaser-box div dd {
    width: 345px;
}

.three-cols .teaser-boxes.one-teaser-box div dl {
    width: 602px;
    overflow: hidden;
    margin: 0 -12px 0 -12px;
}
.three-cols .teaser-boxes.one-teaser-box div dt {
    width: 300px;
    float: left;
    margin-right: 20px;
    line-height: 0;
}
.three-cols .teaser-boxes.one-teaser-box div dd {
    width: 268px;
    padding: 20px 12px 0 0;
    float: left;
}

.teaser-boxes div p, .teaser-boxes div ul {
    font-size: 91.7%;
}

.teaser-boxes div h3 + p.bodytext {
    padding-top: 1em;
}

#content .teaser-boxes div ul {
    margin-left: 16px;
}

.teaser-boxes div p.teaser-box-more {
    margin: -1em -6px 1em 0;
    text-align: right;
    position: relative;
}
.teaser-boxes div p.bodytext + p.teaser-box-more {
    margin-top: 0;
}
.teaser-boxes.one-teaser-box div p.teaser-box-more {
    margin: 0 -6px 1em 0;
}

.teaser-boxes div p.teaser-box-more a {
    color: #fff;
    padding: 5px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}


/* news */

div#news-teaser {
    clear: both;
    margin: 1.5em 0 1.5em 0;
}
.subpage div#news-teaser {
    margin: 1.5em -11px 2em -11px;
}
.two-cols.subpage div#news-teaser {
    margin-right: -105px !important;
}

div#news-teaser h2 {
    margin-bottom: 1em;
    text-align: right;
    font-size: 100%;
}
.subpage div#news-teaser h2 {
    text-align: left;
    margin-bottom: 1.2em;
}

div#news-teaser h2 a {
    font-weight: normal;
    background: no-repeat -487px -64px transparent;
    padding-left: 17px;
}

div#news-teaser h2 a span {
    font-weight: bold;
    float: left;
    font-size: 108.4%;
}

div#news-teaser dl {
    overflow: hidden;
    margin: 0 0 1.2em 0;
}
.subpage div#news-teaser dl {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1em;
}

div#news-teaser dl dt {
    width: 142px;
    float: left;
}

div#news-teaser dl dd {
    display: inline;
}

div#news-teaser dl h3 {
    font-weight: normal;
}

div#news-teaser dl h3:hover {
    text-decoration: underline;
    cursor: pointer;
}

div#news-teaser dl p.news-teaser-more {
    text-align: right;
    margin: -1em 0 0 0;
}

#news-teaser-lk {
    background: url(../_img/bg-news-box.png) repeat-x left 1px;
    border-top: 1px solid #e1e0e0;
    padding: 1px 11px 0 11px;
    margin: 1.5em -11px 1.5em -11px;
    clear: both;
}
.subpage div#news-teaser-lk {
    margin: 1.5em -11px 2em -11px;
    padding-top: 20px;
}
.two-cols.subpage div#news-teaser-lk {
    margin-right: -105px !important;
    padding-right: 105px;
}

#news-teaser-lk h2 {
    margin: 0.3em 0 1em 0;
    font-weight: bold;
    text-align: right;
    font-size: 100%;
    padding-top: 1px;
    overflow: hidden;
}
.subpage #news-teaser-lk h2 {
    /* text-align: left; ist immer LATEST element mit link */
    margin-bottom: 1.2em;
}

#news-teaser-lk h2 a {
    font-weight: normal;
    background: no-repeat -487px -64px transparent;
    padding-left: 17px;
}

#news-teaser-lk h2 a span {
    font-weight: bold;
    float: left;
    font-size: 108.4%;
}


#news-teaser-lk h3 {
    font-weight: normal;
}

#news-teaser-lk h3:hover {
    text-decoration: underline;
    cursor: pointer;
}

#news-teaser-lk p.news-teaser-more {
    text-align: right;
    margin: -1em 0 1em 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1em;
}

#content p.lk-news-all {
    min-height: 23px;
    padding: 5px 0 0 37px;
    background: no-repeat -472px -335px;
}

h6.news-detail-date {
    font-weight: normal;
    margin-bottom: 1em;
}

#content p.news-detail-back {
    margin: 2em 0 1.5em 0;
}


/* events */

#events-teaser {
    margin: 1.5em -11px 1.5em -11px;
    background: url(../_img/bg-events-box-footer.png) no-repeat bottom center;
    padding-bottom: 9px;
    overflow: hidden;
    clear: both;
}
.two-cols #events-teaser {
    background-image: url(../_img/bg-events-box-footer-2-cols.png);
}
.subpage #events-teaser {
    margin: 1.5em -11px 2em -11px !important;
    background: url(../_img/bg-sub-section.png) repeat-x scroll left 1px transparent;
    border-top: 1px solid #e1e0e0;
}
.subpage.two-cols #events-teaser {
    margin: 1.5em -105px 2em -11px !important;
    background: url(../_img/bg-sub-section.png) repeat-x scroll left 1px transparent;
    border-top: 1px solid #e1e0e0;
}

#events-teaser h2, #news-teaser h2 {
    background: url(../_img/bg-events-box.png) repeat-x left 1px;
    border-top: 1px solid #e1e0e0;
    padding: 0.4em 11px 0 0px;
    text-align: right;
    font-size: 100%;
    overflow: hidden;
}
#news-teaser h2 {
    margin: 1.5em -11px 2em -11px !important;
}
.subpage.two-cols #news-teaser h2 {
    margin: 1.5em -105px 2em -11px !important;
}
.no-line h2 {
    background: none !important;
    border: none !important;
    margin-top:1em;
    margin-bottom: 0.3em;
}
.content-box.no-line.sub-section {
    background: none;	
    border: none;
    margin-top:0;
}
.sub-section.no-line h2 {margin-top: 0}

.subpage #events-teaser h2, .subpage #news-teaser h2 {
    background: no-repeat -510px 4px transparent;
    /* color: #1e96db; */
    text-align: left;
    padding: 0 0 0 17px;
    border: none;
    margin-bottom: 1.2em;
}

#events-teaser h2 span, #news-teaser h2 span, #news-teaser-lk h2 span {
    margin: 0 0 1em 11px;
    display: inline-block;
    padding-left: 17px;
    background: no-repeat -510px 4px;
    font-weight: bold;
    float: left;
    font-size: 108.4%;
}
#news-teaser-lk h2 span {margin-left:0}

#events-teaser h2 a {
    font-weight: normal;
    background: no-repeat -487px -64px transparent;
    padding-left: 17px;
}

#events-teaser div {
    border: 1px solid #696;
    padding: 15px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #cecece 0px 0px 3px;
    -moz-box-shadow: #cecece 0px 0px 3px;
    box-shadow: #cecece 0px 0px 3px;
    background: #fefefe;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#edecec));
    background: -webkit-linear-gradient(#fefefe, #edecec);
    background: -moz-linear-gradient(#fefefe, #edecec);
    background: -ms-linear-gradient(#fefefe, #edecec);
    background: -o-linear-gradient(#fefefe, #edecec);
    background: linear-gradient(#fefefe, #edecec);
    -pie-background: linear-gradient(#fefefe, #edecec);
    behavior: url(PIE.htc);
    border: 1px solid #ededed;
    width: 284px; 
    float: left;
    margin-left: 10px;
    min-height: 225px;
}
.two-cols #events-teaser div {
    width: 398px;
    min-height: 200px;
}

.events-teaser-single div, .two-cols .events-teaser-single div {
    width: auto !important;
    float: none !important;
    margin-right: 10px;
}

.events-teaser-single {
    background-image: url(../_img/bg-shadow-box.png) !important;
    padding-bottom: 15px !important;
}
.two-cols .events-teaser-single {
    background-image: url(../_img/bg-shadow-box.png) !important;
    padding-bottom: 15px !important;
}

#events-teaser div h4, .subpage #events-teaser h4 {
    font-weight: normal;
    margin: 0;
}

#events-teaser div h4:hover, .subpage #events-teaser h4:hover {
    text-decoration: underline;
    cursor: pointer;
}

#events-teaser div h6, .subpage #events-teaser h6 {
    font-size: 91.6%;
    margin-bottom: 0.3em;
    font-weight: normal;
}

#events-teaser div p.events-teaser-more {
    text-align: right;
    margin: -0.6em 0 0.5em 0;
}
.subpage #events-teaser p.events-teaser-more {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1em;
    margin: -1em 0 1.2em 0;
    text-align: right;
}

#events-teaser div p.events-teaser-more a {
    background: #0079bf;
    font-size: 91.7%;
    color: #fff;
    padding: 5px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

#events-teaser div hr {
    border: none;
    height: 0;
    margin: 1.6em -6px 1.2em -6px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #fefdfe;
}

dl.event-infos {
    width: 604px;
    overflow: hidden;
    padding: 1em 0 1em 0;
    margin: 1.5em 0 0.5em 0;
    clear: both;
    border-bottom: 1px solid #d7d7d7;
}
.subpage.two-cols dl.event-infos {
    width: 837px;
}

dl.event-infos dt {
    width: 150px;
    padding-right: 10px;
    float: left;
    margin-bottom: 1.2em;
    clear: left;
}

dl.event-infos dd {
    width: 444px;
    float: left;
    margin-bottom: 1.2em;
}
.subpage.two-cols dl.event-infos dd {
    width: 677px;
}

/* small gallery */

.small-gallery {
    border-top: 1px solid #d7d7d7;
    /* border-bottom: 1px solid #d7d7d7; */
    padding: 1.5em 0;	
    margin-bottom: 1em;
}

.small-gallery div {
    /*	overflow: hidden; */
    white-space: nowrap;
    margin-top: 1em;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 95%;
}

.small-gallery div img {
    margin-right: 5px;
    display: inline-block;
    /* width: 200px; */
    height: auto;
}


.small-gallery div.slider {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 15px 0 10px 0;
    position: relative;
    height: 18px;
    overflow-x: hidden;
    margin-top: -50px;
    background-image: none;
    background-position: left center, right center !important;
    height: 20px;
    background-color: inherit;
    text-align: center;
}
/*
.subpage.two-cols .small-gallery div.slider {
        background-position: 3px -396px;
}
*/
.small-gallery div.slider span {
    display:none;


}
.small-gallery div span.carret {
    display:  none;
    background-image: none;

    position: inherit;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000;
    border: 1px solid #fff;
    margin-left: 5px;
}
.small-gallery div span.carret.active {
    background-color: #fff;
    border: 1px solid #000;
}

span.fixedimg {

    display: inline-block;
    overflow: hidden;
    margin: 0 -12px;

}

span.fixedimg img {
    margin: 0 !important;
    position: relative;

}
/* gallery */

dl.gallery-teaser {
    width: 604px;
    overflow: hidden;
    border-bottom: 1px solid #b1b1b1;

    padding-bottom: 1em;
    margin-bottom: 1.3em;
}
.subpage.two-cols dl.gallery-teaser {
    width: 837px;
}

dl.gallery-teaser dt {
    width: 145px;
    margin: 0.3em 15px 0.5em 0;
    float: left;
    text-align: right;
}

dl.gallery-teaser dd {
    width: 444px;
    float: left;
}
.subpage.two-cols dl.gallery-teaser dd {
    width: 588px;
}

div.gallery-1, div.gallery-2 {
    margin: 1.5em -8px 1.5em 0;
}

div.gallery-1 div {
    width: 145px;
    height: 145px;
    float: left;
    text-align: center;
    margin: 0 8px 8px 0;
    display: table;
}
.subpage.two-cols div.gallery-1 div {
    margin: 0 16px 16px 0;
}

div.gallery-1 div a {
    display: table-cell;
    vertical-align: middle;	
}

div.gallery-2 div {
    text-align: center;
    width: 145px;
    height: 100px;
    margin: 0 8px 16px 0;
    float: left;
}

.subpage.two-cols div.gallery-2 div {

}


div.gallery-1 div img, div.gallery-2 div img {
    border: 1px solid #fff;
}

img.ecard-detail {
    margin: 2em 0;
}



/* comments */

div.comment {
    padding: 0 55px 10px 65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #eaeaea;
    behavior: url(PIE.htc);
    overflow: visible !important;
    position: relative;
    margin-bottom: 1.5em;
    width: 484px;
}

div.comment:before {
    background:url(../_img/sprite-24.png) no-repeat -546px bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    width: 55px;
    height: 42px;
}

div.comment:after {
    background: url(../_img/bg-content-box-3-cols.png) no-repeat top center;
    height: 16px;
    background-color:#339;
    content: ".";
    width: 500px;
    display: block;
    position: absolute;
    bottom:-16px;
    color: #fff;
}

#content div.comment p.comment-author {
    background: url(../_img/sprite-24.png) no-repeat 550px -80px #c8c8c8;
    height: 28px;
    margin: 0 -55px 1em -65px;
    padding: 12px 10px 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
}


/* audio / video */

div.video-box, div.audio-box {
    background: #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
    margin-bottom: 2em;
}

div.video-box dl, div.audio-box dl {
    padding: 7px 7px 14px 7px;
    overflow: hidden;
    width: 590px;
}
.two-cols div.video-box dl, .two-cols div.audio-box dl {
    width: 734px;
}
.start.two-cols div.video-box dl, .start.two-cols div.audio-box dl {
    width: 817px;
}

div.video-box dl dt, div.audio-box dl dt {
    width: 90px;
    float: left;
    margin-right: 10px;
}

div.video-box dl dt span, div.audio-box dl dt span {
    background: url(../_img/sprite-24.png) no-repeat;
    color: #fff;
    display: block;
    padding: 6px 5px 7px 38px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.htc);
}
div.audio-box dl dt span {
    background-position: -275px 7px;
}

div.video-box dl dt span {
    background-position: -283px -20px;
}

div.video-box dl dd, div.audio-box dl dd {
    width: 490px;
    float: left;
}
.two-cols div.video-box dl dd, .two-cols div.audio-box dl dd {
    width: 634px;
}
.start.two-cols div.video-box dl dd, .start.two-cols div.audio-box dl dd {
    width: 726px;
}

div.video-box dl h4, div.audio-box dl h4 {
    text-align: right;
    padding-top: 0.3em;
    margin-bottom: 0.7em;
}

div.video-box dl h4 span, div.audio-box dl h4 span {
    float: left;
}

div.video-box dl h4 a, div.audio-box dl h4 a {
    font-weight: normal;
}

div.video-box dl h6, div.audio-box dl h6 {
    font-size: 100%;
    margin: 0;
}

div.video-box dl dd img, div.audio-box dl dd img {
    margin: 0.3em 10px 10px 0;
    float: left;
}

div.video-box dl dd span.download-media, div.audio-box dl dd span.download-media {
    float: right;
    height: 16px;
    width: 47px;
    padding: 2px 4px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#b7b7b7));
    background: -webkit-linear-gradient(#ffffff, #b7b7b7);
    background: -moz-linear-gradient(#ffffff, #b7b7b7);
    background: -ms-linear-gradient(#ffffff, #b7b7b7);
    background: -o-linear-gradient(#ffffff, #b7b7b7);
    background: linear-gradient(#ffffff, #b7b7b7);
    -pie-background: linear-gradient(#ffffff, #b7b7b7);
    behavior: url(PIE.htc);
}
.two-cols div.video-box dl dd span.download-media, .two-cols div.audio-box dl dd span.download-media {
    margin-right: 144px;
}
#content div.video-box dl dd span.download-media a, #content div.audio-box dl dd span.download-media a {
    color: #000;
    display: inline-block;
    padding-left: 18px;
    font-size: 91.7%;
    background: -587px -541px url(../_img/sprite-24.png) no-repeat;
}

#content div.video-box p.show-video {
    margin: 1.5em 0 1em 0;
    clear: left;
}

#content div.video-box p.show-video a, #content div.video-box dl.video-gallery dd p a {
    background: -487px -37px no-repeat;
}

div.video-box dl.video-gallery {
    margin: 0 -7px -14px -7px;
    padding: 14px 14px 21px 14px;
    background: #f0f0f0;
    border-top: 1px solid #c0c0c0;
}

div.video-box dl.video-gallery dt {
    width: 113px;
    float: left;
    margin-right: 10px;
    text-align: right;
    clear: left;
}

div.video-box dl.video-gallery dt span  {
    margin-top: 0.3em;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    background: -487px -38px no-repeat;
    text-align: left;
    display: inline-block;
    padding: 0;
}

div.video-box dl.video-gallery dd {
    width: 467px;
    float: left;
}
.two-cols div.video-box dl.video-gallery dd {
    width:611px;
}

/* Styles for audiojs Player */

div.audio-box dl dd div.audiojs {
    width: 100%;
    height: 20px;

    background-image: linear-gradient(#FDFDFD,#B8B8B8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDFDFD, endColorstr=#B8B8B8)";
    border-radius: 3px;
}

div.audio-box dl dd div.audiojs div {
    float: left;
}

div.audio-box dl dd div.audiojs div.play-pause {
    width: 25px;
    width: 5.1%;
    height: 20px;

    border-right: 1px solid #A4A4A4;
}

div.audio-box dl dd div.audiojs div.scrubber {
    width: 373px;
    width: 76.1%;
    height: 8px;
    margin: 6px 2px 6px 5px;
    background: #fff;
    padding: 0px;
    position: relative;
}

div.audio-box dl dd div.audiojs div.scrubber div {
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

div.audio-box dl dd div.audiojs div.scrubber div.loaded {
    background: #e0e0e0;
    z-index: 1;
}

div.audio-box dl dd div.audiojs div.scrubber div.progress {
    background: #b0b0b0;
    z-index: 2;
}

div.audio-box dl dd div.audiojs div.time {
    width: 70px;
    width: 14.28%;
    height: 20px;
    margin-left: 4px;
    padding-left: 5px;
    font-size: 85%;
    border-left: 1px solid #A4A4A4;
}

div.audio-box dl dd div.audiojs div.play-pause p {
    margin: 0 0 0 0;
    width: 0px;
    height: 0px;
    cursor: pointer;
    display: none;
}

div.audio-box dl dd div.audiojs div.play-pause p.play {
    display: block;
}

div.audio-box dl dd div.audiojs div.play-pause p:after {
    font-family: "fontello";
    font-size: 130%;
    color: #000;
    width: 25px;
    height: 20px;
    text-align: center;
    padding-top: 2px;
    display: block;
}

div.audio-box dl dd div.audiojs.playing div.play-pause p.pause {
    display: block;
}

div.audio-box dl dd div.audiojs.playing div.play-pause p.play,
div.audio-box dl dd div.audiojs.playing div.play-pause p.error,
div.audio-box dl dd div.audiojs.playing div.play-pause p.loading {
    display: none;
}

div.audio-box dl dd div.audiojs.loading div.play-pause p.loading {
    display: block;
}

div.audio-box dl dd div.audiojs.loading div.play-pause p.play,
div.audio-box dl dd div.audiojs.loading div.play-pause p.error,
div.audio-box dl dd div.audiojs.loading div.play-pause p.pause {
    display: none;
}

div.audio-box dl dd div.audiojs.error div.play-pause p.error {
    display: block;
}

div.audio-box dl dd div.audiojs.error div.play-pause p.play,
div.audio-box dl dd div.audiojs.error div.play-pause p.loading,
div.audio-box dl dd div.audiojs.error div.play-pause p.pause {
    display: none;
}

div.audio-box dl dd div.audiojs div.play-pause p.play:after {
    content: '\e800';
}

div.audio-box dl dd div.audiojs div.play-pause p.pause:after {
    content: '\e801';
}

div.audio-box dl dd div.audiojs div.play-pause p.error:after {
    content: '\e802';
}

div.audio-box dl dd div.audiojs div.play-pause p.loading {
    background-image: url("../_img/ajax-loader.gif") center no-repeat;
    width: 25px;
    height: 20px;
}

/* contacts */

.subpage.two-cols div.contact {padding-right: 0 !important; overflow: hidden}

.two-cols div.contact dl {
    width: 405px;
    float: left;
    margin: 1em 20px 1.5em 0;
}

.three-cols div.contact dl {
    margin: 1em 20px 1.5em 0;
    clear: left;
}

.three-cols div.contact dl dt {
    float: left;
    margin-right: 1em;
}

div.contact dl dt {
    margin-bottom: 1em;
}

div.contact dl dd {
    font-size: 92.31%;
    color: #000;
}

div.contact dl dd h6 {margin-bottom: 0.3em;}
div.contact dl dd span {color: #838383;}
#content div.contact dl dd a {color: #838383; display: inline-block; padding-bottom: 1px}

#service div.contact dl {
    width: 180px;
    float: none;
    margin: 1em 20px 1.5em 0;
}

#service div.contact dl dt img {
    width: 180px;
    height: auto;
}

/* downloads */

#content ul.download-list a, #content a.download-list {
    background: -837px -92px no-repeat;
}

/* boerse */

input#bfjobs_reset {float: right; margin-right: 0}

.jobmarket-teaser div div {
    border-top: 1px solid #e6e5e5;
    padding-top: 1em;
    padding-bottom: 0.2em;
}

#content .place-list {margin-bottom: 0.3em; font-weight: bold}

.jobmarket-teaser div div h4 {margin: 0 0 0.3em; font-size:115%;}

#content .jobmarket-detail p.backlink {
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid #e6e5e5;
}

.jobmarket-detail dl {
    border-top: 1px solid #e6e5e5;
    padding-top: 1em;
}

.jobmarket-detail dl dt {
    font-weight: bold;
    margin-bottom: 0.4em;
}

/* -----------------
calendar definitions
----------------- */
dl.calendar {
    border: none;
    font-size: 100%;
}

dl.calendar.clear {
    display: block!important;
    background: #fff;
}

dl.calendar#losung {
    background: url(../_img/bg-psalm-left-side.png) no-repeat top left,url(../_img/bg-psalm-left-side.png) no-repeat top center,url(../_img/bg-psalm-right-side.png) no-repeat top right;
    margin-bottom: 20px;
    font-size: 150%;
    margin-top: 35px;
    padding: 10px;
}

dl.calendar#losung > p:first-child,
dl.calendar h2 {
    font-size: 16.8px;
    position: absolute;
    top: -55px;
    left: 0;
    font-weight: normal;
}

dl.calendar h2 {
    top: -35px;
}

dl.calendar a {
    background-image: none;
}

dl.calendar p.copyright {
    font-size: 11px;
    color: #424242;
}

dl.calendar:first-of-type dt {
    padding-left: 10px;
}

dl.calendar #losungstelle {
    font-style: italic;
    margin-top: 5px;
    display: block;
    font-size: 80%;
}

dl.calendar:first-of-type dd {
    margin-bottom: 10px;
}

dl.calendar:first-of-type h2 {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 90%;
}

dl.calendar dt {
    float: left;
    width: 100%;
    font-size: 140%;
    padding-top: 0.4em;
    padding-bottom: 0.3em;
}

dl.calendar dd {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}

dl#losung dd p {
    padding: 10px;
    line-height: 22px;
    font-size: 16.8px;
}

dl#losung p.headline-tageslosung {
    font-size: 16.8px;
    margin-bottom: 0;
}

dl.calendar dd img {
    float: left;
    margin: 0.4em 0.5em 0.5em 0;
}

dl.calendar#lieder, dl.calendar#liturgie {
    background: url(../_img/bg-sub-section.png) repeat-x left 1px transparent;
    border-top: 1px solid #e1e0e0;
    padding-top: 30px;
}

dl.calendar .video-teaser {
    margin-bottom: 10px;
}

dl.calendar .tx-bfvideos-pi3 .video-teaser > div > dl {
    width: 100%;
}

dl.calendar .tx-bfvideos-pi3 .video-teaser > div > dl dd {
    width: 48%;
}

dl.calendar .tx-bfvideos-pi3 .video-teaser > div > dl dd p {
    font-size: 100%;
}

dl.calendar .tx-bfvideos-pi3 .video-teaser > div > dl dt {
    width: 50%;
}

dl.calendar .tx-bfvideos-pi3 .video-teaser > div > dl dt a {
    width: 100%;
}

dl.calendar .tx-bfvideos-pi3 .video-teaser > div > dl a img {
    width: 100%;
    height: auto;
}

dl.calendar  + ul.pager {
    border-top: 1px solid #c6c6c6;
    padding-top: 0.6em;
    margin: 0 0 1em 0;
}

dl.calendar  + ul.pager li.p-left {
    width: 38%;
    text-align: left;
}

dl.calendar  + ul.pager li.p-middle {
    width: 23%;
    text-align: center;
}

dl.calendar  + ul.pager li.p-right {
    width: 38%;
    text-align: right;
}

dl.calendar + ul.pager li.p-left a:before {
    content: '\00ab';
}

dl.calendar + ul.pager li.p-right a:after {
    content: '\00bb';
}

dl.calendar dd a.imagelink {
    background-image: none!important;
}

dl.calendar dd img.linkimage {
    display: none;
}

/* ----------------
service definitions
---------------- */

#service {
    text-align: center;
}

#service h5 {
    font-size: 116.7%;
    line-height: 130%;
    text-transform: uppercase;
    padding-left: 17px;
    background: no-repeat -510px 5px;
    font-weight: normal;
    margin: 0 0 1em 0;
    text-align: left;
}
#service h3, #service h4, #service h5, #service h6, #service p, #service blockquote, #service a, #service li {
    text-align: left;
}

#service #logo-elk-wue {
    margin-bottom: 40px;
}

#service p, #service ul, #service ol {
    color: #424242;
    font-size: 91.7%;
    text-align: left;
}

/* psalm box */

.psalm-box {
    background: url(../_img/bg-psalm.png) no-repeat top left;
    margin: 0 -48px 1.5em 0;
    padding: 12px 63px 1px 15px;
    text-align: left;
}

#service .psalm-box h5 {
    margin-bottom: 2.5em;
    text-align: left;
}

.psalm-box blockquote {
    padding: 0 15px 2em 15px;
    border-bottom: 2px solid #f9faf8;
    margin: 0 -15px 0 -15px;
    text-align: left;
}

.psalm-box p {
    margin: 0;
    text-align: left;
}

.psalm-box cite {
    font-style: italic;
    text-align: right;
    display: block;
    color: #424242;
    font-size: 91.7%;
}


/* service boxes */

.service-box {
    border-top: 1px solid #d4d4d4;
    padding: 11px 15px 0 15px;
    margin: 0 0 1.5em 0;
}

.service-box p.service-box-more {
    text-align: right;
    margin: 0 0 0.5em 0;

}

.service-box p.service-box-more a {
    color: #fff;
    padding: 5px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

.service-box.standard-link a {
    padding: 5px 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: no-repeat -487px -65px transparent;
    padding: 0 0 0 17px;
}

.service-box.text-image-box img {
    /* margin: -0.3em -15px 1em -15px; */
    margin: -0.3em 0 1em 0;
}

.service-box.image-box img {
    margin: -0.3em -15px 1em -15px;
}

.service-box ul, .service-box.downloads-box ul {
    list-style-type: none;
    margin: 0 0 1em 15px;
}

.service-box ul li, .service-box.downloads-box ul li {
    margin-bottom: 0.4em;
    position: relative;
    text-align: left;
}

.service-box.standard-link ul li a {
    background: none;
}

.service-box ul li a:before, .service-box.downloads-box ul li a:before {
    background: no-repeat -487px -65px;
    width: 13px;
    height: 13px;
    display: block;
    text-indent: -9999px;
    content: " ";
    left: 0;
    position: absolute;
    top: 1px;
}

.service-box ul li a, .service-box.downloads-box ul li a {
    padding: 0 0 1px 17px;
    color: #424242;
    display: inline-block;
}

.service-box.standard-link ul li a {
    color: #424242;
}

.service-box.downloads-box ul li a {
    background-position: -837px -92px;
}
.service-box.downloads-box ul li a span {
    color: #424242;
}

.service-box.banner-box {
    margin-bottom: 3px;
    padding-top: 15px;
}

.service-box.banner-box img {
    margin: 0 -15px 15px -15px;
}


/* socials */

.service-box.socials-box {
    padding: 0 0 10px 0;
    border: none;
    margin: 100px -28px 0 63px;
    background: url(../_img/bg-socials-box.png) right bottom no-repeat;
    text-align: left;
}

.service-box.socials-box div.share {
    background: #f6f6f5;
    border: 1px solid #c9c9c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-bottom-right-border-radius: 0;
    -moz-bottom-right-border-radius: 0;
    border-bottom-right-radius: 0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6f5), to(#bdbdbd));
    background: -webkit-linear-gradient(#f6f6f5, #bdbdbd);
    background: -moz-linear-gradient(#f6f6f5, #bdbdbd);
    background: -ms-linear-gradient(#f6f6f5, #bdbdbd);
    background: -o-linear-gradient(#f6f6f5, #bdbdbd);
    background: linear-gradient(#f6f6f5, #bdbdbd);
    -pie-background: linear-gradient(#f6f6f5, #bdbdbd);
    -webkit-box-shadow: #c9c9c8 0px 0px 2px;
    -moz-box-shadow: #c9c9c8 0px 0px 2px;
    box-shadow: #c9c9c8 0px 0px 2px;
    behavior: url(PIE.htc);
    width: 153px;
    padding: 5px 5px 5px 15px;
}

#mobile-menu-wait {
    display:none;
    margin-left: 2em;
}


/* ---------------
footer definitions
--------------- */

#footer p {
    color: #424242;
    font-size: 91.7%;
    text-align: center;
}

#footer p a {
    color: #424242;
}

#footer p#footer-top {
    position: absolute;
    bottom: 45px;
    right: -34px;
}

#footer p#footer-top a {
    display: block;
    width: 28px;
    height: 28px;
    display: block;
    text-indent: -9999px;
    text-align: left;
    background: url(../_img/sprite-24.png) no-repeat -223px 0;
}



/* -------------
form definitions
------------- */

#content form {
    background: #e6e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    padding: 10px;
    width: 584px;
    margin-bottom: 1.5em;
}

#content .form-box {
    position: relative;
    overflow: visible !important;
    margin-bottom: 2em;
}

#content .form-box:after {
    background: url(../_img/bg-content-box-3-cols.png) no-repeat top center;
    height: 16px;
    background-color:#339;
    content: ".";
    color: #fff;
    width: 550px;
    display: block;
    position: absolute;
    bottom:-16px;

}

#content form fieldset {
    border: none;
}

#content form h3 {
    background: #c8c8c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    margin: -10px -10px 1em -10px;
    padding: 8px 10px;
    display: block;
    font-weight: bold;
}

#content form p {
    margin-bottom: 1em;
    overflow: hidden;
}

#content form label {
    display: block;
    margin-bottom: 0.3em;
}

#content form input, #content form select, #content form textarea {
    background: #f1f0f0;
    border-top: 1px solid #828282;
    border-left: 1px solid #828282;
    border-bottom: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    height: 18px;
    padding: 3px 5px;
    width: 572px;
}

#content form input.small-input {
    width: 140px;
}

#content form input[type=checkbox], #content form input[type=radio] {
    background: none;
    border: none;
    width: auto;
    margin-right: 5px;
    float: left;
    clear: left;
    height: auto;
}

#content form input[type=file] {
    height: auto;
}

#content form select {
    height: 28px;
    width: 584px;
    background:url(../_img/bg-form-select.png) repeat-x top left #bdbcbd;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #828282;
    border-right-color: #828282;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
}

#content form select option {
    padding: 3px 8px;
}

#content form textarea {
    width: 584px;
    height: 100px;
    font-size: 100%;
}

#content form input:hover, #content form input:focus, #content form select:hover, #content form select:focus, #content form textarea:hover, #content form textarea:focus {
    background: #f9f9f8;
}

#content form span {
    display: block;
    float: left;
    margin-bottom: 0.1em;
}

#content form span.mandatory {
    float: none;
    display: inline-block;
    margin: 0;
}

#content form img {
    vertical-align: -7px;
    margin-left: 10px;
}

#content form input[type=submit], #content form input[type=reset], #content form input[type=button], button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(PIE.htc);
    width: auto;
    padding: 5px 22px;
    color: #fff;
    border: none;
    height: auto;
    cursor: pointer;
    margin-right: 10px;
}
#content form input[type=button] {background: #828282}

#content label a.select-cal {
    text-indent:-9999px;
    width: 18px;
    height: 18px;
    background:url(../_img/sprite-24.png) no-repeat -149px -40px;
    display: inline-block;
}

#content .add-comment form {
    background: none;
    padding: 0;
    width: 604px;
}

#content .add-comment form label {
    width: 125px;
    padding-right: 10px;
    float: left;
    display:inline-block;
}

#content .add-comment form input {
    width: 445px;
}

#content .add-comment form textarea {
    width: 445px;
}

#content .add-comment form input[type=submit] {
    width: auto;
    margin-left: 135px;
}

#content .add-comment form input[type=reset] {
    width: auto;
}


/* ---------------
teaser definitions
--------------- */

.emh-teaser {
    margin: 2em 0 1.5em 0;
    overflow: hidden;
    clear: both;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #cecece 0px 0px 3px;
    -moz-box-shadow: #cecece 0px 0px 3px;
    box-shadow: #cecece 0px 0px 3px;
    background: #FEFEFE;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFEFE), to(#edecec));
    background: -webkit-linear-gradient(#FEFEFE, #edecec);
    background: -moz-linear-gradient(#FEFEFE, #edecec);
    background: -ms-linear-gradient(#FEFEFE, #edecec);
    background: -o-linear-gradient(#FEFEFE, #edecec);
    background: linear-gradient(#FEFEFE, #edecec);
    -pie-background: linear-gradient(#FEFEFE, #edecec);
    position: relative;
}

.emh-teaser:after {
    background: url(../_img/emh/bg-content-box-3-cols.png) no-repeat top center #093;
    height: 16px;
    content: ".";
    width: 500px;
    display: block;
    position: absolute;
    bottom:-16px;
    color: #fff;
}

.emh-teaser h3 {
    margin: 0;
    text-transform: uppercase;
    padding: 12px;
    font-weight: normal;
    color: #fff;
    font-size: 108.4%;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    behavior: url(PIE.htc);
    font-size: 123.08%;
}

.emh-teaser span.teaser-boxes-info {
    float: right;
    text-transform: lowercase;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.emh-teaser span.teaser-boxes-info:hover + span {
    display: inline;
}

.emh-teaser h3 span.teaser-boxes-copyright {
    position: absolute;
    top: 40px;
    right: 30px;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: initial;
    display: none;
    z-index: 99;
}

#content .emh-teaser ul {
    list-style-type: none;
    margin: 0;
    width:829px;
    height: 255px;
    white-space: nowrap;
    padding: 0;
}

.three-cols #content .emh-teaser ul {width: 604px; height: 208px; top: 0;}
.two-cols.subpage #content .emh-teaser ul {width: 746px; height: 224px; top: 0;}

#content .emh-teaser ul li {
    padding: 0;
    background: none;
    margin: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 829px;
    height: 255px;
    display:inline-block;
}

.three-cols #content .emh-teaser ul li {width: 604px; height: 208px; vertical-align:top;}
.two-cols.subpage #content .emh-teaser ul li {width: 746px; height: 224px; vertical-align:top;}

#content .emh-teaser ul dl {
    width: 829px;
    overflow: hidden;
}

#content .emh-teaser.emh-t-image ul dl {height: 255px; position: relative}
.three-cols #content .emh-teaser.emh-t-image ul dl {height: 208px; }
.two-cols.subpage #content .emh-teaser.emh-t-image ul dl {height: 224px; }

#content .emh-teaser ul dt {width: 567px; float: left;}
#content .emh-teaser ul dd {width: 232px; float: left; padding: 15px; white-space: normal; font-size:92.3%}
.three-cols #content .emh-teaser ul dl {width: 604px}
.three-cols #content .emh-teaser ul dt {width: 406px}
.three-cols #content .emh-teaser ul dd {width: 168px}
.two-cols.subpage #content .emh-teaser ul dl {width: 746px}
.two-cols.subpage #content .emh-teaser ul dt {width: 509px}
.two-cols.subpage #content .emh-teaser ul dd {width: 207px}

#content .emh-teaser.emh-t-image ul dt {position: absolute; width:829px; height: 255px}
.three-cols #content .emh-teaser.emh-t-image ul dt {width:604px; height: 208px}
.two-cols.subpage #content .emh-teaser.emh-t-image ul dt {width:746px; height: 224px}

#content .emh-teaser.emh-t-image ul dd, .three-cols #content .emh-teaser.emh-t-image ul dd, .two-cols.subpage #content .emh-teaser.emh-t-image ul dd {position: absolute; right: 0; bottom: 15px; width: 418px; padding: 10px 15px; background:rgba(0,0,0,0.4); color: #fff}


#content .emh-teaser.emh-t-image ul dd h6 {font-size: 145.45%; color: #fff; font-weight: normal; margin-bottom: 0.1em}
#content .emh-teaser.emh-t-image ul dd h4 {font-size: 200%; color: #fff; margin-bottom: 0.5em;}
#content .emh-teaser.emh-t-image ul dd p {}

#content .content-box .news-cat a { text-transform: uppercase; text-decoration: none; }
#content .content-box .news-cat a::after { content: " | "; }
#content .content-box .news-cat a:hover:after {text-decoration: none; }
#content .content-box .news-cat a:last-child::after { content: none }
#content .content-box .news-cat a span.active { text-decoration: underline; }
#content .content-box .news-cat a:hover span { text-decoration: underline; }

#content .emh-teaser p.emh-teaser-pager {
    position: absolute;
    left: 15px;
    top: 64px;
}

#content .emh-teaser p.emh-teaser-pager a, #content .emh-reference p.emh-teaser-pager a {
    display: inline-block;
    width: 11px;
    padding: 0;
    border: 1px solid #e4e2e1;
    background: none;
    margin-right:6px;
    height: 11px;
    background: #fff;
    text-indent: -9999px;
}

.emh-teaser p.teaser-box-more {
    text-align: right;
}
.three-cols #content .emh-teaser p.teaser-box-more {margin-top: -0.5em}

#content .emh-teaser p.teaser-box-more a {
    color: #fff;
    padding: 5px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}




/* clear me baby */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    display: inline-table;
}
.clear {
    display: block;
}
