/************************************************************* ABSTAND OBEN */
.landingpage #content, #main {
  padding-top: 35px;
}

#main .row.content {
  margin-top: -1px; !important
}


/************************************************************* ANPASSUNG FÜR LANDINGPAGE */
<!--#content #lp-europa h3 {
font-size: 19px;
margin-top: 3px;
}-->

.landingpage article.col-xs-12 {
  padding-bottom: 30px;
}

#content #lp-europa h3 {
  font-size: 16px;
  margin-top: 3px;
  position: absolute;
  /*bottom: 55px;*/
  top: 35px;
  margin-left: 4px;
  margin-right: 8px;
  left: 19px;
  right: 10px;
}

#content #lp-europa .img-border-grey {
  border-bottom-color: #adadad;
}

#content #lp-europa img {
  width: 100% !important;
}

#content #lp-europa h3 > a {
  background-color: #e4e4e4;
  opacity: 0.96;
  line-height: 27px;
}

#content #lp-europa .img-thumbnail {
  border-radius: 0px;
}


/************************************************************* ANPASSUNG JUMBOTRON */
#content #lp-europa .container .jumbotron, .container-fluid .jumbotron {
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 0px;
}

#content #lp-europa .container-fluid .jumbotron {
  border-radius: 0px;
}

#content #lp-europa .jumbotron p {
  margin-bottom: 0px;
  margin-top: 0px !important;
  font-size: 18px;
  font-weight: normal;
}


/************************************************************* ANPASSUNG FÜR NEWSBEITRAG MIT SPRACHKÜRZEL */
#content time {
  display: none !important;
  visibility: hidden !important;
}

#content div.newsitem-default-head {
  background-color: #dadada;
  opacity: 0.96;
}

#content h1#newsitem-title {
  color: #3c3c3b;
  font-size: 18px !important;
}

#content div#newsitem-lead {
  display: none !important;
}

#content div#newsitem-default-figcaption {
  /*text-align: right;*/
  font-size: 12px;
}

#content #newsitem-default-figcaption.caption {
  margin: 5px 35px 30px 20px;
  position: absolute;
  bottom: -100px;
}

#content article > blockquote {
  padding: 10.5px 0 10.5px 10.5px;
  margin: 0 0 21px;
  font-size: 16px;
  border-left: 5px solid #eee;
}

#content figure#newsitem-default-image {
  background-color: #dadada;
}

#content .newsitem-default-article {
  margin-top: 50px;
}


/************************************************************* FORMATIERUNGEN SICHTBAR */
#content .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content .btn-grey.btn-primary, .btn-grey.btn-primary:visited {
  background-color: #efefef;
  color: #1b599c;
  border: 1px solid #e3e3e3;
}

#content blockquote {
  padding: 10.5px 0 10.5px 10.5px;
  margin: 0 0 21px;
  font-size: 16px;
  border-left: 5px solid #eee;
}

#content article > blockquote {
  padding: 10.5px 0 10.5px 10.5px;
  margin: 0 0 21px;
  font-size: 16px;
  border-left: 5px solid #eee;
}

#content p.outdent, #main p.outdent {
  margin: 0 0 1em 6.7em;
  text-indent: -6.7em;
}

@media (max-width: 768px) {
  #content p.outdent, #main p.outdent {
    margin: 0 0 1em 0em;
    text-indent: 0em;
  }
}

#content .mb50 {
  margin-bottom: 50px;
}