#lpIntroduction strong {
	display:inline-block;
  	padding:.5em 1em;
  	border:1px solid #3c5d92;
  	border-radius:5px;
  	background-color:#3c5d92;
	color:#fff;
	margin-bottom:.25em;
}

/* Anpassungen für Wells */

#content .well {
	padding-top:19px;
  	padding-bottom:19px;
 	margin-bottom:0;
}

#content .well h2:first-child,#content .well h3:first-child {
	margin-top:0;
}

#content .well h3:last-child {
	margin-bottom:0;
}

#content .well h3 {
	margin-top:20px;
}

#content .well ul {
	margin-left:0;
	padding-left:19px;
}

#content .well ul:last-child,#content .well p:last-child {
	margin-bottom:0;
}

#content .well-orange {
    background-color: #fef2e0;
    border: 1px solid #f39200;
}

.licensetext.dropdown a i {
  font-size: 20px;
  margin: 5px 30px auto auto;
}

.licensetext .dropdown-menu {
  position: relative;
  top:0;
  left: 0;
  z-index: 1000;
  float: right;
  padding: 0 10px 0 0;
  margin: 5px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: right;
  border:0;
}

.licensetext.dropdown {
  right:15px; 
  max-width:767px;
}

@media (min-width: 768px) {
  .licensetext.dropdown {
    right:15px; 
    max-width:560px;
  }
}

@media (min-width: 992px) {
  .licensetext.dropdown {
    right:15px; 
  }
}

#blog time {
display: none !important;
visibility: hidden !important;
}

/*********************************************************** Anpassung ul und li bei News-Portlets */

#blog ul.portlet {
  padding-left: 0;
  margin-left: 0;
}

#blog li.portlet-item {
  border-bottom: 1px dotted #e3e3e3;
  list-style-type: none;
  padding: 10px 10px;
}

#blog li.portlet-item a {
  font-size: 120%;
}

#blog li.portlet-item div {
  margin-top: 5px;
  margin-bottom: 5px;
}
