.karriere-2 {
    padding: 12rem 3rem;
    text-align: center;
    width: 100%;
    background-color: #fff;
    /*background:transparent url(http://localhost/kosch/wp-content/uploads/2017/10/Gemeinschaft.jpg) center center;*/
}

.karriere-2:after {
  display: table;
  clear: both;
  content: '';
}

.karriere-2 > h1 {
    /* Green*/
    color: rgb(76, 122, 114);
    /* Grey */
    /*color: rgb(95, 87, 91);*/
    font-size: 5.5rem;
    line-height: 1;
}

.karriere-2 > p {
    margin: 3rem 0;
    font-size: 2.2rem;
    /* Green*/
    /*color: rgb(76, 122, 114);*/
    /* Grey */
    color: rgb(95, 87, 91);
}

.karriere-button {
  display: inline-block;
  width: 52rem;
  max-width: 90%;
  text-align: center;
  padding: 2.5rem 1rem;
  color: white;
  font-size: 2rem;
  margin: 0 1rem 1rem 1rem;
}

.karriere-2 a.green{
    color: rgb(76, 122, 114);
}
.karriere-2 a.gray{
    color: rgb(95, 87, 91);
}

.karriere-button a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.karriere-button__green {
  background-color: rgb(76, 122, 114);
}

.karriere-button__gray {
  background-color: rgb(95, 87, 91);
}

@media all and (max-width: 1281px) {
  .karriere-column {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media all and (max-width: 1023px) {
  .karriere-column {
    width: 100%;
  }
}

.karriere-column > h1 {
  font-size: 5.5rem;
  line-height: 1;
}

.karriere-column > p { 
  margin: 3rem 0;
}

.karriere-column__green {
  background-color: rgba(76, 122, 114, 1);
}

.karriere-column__gray {
  background-color: rgba(95, 87, 91, 1);
}

.karriere-column li {
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  background: transparent;
  border: none;
}

.karriere-column li a {
  color: white;
  text-decoration: none;
}

.karriere-column li::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  left: 0;
  top: 47%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.karriere-column .wpcf7-form input[type="email"] {
  padding: .8rem 1.8rem;
  background-color: transparent;
  border: 1px solid white;
  border-radius: none;
}

.karriere-column .wpcf7-form input,
.karriere-column .wpcf7-form button {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
}

.karriere-column .wpcf7-form button {
  padding-left: 20px;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: none;
}

.karriere-column .wpcf7-form button::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  left: 0;
  top: 47%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.karriere-column .wpcf7-form input {
  font-weight: bold;
  width: 50%;
  min-width: 28rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.karriere-column .wpcf7-form input::-webkit-input-placeholder {
  font-size: inherit;
  line-height: 1.2;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.karriere-column .wpcf7-form input::-moz-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.karriere-column .wpcf7-form input:-ms-input-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.karriere-column .wpcf7-form input:-moz-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}