a.navigation_breadcrumb {
text-decoration: none;
color: #222222;
}
a.navigation_breadcrumb:hover {
color: #00037d;
text-decoration: underline;
}
div.s_sd_af {
text-align: right;
}
input.s_sd_af_input_text {
width: 70%;
margin-right: 2%;
height: 1.5em;
border: 1px solid #999999;
background-color: #ffffff;
}
input.s_sd_af_input_submit {
border: 1px solid #999999;
border-radius: 0.3em;
width: 2em;
height: 2em;
background-image: url('../upload/bullets/icon-start-search.png');
background-repeat: no-repeat;
background-size: cover;
background-color: #ffffff;
}
input.s_sd_af_input_submit:hover {
border: 1px solid #000000;
cursor: pointer;
}
div.st_box {
border-top: 1px solid #777777;
}
div.st_box_teaser {
border-bottom: 1px solid #777777;
background-color: transparent;
transition: 0.5s;
clear: both;
overflow: hidden;
}
div.st_box_teaser:hover {
background-color: #dae4d2;
transition: 0.5s;
cursor: pointer;
}

/*
div.st_box_teaser span {
  position: relative;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  visibility: hidden;
  display: none;
}
div:hover.st_box_teaser span {
  visibility: visible;
  opacity: 0.8;
  margin-right: 0%;
  z-index: 999;
  display:block;
}
*/

div.st_box_teaser_left,
div.st_box_teaser_right {
padding: 2%;
float: left;
}
div.st_box_teaser_left {
width: 5%;
}
div.st_box_teaser_right {
width: 85%;
}
div.st_box_teaser_left img {
width: 1.5em;
height: 1.5em;
}

div.st_box_teaser h2 {
margin: 0em;
font-size: 1.5em;
}

div.st_box_teaser p {
color: #333333;
}
div.st_box_teaser:hover p {
color: #000000;
}

p.st_hint_noscript {
border: 1px solid #ff0000;
padding: 1em;
color: #ff0000;
}


/****** size 2 ******/
@media only screen and (max-width: 60em) {
div.st_box_teaser_left img {
width: 1.5em;
height: 1.5em;
}
div.st_box_teaser h2 {
font-size: 1.5em;
}
}
/****** size 3 ******/
@media only screen and (max-width: 40em) {
div.st_box_teaser_left img {
width: 1.2em;
height: 1.2em;
}
div.st_box_teaser h2 {
font-size: 1.2em;
}
div.st_box_teaser p,
div.st_box_teaser p:hover {
font-size: 0.9em;
}
}
/****** size 4 ******/
@media only screen and (max-width: 30em) {
div.st_box_teaser_left img {
width: 1em;
height: 1em;
}
div.st_box_teaser h2 {
font-size: 1em;
}
}
a.navigation_bottom {
text-decoration: none;
color: #222222;
}
a.navigation_bottom:hover {
color: #00037d;
text-decoration: underline;
}
div.navigation_bottom {
text-align: center;
}
div.smf {
display: none;
text-align:center;
}

div.smf a {
text-decoration: none;
color: #222222;
line-height: 1em;
padding-left: 1.2em;
background-image: url('http://www.bmu-erkrath.de/cms/upload/module/socialmedia-footer/bullets/icon-facebook.gif');
background-repeat: no-repeat;
background-size: 1em 1em;
background-position: left center;
}
div.smf a:hover {
text-decoration: underline;
color: #00037d;
}

/****** size 4 ******/
@media only screen and (max-width: 30em) {
div.smf {
display:block;
}
}
