#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;
  }
}


#main .row.content {
  margin-top: -1px !important;
}

.logo-italienzentrum {
  background: url(images/bilderundlogoshomepage/logos/logo_itz_4c_2008-web-klein.jpg) no-repeat; background-position: top right; height: 120px;
}

/* Anpassung ul und li bei News-Portlets */

#content ul.portlet {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

#content li.portlet-item {
  /*border-bottom: 1px dotted #e3e3e3;*/
  list-style-type: none;
  padding: 20px 15px 20px 0px;
}

#content li.portlet-item a {
  font-size: 120%;
}

#content li.portlet-item div {
  margin-top: 5px;
  margin-bottom: 5px;
}



/* Anpassung well für LP*/
.well-lp {
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 0px;
  min-height: 20px;
  padding: 19px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05) inset;
}

#content time {
  display: none !important;
  visibility: hidden !important;
}

.landingpage #main #content h3 {
  font-size: 22px;
}

.landingpage #content h3.test {
  margin-top:0 !important;
}


@media (max-width: 768px) {
  .openstreetmap {
    float: right;
    width:250px;
  }
}

@media (min-width:769px) and (max-width: 1279px) {
  .openstreetmap {
    float: right;
    width:400px;
  }

}

@media (min-width: 1280px) {
  .openstreetmap {
    float: right;
    width:550px;
  }
}

#content i.blue {
  color:#1b599c;
}