/* Abstand verringern zwischen Absatz und direkt folgender Liste */
#content p + ul {
	margin-top:-10px;
}

/* mobile Ansicht: Korrektur Abstand links für Absätze in Listen */
#content li p {
	margin-left:0;	
}

@media only screen and (max-width:768px) {

	/* mobile Ansicht: Korrektur Abstand links für Überschrift 4 */
	#content h4 {
		margin-left:20px;
	}
	
}


/* 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;
}

#content .licensetext.dropdown a i {
    font-size: 20px;
    margin: 5px 30px auto auto;
}

#content .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;
}

.landingpage #content .licensetext.dropdown {
    right:0px; 
    max-width:767px;
}

@media (min-width: 768px) {
  .landingpage #content .licensetext.dropdown {
    right:15px; 
    max-width:560px;
  }
}

@media (min-width: 992px) {
  .landingpage #content .licensetext.dropdown {
    right:15px; 
    max-width:280px;
  }
}