form h2 {
   display: none;
}
form legend {
  color: #006885;
  font-size: 1.8em;
  line-height: 1.4;
  font-family: 'Ubuntu-bold', serif;
  margin-top: 30px;
  margin-bottom: -10px;
}

form label {
   margin-top: 15px;
  display: inline-block;
}

form fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

form #nachhaltigkeitswettbewerb-265-fieldset-1 {
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  column-gap: 3%;
}

form input[type=text] {
   background-color: #cce1e7 !important;
}

form input[type="password"] {
	border: none;
	border-radius: 4px;
	width: 100%;
	background: #cce1e7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-size: 16px;
}

form #nachhaltigkeitswettbewerb-265-fieldset-2 p {
   margin-bottom: 0px;
}

#c273 {
   background-color: #EAF2D0;
}
#c273 h2 {
   color: #9BC01B;
}
.hero-nachhaltigkeit-desktop {
   display: block;
}
.hero-nachhaltigkeit-mobile {
   display: none;
}
#nachhaltigkeitswettbewerb-265-fieldset-1 legend {
   margin-bottom: 30px;
}
#nachhaltigkeitswettbewerb-265-fieldset-2 {
    margin-top: 30px;
}
#c265 .actions {
  margin-top: 30px;
  margin-bottom: 60px;
}
#c277 .home-teaser {
   flex: 100%;
   padding: 2rem 10rem;
}
#c278 .hero .banner-n * {
   margin-top: 0 !important;
}
#c266 ol {
   padding-left: 20px;
}
#c266 ol li {
line-height: 2em;
}
@media screen and (max-width: 768px) {
	#c277 .home-teaser {
   flex: 100%;
   padding: 2rem;
}
}