.issuuembed.issuu-isrendered {
  width: 100%!important;
}

.divider hr, hr.ce-div {
  border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 3px solid #ececec;
}
/*colors*/
body {
  color: #4e4e4e;
  background: #ffffff;
  
}
#main header, footer header {position:inherit !important;background:none;}
#main .first-headline header {position:relative !important;width:80%;}
.csc-space-before-extra-small,
.frame-space-before-extra-small {
  margin-top: 50px !important; }

.csc-space-before-small,
.frame-space-before-small {
  margin-top: 75px !important; }

.csc-space-before-medium,
.frame-space-before-medium {
  margin-top: 100px !important; }

.csc-space-before-large,
.frame-space-before-large {
  margin-top: 200px !important; }

.csc-space-before-extra-large,
.frame-space-before-extra-large {
  margin-top: 300px !important; }

.csc-space-after-extra-small,
.frame-space-after-extra-small {
  margin-bottom: 20px !important; }

.csc-space-after-small,
.frame-space-after-small {
  margin-bottom: 35px !important; }

.csc-space-after-medium,
.frame-space-after-medium {
  margin-bottom: 50px !important; }

.csc-space-after-large,
.frame-space-after-large {
  margin-bottom: 75px !important; }

.csc-space-after-extra-large,
.frame-space-after-extra-large {
  margin-bottom: 120px !important; }

a {
  color: #0096ba;
}


.subtext {
  color: #666666;
}

.sf-menu > li:hover .subtext {
  color: #000000;
}

footer {
  background:#4d4d4d;
  color: #a6a6a6;
}


footer a {
  color: #a6a6a6;
}
.footerhome {
  background:#e3e3e2;
  color:#5e5e5e;
}
footer h2,
footer h4,
footer h5 {
  color: #818181;
}

.footernav-wrapper {
  
}
.footernav a {
  color: #a6a6a6;
}

.pagetitle, .st-wrapper h3,.masterhead-image,.masterhead-image h2 {
  color: #FFFFFF;
}

.breadcrumb, .breadcrumb a {
  color: #989898;
}

h2 {
  color: #808080;
}
h3,h4,h4 a {
  color: #000000;
}
.first-headline.category0 {
  background: #808080;
}
.first-headline.category3,
.first-headline.category3,
.leben-header {
  background: #ca4c5a;
}
.first-headline.category1,
.first-headline.category1,
.first-headline.category8,
.first-headline.category8,
.glaube-header{
  background: #0fa1c6;
}
.first-headline.category5,
.first-headline.category7,
.frauen-header{
  background: #e8c65a;
}
.first-headline.category2,
.first-headline.category2,
.politik-header{
  background: #b7d034;
}
.first-headline.category4,
.first-headline.category4,
.kirche-header{
  background: #d270ab;
}
.first-headline.category6,
.first-headline.category6,
.allg-header{
  background: #d9d9d9;
}
.first-headline.category104,
.leben-header {
  background: #808080;
}
.category104 h3 {
  color: #808080;
}
.category3 h3,
.category3 h3 {
  color: #ca4c5a;
}
.category1 h3,
.category1 h3,
.category8 h3,
.category8 h3
{
  color: #0fa1c6;
}
.category5 h3,
.category7 h3{
  color: #e8c65a;
}
.category2 h3,
.category2 h3{
  color: #b7d034;
}
.category4 h3,
.category4 h3{
  color: #d270ab;
}
.category6 h3,
.category6 h3{
  color: #d9d9d9;
}

.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 47%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}
.list-slider .category {
  background: #808080;
}
.list-slider .category104 {
  background: #808080;
}
.list-slider .category3 {
  background: #ca4c5a;
}

.list-slider .category1, .list-slider .category8{
  background: #0fa1c6;
}

.list-slider .category5{
  background: #e8c65a;
}

.list-slider .category2{
  background: #b7d034;
}

.list-slider .category4{
  background: #d270ab;
}

.list-slider .category6{
  background: #d9d9d9;
}
.list-slider .category7{
  background: #e8c65a;
}

.list-slider hr {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
}
.list-slider h3 ,.list-slider a{
  color: #fff !important;
  margin-bottom: 0;
}
.list-slider h4 ,.list-slider h5{
  color: #fff !important;
}
ul.arrow-list li:hover {
  background: #f2f2f2;
}
a.link-button-slider {
  padding: 7px 20px 5px;
  border: 2px solid #ffffff;
  
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms, border 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms, border 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms, border 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms, border 300ms ease-out 0ms;
}
a.link-button-slider:hover {
  background: #ffffff;
  color: #808080;
}


/*fontstyles
font-family:'Corporate S W01 Light';
font-family:'CorporateSW01-LightSC';
font-family:'CorporateSW01-LightItal';
font-family:'Corporate S W01 Regular';
font-family:'CorporateSW01-RegularSC';
font-family:'Corporate S W01 Italic';
font-family:'Corporate S W01 Medium';
font-family:'CorporateSW01-MediumSC';
font-family:'CorporateSW01-MediumIta';
font-family:'Corporate S W01 Demi';
font-family:'Corporate S W01 Demi SC';
font-family:'CorporateSW01-DemiItali';
font-family:'Corporate S W01 Bold';
font-family:'Corporate S W01 Bold SC';
font-family:'CorporateSW01-BoldItali';
font-family:'CorporateSW01-Extrabold 885809';
font-family:'CorporateSW01-Extrabold 885812';
font-family:'CentennialLTW01-45Light';
font-family:'CentennialLTW01-46Light';
font-family:'CentennialLTW01-55Roman';
font-family:'CentennialLTW01-56Itali';
font-family:'CentennialLTW01-75Bold';
font-family:'CentennialLTW01-76BoldI';
font-family:'CentennialLTW01-95Black';
font-family:'CentennialLTW01-96Black';
font-family:'LT Centennial W01SC 45 Lt SC';
font-family:'LT Centennial W01SC 55 Rm SC';
*/

body,
input,
textarea,
input[type=checkbox] + label,
input[type=radio] + label,
blockquote p.source {
  font-family: 'Corporate S W01 Light', Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
  line-height: 1.333em;
  margin-bottom: 40px;
}
h2 {
  font-family: 'CentennialLTW01-45Light', Arial, Verdana, sans-serif;
  font-size: 2.125em;
  line-height: 1.231em;
  margin-bottom: 30px;
}

.masterhead-image h2 {
  font-size: 2.556em;
  line-height: 1.174em;
  margin-top: 50px;  
  margin-bottom: 30px;
}
h3 {
  font-family: 'Corporate S W01 Bold', Arial, Verdana, sans-serif;
  font-size: 1.375em;
  line-height: 1.366em;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
h3.underline {
  border-bottom: 1px solid #ececec;
}
h4, .news-list-view h4 {
  font-family: 'Corporate S W01 Bold', Arial, Verdana, sans-serif;
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 10px;
}
.news-list-view h4 a {
  text-decoration: none;
}

.first-headline h1 {
  font-family: 'Corporate S W01 Bold', Arial, Verdana, sans-serif;
  font-size: 2.625em;
  line-height: 0.933em;
  color: #ffffff;
}

p {
  margin-bottom: 16px;
}
.masterhead-image p {
  font-size: 1.333em;
  line-height: 1.5em;
}

a {text-decoration: none;}

.sf-menu {
  font-family: 'CentennialLTW01-45Light', Arial, Verdana, sans-serif;
  font-size: 1.125em;
}
.subtext {
  font-family:'Corporate S W01 Bold', Arial, Verdana, sans-serif;
  font-size: 0.875em;
  float: left;
  white-space: normal;
  width: 135px;
  padding-top: 28px;
}

a.link-button, a.more,.eventsubmit {
  font-family:'Corporate S W01 Demi', Arial, Verdana, sans-serif;
  line-height: 1.188em;
  text-decoration: none;
  cursor: pointer;
}

strong {font-family: 'Corporate S W01 Bold', Arial, Verdana, sans-serif;}

.langmenu, .topmenu, .sf-menu, .pagetitle, .breadcrumb, .footernav-wrapper, footer {
  line-height: 1em;
}

.topmenu a {
  font-family: 'Corporate S W01 Bold', Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 0.75em;
  text-decoration: none;
  line-height: 2.5em;
}

.topmenu a:hover {
  color: #898989;
}

footer {
  font-family:'Corporate S W01 Regular', Arial, Verdana, sans-serif;
  font-size: 0.813em;
  line-height: 1.231em;
  padding-top: 30px;
}

footer h2 {
  font-family:'CentennialLTW01-45Light', Arial, Verdana, sans-serif;
  font-size: 1.538em;
  line-height: 1.8em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #818181;
}
footer p {
  margin-bottom: 1.538em;
}

/*general styles*/
img, embed, object, video {
  max-width: 100%;
  height: auto;
  width: auto;
}

table {width: 100%;}

div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
  display: block;
  margin: 0;
}
div.csc-textpic-left .csc-textpic-imagewrap {
  float: none;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.wrapper {
  margin: 0 auto;
  /*overflow: hidden;*/
  max-width: 1080px;
  width: 96%;
  position: relative;
}

.screen .wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 98vw;
  width: 98%;
  position: relative;
}

.wrapper .wrapper {
  width: 100%;
}

.addons-wrapper {
  margin: 0 auto;
  /*overflow: hidden;*/
  max-width: 1080px;
  width: 96%;
  position: relative;
}
.footerhome {
  font-size: 0.667em;
  line-height: 1.667em;
}

.footerhome h4 {
  font-family: 'FrutigerLTW01-55Roman', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 1.167em;
  margin-bottom: 18px;
}
.footerhome h5 {
  font-family: 'FrutigerLTW01-55Roman', Arial, Verdana, sans-serif;
  margin-bottom: 1em;
}
.footernav-wrapper li a {
  font-family: 'Corporate S W01 Bold', Arial, Verdana, sans-serif;
  text-decoration: none;
  line-height: 1.3846em;
}
.footernav-wrapper li a:hover {
  color: #ffffff;
}
.st-wrapper h1,
.st-wrapper h2,
.st-wrapper p.slider-headline{
  font-family: 'Corporate S W01 Bold', Arial, Verdana, sans-serif;
  font-size: 2.813em;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1em;
  color: #ffffff;
}
.st-wrapper  p {
  font-family: 'FrutigerLTW01-55Roman', Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.556em;
  margin-bottom: 0;
}

.st-wrapper  a.link-button-slider {
  font-family: 'Corporate S W01 Demi', Arial, Verdana, sans-serif;
  line-height: 4em;
  text-decoration: none;
}

.pagetitle {
  font-size: 2em;
}
.breadcrumb {
  font-size: 0.667em;
}

.breadcrumb a {
  text-decoration: none;
}

#main ol {
  list-style: decimal;
  margin-left: 30px;
}

/*header*/

.stuck {
  position: fixed;
  top: 88px;
  width: 100%;
  z-index: 10;
}

header.main {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
}


.header-shadow {
  position: absolute;
  background: url(../_images/ebz_web_trenner.png) center top no-repeat;
  background-size: 100%;
  height: 40px;
  top: 178px;
  width: 100%;
}
header.main .wrapper {
  height: 178px;
}

header.main #logo {
  right: 0;
  margin: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50px;
}

header.main #logo a {
  background: url(../_images/ebz_web_logo.png) left center no-repeat;
  display: block;
  height: 103px;
  width: 247px;
}

header.main #logo a.smalllogo {
  background: url(../_images/ebz_web_logo_small.png) left center no-repeat;
  display: block;
  height: 103px;
  width: 247px;
}
header.main .addons {
  position: absolute;
  width: 100%;
  height: 32px;
  background: url(../_images/ebz_web_top_bg.png) no-repeat bottom center #bebebe;
  
}

header.main .wrapper .langmenu {
  left: 627px;
  top: 0;
  margin: 0;
  position: absolute;
  text-decoration: none;
  font-family: "FrutigerLTW01-55Roman",Arial,Verdana,sans-serif;
  font-size: 0.667em;
  color: #ffffff;
  background: #45b3d0;
  z-index: 1000;
}
header.main .wrapper .langmenu a {
  color: #009fc2;
  text-decoration: none;
  font-family: "FrutigerLTW01-55Roman",Arial,Verdana,sans-serif;
}

header.main .wrapper .langmenu ul {}

header.main .wrapper .langmenu ul li.langselect {
  padding: 8px 21px;
}
header.main .wrapper .langmenu ul li.langselect .act{
  color:#000000;
}
header.main .wrapper .langmenu ul li.langselect:hover {
  
}

header.main .wrapper .langmenu ul ul {
  width: 110px;
  position: absolute;
  padding: 0;
  background: #fff;
}

header.main .wrapper .langmenu ul ul li{
  padding: 5px 19px;
  border-bottom: 1px solid #0092bc;
}

header.main .wrapper .langmenu ul ul li.last{
  border-bottom: none;
}

header.main .wrapper .langmenu ul ul {
  display: none;
  left: 0;
  top: 28px;
  width: 100%;
}

header.main .wrapper .langmenu ul li.langselect:hover ul {
  display: block;
}

header .topmenu {
  position: absolute;
  left: 15px;
  z-index: 1000;
  padding-top: 3px;
}
header .topmenu li {
  float: left;
  display: block;
}
header .topmenu li a{
  padding-right: 28px;
}

.nav-wrapper {
  position: absolute;
  left: 0;
  z-index: 100;
  top: 32px;
}
div#main {
  padding: 60px 0;
}
div#main.default {
  padding: 0;
}
div#main.screen {
  padding: 20px;
}
.first-headline {
  position: relative;
  height: 230px;
}
.first-headline .wrapper {
  min-height: 100%;
}

.first-headline .wrapper div {
  position: absolute;
  bottom: 20px;
}

.right-padding {
  padding-right: 25px;
}

.footerhome .wrapper {
  padding: 60px 0;
}

footer {
  
}

.footer-contact {
  padding-top: 22px;
}

.footernav-wrapper ul li {
  display: block;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #606060;
}

.footercontent {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 100px;
}

.socialmenu {
  position: absolute;
  left: 796px;
  top: 20px;
}

.socialmenu li {
  display: block;
  float: left;
  margin-right: 25px;
}

.socialmenu a {
  text-indent: -9999px;
  display: block;
  height: 21px;
  width: 22px;
}

.socialmenu a.xing {
  background: url(../_images/rm_web_socialmedia_xing.png) no-repeat;
}
.socialmenu a.twitter {
  background: url(../_images/rm_web_socialmedia_twitter.png) no-repeat;
}
.socialmenu a.linkedin {
  background: url(../_images/rm_web_socialmedia_linkedin.png) no-repeat;
}
.socialmenu a.youtube {
  background: url(../_images/rm_web_socialmedia_youtube.png) no-repeat;
}
.socialmenu a.delicious {
  background: url(../_images/rm_web_socialmedia_delicious.png) no-repeat;
}


.pagetitle {
  background: #349bbe;
  padding: 28px 0;
}
.pharma .pagetitle {
  background: #c1dbbe;
}
.hospital .pagetitle {
  background: #9ecccc;
}
.pagetitle.stuck {
  font-size: 1.25em;
  padding: 20px 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.breadcrumb {
  background: #efefef;
  padding: 14px 0;
}
.breadcrumb li {
  float: left;
  display: block;
}

.breadcrumb .postImg {
  background: url(../_images/rm_web_breadcrumb.png) no-repeat;
  width: 6px;
  height: 10px;
  float: right;
  margin: 2px 10px 0;
}

.contentslider {width: 100%;}
.contentslider.rsMinW .rsArrowLeft, .contentslider.rsMinW .rsArrowRight {
  bottom: 45%;
}

.royalSlider > .rsContent {
  visibility: hidden; }
#full-width-slider {
  width: 100%;
  height: 380px !important;
  margin: 0 auto;
  margin-top: 178px;
  background: #e2e2e2;
}
.royalSlider img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.rsContent {
  color: #FFF;
  float: left;
}
.st-wrapper {
  bottom: 20%;
  margin: 0 auto;
  position: absolute;
  width: 1080px;
  max-width: 96%;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.infoBlock {
  position: relative;
  left: 0;
  top: 0px;
  max-width: 50%;
  padding-bottom: 0;
  overflow: hidden;
}

a.subsite-link:hover {
  color: #349bbe;
  text-decoration: none;
  background: url(../_images/rm_web_link_arrow_hover.png) 20px center no-repeat #ffffff;
  display: block;
  padding: 18px 10px 18px 56px;
  border: 2px solid #349bbe;
}

.masterhead-image {
  min-height: 40vmin;
  overflow: hidden;
  position: relative;
}
.masterhead-image .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.masterhead-image .wrapper {
  text-align: left;
}
.news-backlink-wrap a,
a.more, a.link-button {
  padding: 7px 20px 5px;
  border: 2px solid #808080;
  background: #ffffff;
  color: #808080;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.eventsubmit {
  padding: 2px 20px 3px;
  border: 2px solid #808080;
  background: #ffffff;
  color: #808080;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.news-backlink-wrap a:hover,
a.more:hover, a.link-button:hover {
  background: #808080;
  color: #ffffff;
}

a.footerbutton {
  width:100%;
  text-align:center;
  display: inline-block;
  padding: 7px 20px 5px;
  border: 2px solid #787878;
  background: #787878;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}

a.footerbutton:hover {
  background: #4D4D4D;
  color: #ffffff;
}

.leben,.glaube,.frauen,.politik,.kirche,.allg {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.leben a.link-button,.category3 a.link-button,.category3 .eventsubmit {
  display: inline-block;
  border: 2px solid #ca4c5a;
  background: #ffffff;
  color: #ca4c5a;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.leben a.link-button:hover,.category3 a.link-button:hover,.category3 .eventsubmit:hover {
  background: #ca4c5a;
  color: #ffffff;
}

.glaube a.link-button,.category1 a.link-button,.category1 .eventsubmit,.category8 a.link-button,.category8 .eventsubmit {
  border: 2px solid #0fa1c6;
  background: #ffffff;
  color: #0fa1c6;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.glaube a.link-button:hover,.category1 a.link-button:hover,.category1 .eventsubmit:hover,.category8 a.link-button:hover,.category8 .eventsubmit:hover {
  background: #0fa1c6;
  color: #ffffff;
}
.frauen a.link-button,.category5 a.link-button,.category5 .eventsubmit,.category7 a.link-button,.category7 .eventsubmit {
  border: 2px solid #e8c65a;
  background: #ffffff;
  color: #e8c65a;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.frauen a.link-button:hover,.category5 a.link-button:hover,.category5 .eventsubmit:hover,.category7 a.link-button:hover,.category7 .eventsubmit:hover {
  background: #e8c65a;
  color: #ffffff;
}
.politik a.link-button,.category2 a.link-button,.category2 .eventsubmit {
  border: 2px solid #b7d034;
  background: #ffffff;
  color: #b7d034;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.politik a.link-button:hover,.category2 a.link-button:hover,.category2 .eventsubmit:hover {
  background: #b7d034;
  color: #ffffff;
}
.kirche a.link-button,.category4 a.link-button,.category4 .eventsubmit {
  border: 2px solid #d270ab;
  background: #ffffff;
  color: #d270ab;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.kirche a.link-button:hover,.category4 a.link-button:hover,.category4 .eventsubmit:hover {
  background: #d270ab;
  color: #ffffff;
}
.allg a.link-button,.category6 a.link-button,.category6 .eventsubmit {
  border: 2px solid #808080;
  background: #ffffff;
  color: #808080;
  text-decoration: none;
  -webkit-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms; /* property duration timing-function delay */
  -moz-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  -o-transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
  transition: background 300ms ease-out 0ms, color 300ms ease-out 0ms;
}
.allg a.link-button:hover,.category6 a.link-button:hover,.category6 .eventsubmit:hover {
  background: #808080;
  color: #ffffff;
}
.mobileopener {
  position: absolute;
  z-index: 100;
}
#mm-0>li {
  margin-right: 20px;
}
.mm-menu {
  z-index: 10;
}
.mm-menu {
  background: #ffffff;
  color: #777777;
  font-family: "CentennialLTW01-45Light",Arial,Verdana,sans-serif;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  display: none;
}
.mm-menu .mm-list {
  padding: 80px 0px;
}
.mm-header {
  background: url(../_images/ebz_web_logo_small_nav.png) 20px 25px no-repeat #ffffff;
  height: 100px;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 100px;
}
.mm-menu>.mm-list {font-size: 1.5em;}
.mm-list > li > a, .mm-list > li > span {
  padding: 15px 10px 15px 20px;
  
}
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0) none repeat scroll 0% 0%;
  width: 40px;
  height: 100%;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 2;
}
.mm-list a.mm-subopen::before {
  border-left-width: 0px;
}

.mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before {
  border-color: #777777;
}


/* events */

.jplist-panel .jplist-date-picker-range input[type="text"] {width: 100px !important;}

.tx-sl-ebz-events .list.box.text-shadow {
  margin: 1em 0;
}

.tx-sl-ebz-events .list.box.text-shadow hr {
  background: transparent;
  border: none;
  border-bottom: 1px solid #aeaeae;
}

.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-drop-down {
  margin-bottom: 10px;
}
.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-drop-down,
.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-dd-panel,
.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-drop-down ul,
.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-select,
.jplist-panel input[type="text"]{
  width: 100% !important;
}

.tx-sl-ebz-events .list-item.box {
  padding: 20px 0;
}
.tx-sl-ebz-events .list-item.box .wrapper.category4,
.tx-sl-ebz-events .list-item.box .wrapper.category5 {
  outline: none;
}

.tx-sl-ebz-events .eventcontent {
  padding: 20px 0;
  }

.tx-sl-ebz-events .feetext {
  display: inline-block;
  margin: 0;
}
.tx-sl-ebz-events li {
  margin-bottom: 10px;
}

.tx-sl-ebz-events h3 {
  margin-bottom: 0;
}
.tx-sl-ebz-events .detailbutton,
.tx-sl-ebz-events .eventbutton {
  margin: 20px 0 50px;
  cursor: pointer;
}

.tx-sl-ebz-events input[type=text],.tx-sl-ebz-events textarea {
  width: 100%;
}

.tx-sl-ebz-events .event-beschreibung {
  margin: 1em 0 2em;
}
.tx-sl-ebz-events .buchungsformular {
  margin: 2em 0 2em;
}
.tx-sl-ebz-events .buchungsformular .hide {
  display: none;
}
.tx-sl-ebz-events .buchungsformular input[type=submit] {
  width: 100%;
  margin: 1.5em 0;
}
/*
LAYOUT
*/
#hamburger
{
  box-sizing: border-box;
  display: none;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left:  0px;
}
#hamburger:before
{
  top: 10px;
}
#hamburger span
{
  top: 20px;
}
#hamburger:after
{
  top: 30px;
}
/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span
{
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after
{
  top: 20px;
}
html.mm-opening #hamburger span
{
  left: -50px;
  opacity: 0;
}
html.mm-opening #hamburger:before
{
  transform: rotate( 45deg );
}
html.mm-opening #hamburger:after
{
  transform: rotate( -45deg );
}


.mobileopener {display: none;}

@media screen and (min-width:768px) {
header.main {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
}
}
@media screen and (max-width:960px)  {
header.main #logo a.smalllogo,
header.main #logo a {
  width: 80px;
}
.sf-menu > li {
  width: 8.5em;
  padding: 37px 7px 27px;
}
.sf-menu ul li a {
  padding: 0px 7px 1em;
}
}

@media screen and (min-width:960px) and (min-height:660px) {
header.main {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
}
}

@media screen and (min-width:960px) and (min-height:1000px) {
header.main {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
}

}



@media screen and (min-width: 0px) and (max-width: 800px) {
header {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
}
}



@media screen and (min-width: 0px) and (max-width: 1200px) {  
header {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
}
}



@media screen and (min-width: 0px) and (max-width: 768px) {
header {
  background: #FFFFFF;
  position: inherit;
  width: 100%;
  z-index: 20;
  top: 0;
}
.addons-wrapper {
  text-align: center;
}

.nav-wrapper {
  display: none;
}
header .topmenu {
  padding-top: 3px;
  margin: 0px auto;
  left: 0;
  position: relative;
  display: inline-block;
}
header .topmenu li a {
  padding-left: 14px;
  padding-right: 14px;
}
#hamburger
{
  display: block;
}


}

@media only screen and (max-width: 768px) {
a.more,
a.link-button,
.glaube a.link-button,
.frauen a.link-button,
.politik a.link-button,
.allg a.link-button,
.kirche a.link-button,
.leben a.link-button {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 12px 20px 10px;
}
header {
  background: #FFFFFF;
  position: inherit;
  width: 100%;
  z-index: 20;
}
header.main #logo a.smalllogo,
header.main #logo a {
  width: 80px;
}
.sf-menu > li {
  width: 8.5em;
  padding: 37px 7px 27px;
}
.sf-menu ul li a {
  padding: 0px 7px 1em;
}
.rsMinW .rsArrow {
  display: none;
}
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
  overflow: show;
}



.contentslider.rsMinW .rsArrowLeft, .contentslider.rsMinW .rsArrowRight {
  bottom: 40%;
}
.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
}

@media only screen and (max-width: 667px) {
body,
input,
textarea,
input[type=checkbox] + label,
input[type=radio] + label,
blockquote p.source {
  line-height: 1.4em;
}
header {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  z-index: 20;
}
header.main #logo a.smalllogo,
header.main #logo a {
  width: 280px;
  background: url(../_images/ebz_web_logo-responsive.png) no-repeat;
}
header.main .addons {
  display:none;
}
header.main .wrapper {
  height: 146px;
}
header.main #logo {
  top: 38px;
  left: 0;
  margin: 0px auto;
  right: 0;
  width: 80px;
  overflow: hidden;
}
#hamburger {
  top: 48px;
}
.header-shadow {
  top: 146px;
}
.headerspacer {padding-top:0!important;}
footer {
  font-family: "Corporate S W01 Regular",Arial,Verdana,sans-serif;
  font-size: 1em;
  line-height: 1.231em;
  padding-top: 30px;
}
.topmenu a {
  font-size: 1em;
}
.wrapper {
  margin: 0px auto;
  max-width: 1080px;
  width: 90%;
  position: relative;
}
#full-width-slider {
  margin-top: 0;
}
.st-wrapper {
  bottom: 80%;
  height: 184px;
  margin: 0px auto;
  
  position: relative;
  width: 1080px;
  max-width: 90%;
  font-size: 0.7em;
}
.st-wrapper .link-button-slider{
  
  font-size: 17px;
}
.infoBlock {
  position: relative;
  left: 0px;
  top: 20px;
  max-width: 100%;
  padding-bottom: 0px;
  overflow: hidden;
}
a.link-button-slider {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 2em;
}
.st-wrapper a.link-button-slider {
  line-height: 2em;
}

.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
}

@media only screen and (max-width: 768px) {
	header.main {
    background: #FFFFFF;
    position: inherit;
    width: 100%;
    z-index: 20;
    top: 0;
}
  footer header {background:none;}
}
@media only screen and (max-width: 600px) {
.jplist-panel {
    display: block !important;
}
  .tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-drop-down,
.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-dd-panel,
.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-drop-down ul,
.tx-sl-ebz-events .jplist-panel.box.panel-top .jplist-select,
.jplist-panel input[type="text"]{
  width: 100% !important;
}
}
