/* weiterbildung */
body#s-34 .acco-content p:nth-child(2) {
  float: left;
  margin-right: 40px;
}

/* aktuelles hinzugefügt am 21.06.18 */
p:empty + .news-item-content-add + .news-item-content-button { display: none; }

sup { vertical-align: super; font-size: 60%; }

/* index */
.teaser p { color:#1c3b90;background:#ffed00; padding: 10px; }

/* Sprachauswahl */
.nav-button:nth-of-type(7) .nav-button-icon {
  background: #1c3b90;
  margin-top: 5px;
}
.nav-button:nth-of-type(8) .nav-button-icon {
  background: #1c3b90;
}

.highlight-arrowright {
  display: inline-block;
  font-weight: 700;
  line-height: 25px;
  background: url("img/icon/icon-arrow-right.png") no-repeat right bottom #ffed00;
  background-size: auto 25px;
}

.highlight-arrowright a {
  padding: 10px 40px 10px 10px;
}

.ce-media img,
.img-overlay img { width: 100%; }


.powermail_input, .powermail_fieldwrap_type_captcha input {
	height: 40px;
}

.powermail_textarea {
	height: 160px;
	resize: none;
}

strong, b {
  font-weight: bold;
}

.important { color: #1c3b90 !important; }

.footer-partner {
  display: block
}

img.footer-partner-item {
  position: absolute;
  bottom: -10px;
  margin: 0 5%;
  width: 187px;
}
@media screen and (max-width: 1110px) {
  img.footer-partner-item { 
    margin: 0 3%;
    width: 15%;
  }
}

@media screen and (max-width: 1030px) {
  img.footer-partner-item { 
    margin: 0 1%;
    width: 10%;
  }
}

@media screen and (max-width: 935px) {
  img.footer-partner-item { 
    display: none;
  }
}

