/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

a {
  text-decoration: none;
  color: inherit; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none; }

.kontakt-form {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5; }
  @media screen and (min-width: 1400px) {
    .kontakt-form {
      margin-left: 50px; } }

form {
  font-size: 16px;
  margin: 0;
  padding: 20px;
  font-family: "Roboto Condensed";
  color: #4b4b4b; }
  form legend {
    margin-bottom: 20px; }
  form label, form legend {
    display: block;
    font-weight: 400; }
  form .p {
    margin: 5px 0; }
  form h2 {
    margin-left: 0; }

.btm-border {
  background: #ffffff;
  width: 100%;
  height: 1px;
  border: none;
  margin: 10px 0; }

textarea, input[type="text"], input[type="search"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], select {
  box-sizing: border-box;
  color: #4b4b4b;
  font-family: "Roboto Condensed";
  line-height: 1.5;
  margin: 5px 0;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  border: 1px solid rgba(75, 75, 75, 0.2);
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px; }

.radio_container {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 10px; }

.radio_container p {
  margin-left: 0; }

.radio_container span {
  display: block; }
  @media screen and (min-width: 500px) {
    .radio_container span {
      display: inline-block; } }

.widget {
  margin-bottom: 5px;
  width: 100%;
  position: relative; }
  .widget p.error {
    margin: 0;
    font-size: 14px;
    color: red; }
  .widget:after, .widget::after {
    content: "";
    display: table;
    clear: both; }

.widget-submit {
  width: auto;
  clear: both; }
  .widget-submit .submit {
    padding: 8px 10px;
    background: #0a754b;
    color: #ffffff;
    border: none; }
    .widget-submit .submit:hover {
      background: #075335;
      cursor: pointer; }

.widget-radio legend, .widget-checkbox legend {
  margin-bottom: 0; }
  .widget-radio legend .invisible, .widget-checkbox legend .invisible {
    display: none; }
  .widget-radio legend .mandatory, .widget-checkbox legend .mandatory {
    display: inline;
    width: auto;
    float: none;
    padding: 0; }
.widget-radio label, .widget-checkbox label {
  display: inline-block;
  margin: 0 10px;
  float: none;
  width: auto;
  font-weight: 400; }
.widget-radio .checkbox, .widget-checkbox .checkbox {
  float: left;
  display: inline-block;
  margin: 5px 5px 5px 0px; }

.widget-checkbox label {
  width: 80%;
  margin-left: 10px;
  margin-right: 0px;
  float: left; }
.widget-checkbox span {
  float: left;
  width: 100%;
  display: block; }

.widget-explanation {
  margin: 20px 0; }

@media screen and (min-width: 768px) {
  form label {
    width: 30%;
    margin-right: 5%;
    display: block;
    float: left; }

  form .button {
    margin-left: 35%; }

  textarea, input[type="text"], input[type="search"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], select, .widget-explanation {
    width: 65%;
    float: left; }

  .widget {
    border: none; }
    .widget p.error {
      position: absolute;
      left: 0px;
      bottom: -15px; }

  .widget-radio legend {
    float: left;
    width: 30%;
    margin-right: 5%; }

  .widget-checkbox span {
    padding-left: 25%; }

  .widget-submit, .widget-explanation {
    margin-left: 25%; } }
.datenschutz {
  width: 10px;
  margin-top: 4px;
  margin-right: 10px; }

.datenschutz {
  margin-top: 5px !important; }

@media screen and (min-width: 768px) {
  .datenschutztextblock {
    margin-left: 35%; } }

.datenschutztextblock a {
  word-wrap: break-word;
  color: #0a754b; }

.button {
  width: auto !important;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  background: #0a754b;
  border-radius: 3px;
  padding: 12px 25px 10px 25px;
  margin-top: 15px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  text-transform: uppercase; }

.button:hover {
  background: #075335; }

/* HEADER */
header {
  position: relative; }

.menu {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(#0c8958, #0a754b);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.52);
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 16px;
  color: #ffffff; }
  @media screen and (min-width: 768px) {
    .menu .menu-inner .mobile-menu-text {
      display: none; } }
  .menu .menu-inner .mobile-menu-text .mobile-text {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 21px; }
  .menu .menu-inner .mobile-menu-text .menu-btn {
    position: absolute;
    top: 29px;
    right: 20px;
    cursor: pointer; }
    .menu .menu-inner .mobile-menu-text .menu-btn img {
      width: 100%; }
  .menu .menu-inner .desktop-nav {
    display: none; }
    @media screen and (min-width: 768px) {
      .menu .menu-inner .desktop-nav {
        display: block; } }
    .menu .menu-inner .desktop-nav nav {
      display: block;
      text-align: center; }
    .menu .menu-inner .desktop-nav a {
      display: inline-block;
      height: 72px;
      border-top: 3px solid rgba(0, 0, 0, 0); }
      @media screen and (min-width: 768px) {
        .menu .menu-inner .desktop-nav a {
          padding: 24px 20px; } }
      @media screen and (min-width: 1024px) {
        .menu .menu-inner .desktop-nav a {
          padding: 24px 30px; } }
    .menu .menu-inner .desktop-nav a:hover {
      border-top: 3px solid #ffffff; }
    .menu .menu-inner .desktop-nav a.active {
      border-top: 3px solid #ffffff; }

.mobile-nav {
  display: none;
  z-index: 90;
  position: absolute;
  top: 72px;
  right: 0;
  width: 200px;
  background: #0a754b;
  box-shadow: -5px 8px 9px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    .mobile-nav {
      display: none; } }

.mobile-menu {
  padding: 5px 0px 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: center; }
  .mobile-menu a {
    display: block;
    height: 46px;
    margin-bottom: 5px;
    padding-top: 14px;
    border-top: 3px solid rgba(0, 0, 0, 0); }
    .mobile-menu a:hover {
      border-top: 2px solid #ffffff;
      background: linear-gradient(#0c8958, #0a754b);
      box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.22); }
    .mobile-menu a.active {
      border-top: 2px solid #ffffff;
      background: linear-gradient(#0c8958, #0a754b);
      box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.22); }

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.logo {
  background: #0a754b;
  position: relative;
  z-index: 85;
  padding-top: 84px;
  width: 90px; }
  @media screen and (min-width: 768px) {
    .logo {
      height: 192px;
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .logo {
      padding-top: 90px;
      height: 242px;
      width: 45%; } }
  .logo .logo-inner {
    position: relative;
    padding-left: 5px; }
    .logo .logo-inner a {
      display: inline-block; }
    .logo .logo-inner img {
      width: auto;
      height: 62px;
      margin-left: 10px;
      margin-top: -5px; }
      @media screen and (min-width: 768px) {
        .logo .logo-inner img {
          height: 100px;
          margin-top: -1px; } }
      @media screen and (min-width: 1024px) {
        .logo .logo-inner img {
          height: 134px;
          margin-top: 2px; } }
    .logo .logo-inner .logo-text {
      position: absolute;
      color: #ffffff;
      font-family: "Roboto Condensed";
      font-weight: 700;
      display: none; }
      @media screen and (min-width: 768px) {
        .logo .logo-inner .logo-text {
          display: inline-block;
          font-size: 23px;
          top: 26px;
          margin-left: 10px; } }
      @media screen and (min-width: 850px) {
        .logo .logo-inner .logo-text {
          margin-left: 20px; } }
      @media screen and (min-width: 950px) {
        .logo .logo-inner .logo-text {
          font-size: 26px;
          top: 20px; } }
      @media screen and (min-width: 1024px) {
        .logo .logo-inner .logo-text {
          font-size: 26px;
          top: 40px; } }
      @media screen and (min-width: 1200px) {
        .logo .logo-inner .logo-text {
          font-size: 30px;
          top: 34px;
          margin-left: 40px; } }
  .logo .logo-apex {
    position: absolute;
    z-index: 90;
    bottom: 0px;
    right: -60px;
    border-style: solid;
    border-width: 170px 60px 0 0;
    border-color: #0a754b transparent transparent transparent; }

.logo::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 50%;
  background: #0a754b; }

.slider {
  position: relative;
  padding-top: 72px; }
  .slider img {
    display: block;
    object-position: 50% 10%;
    object-fit: cover;
    width: 100%;
    min-height: 200px;
    max-height: 580px; }
  @media screen and (min-width: 1024px) {
    .slider .right-top-overlay {
      position: absolute;
      top: 72px;
      right: 0;
      width: 360px;
      height: 34px;
      background-size: contain; } }

/* FOOTER */
footer {
  position: relative;
  background: #1d1d1d;
  border-top: 1px solid #ffffff;
  min-height: 185px;
  z-index: 0;
  padding: 0 10px; }
  @media screen and (min-width: 500px) {
    footer {
      padding-left: 40px; } }
  @media screen and (min-width: 1024px) {
    footer {
      padding-left: 20px;
      height: 185px;
      overflow: hidden; } }
  @media screen and (min-width: 1440px) {
    footer {
      padding-left: 0;
      padding-right: 0; } }
  footer .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2; }
    footer .footer-bg img {
      display: block; }

.footer-inner {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff; }
  .footer-inner .footer-box-1 {
    float: left;
    margin-top: 35px;
    margin-right: 20px;
    width: 350px; }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-1 {
        margin-right: 20px;
        margin-top: 50px; } }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-1 {
        width: 32%; } }
  .footer-inner .footer-box-2 {
    float: left;
    margin-top: 35px;
    margin-right: 20px;
    width: 350px; }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-2 {
        margin-right: 20px;
        margin-top: 50px; } }
    @media screen and (min-width: 790px) {
      .footer-inner .footer-box-2 {
        float: right; } }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-2 {
        float: left;
        width: 34%; } }
    .footer-inner .footer-box-2 strong a {
      color: #0fb171; }
      .footer-inner .footer-box-2 strong a:hover {
        text-decoration: underline; }
    .footer-inner .footer-box-2 .l {
      display: inline-block;
      font-weight: 700;
      width: 150px; }
      @media screen and (min-width: 350px) {
        .footer-inner .footer-box-2 .l {
          width: 200px; } }
      .footer-inner .footer-box-2 .l.long {
        width: 100%; }
        @media screen and (min-width: 350px) {
          .footer-inner .footer-box-2 .l.long {
            width: 200px; } }
    .footer-inner .footer-box-2 .r {
      display: inline-block; }
      .footer-inner .footer-box-2 .r.long {
        margin-left: 155px; }
        @media screen and (min-width: 350px) {
          .footer-inner .footer-box-2 .r.long {
            margin-left: 0; } }
  .footer-inner .footer-box-3 {
    float: left;
    margin-top: 35px;
    margin-right: 20px;
    width: 350px;
    width: 250px; }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-3 {
        margin-right: 20px;
        margin-top: 50px; } }
    .footer-inner .footer-box-3 span {
      font-weight: 700;
      display: inline-block;
      width: 70px; }
    @media screen and (min-width: 680px) {
      .footer-inner .footer-box-3 {
        width: 350px; } }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-3 {
        width: 18%; } }
  .footer-inner .footer-box-4 {
    float: left;
    margin-top: 35px;
    margin-right: 20px;
    width: 350px;
    width: auto;
    margin-bottom: 40px;
    margin-right: 35px; }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-4 {
        margin-right: 20px;
        margin-top: 50px; } }
    @media screen and (min-width: 534px) {
      .footer-inner .footer-box-4 {
        text-align: right;
        float: right; } }
    @media screen and (min-width: 1024px) {
      .footer-inner .footer-box-4 {
        margin-right: 10px; } }
    @media screen and (min-width: 1440px) {
      .footer-inner .footer-box-4 {
        margin-right: 0; } }
    .footer-inner .footer-box-4 a {
      display: block; }
      .footer-inner .footer-box-4 a:hover {
        font-weight: 700; }
      .footer-inner .footer-box-4 a.active {
        font-weight: 700;
        color: #0fb171; }

/* MAIN */
main {
  min-height: 300px;
  background: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 16px;
  color: #4b4b4b; }
  main h1 {
    font-size: 24px;
    color: #0a754b;
    border-bottom: 3px solid #d4d4d4;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 1px;
    margin-bottom: 35px;
    font-weight: 700; }
  main h2 {
    font-size: 24px;
    color: #0a754b;
    margin-bottom: 32px;
    font-weight: 700; }
  main h3 {
    font-size: 22px;
    color: #0a754b;
    margin-bottom: 26px;
    font-weight: 700; }
  main h4 {
    font-size: 20px;
    color: #0a754b;
    margin-bottom: 24px;
    font-weight: 700; }
  main h5 {
    font-size: 18px;
    color: #0a754b;
    margin-bottom: 22px;
    font-weight: 700; }
  main h6 {
    font-size: 16px;
    color: #0a754b;
    margin-bottom: 20px;
    font-weight: 700; }
  main hr {
    background-color: #d4d4d4;
    height: 1px;
    border: none;
    margin: 40px 0 40px; }
  main p {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 16px; }
    main p a {
      color: #0a754b; }
      main p a:hover {
        text-decoration: underline; }
      main p a.email {
        color: inherit; }
        main p a.email:hover {
          color: #0a754b;
          text-decoration: none; }
      main p a.applicationemail {
        color: inherit; }
    main p.kontaktinfos a:hover {
      text-decoration: none; }
    main p.kontaktinfos .email {
      color: #0a754b; }
      main p.kontaktinfos .email:hover {
        text-decoration: underline; }
    main p.kontaktinfos .pl {
      display: inline-block;
      margin-top: 10px;
      width: 100%; }
      @media screen and (min-width: 350px) {
        main p.kontaktinfos .pl {
          width: 200px;
          margin-top: 0; } }
    main p.kontaktinfos .l {
      display: inline-block;
      margin-top: 10px;
      width: 100%; }
      @media screen and (min-width: 350px) {
        main p.kontaktinfos .l {
          width: 100px;
          margin-top: 0; } }
    main p.kontaktinfos .r {
      display: inline-block; }
    main p.impressuminfos {
      line-height: 1.4; }
      main p.impressuminfos .l {
        display: inline-block;
        width: 100%;
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          main p.impressuminfos .l {
            width: 30%; } }
      main p.impressuminfos .r {
        display: inline-block; }
        @media screen and (min-width: 768px) {
          main p.impressuminfos .r {
            width: 65%;
            padding-left: 30px; } }
  main ul {
    list-style-image: url("../img/bullet.png");
    list-style-position: outside;
    display: block;
    line-height: 1.5;
    margin: 0;
    padding-right: 30px;
    padding-left: 20px;
    margin-bottom: 30px; }
    main ul.secondary {
      list-style-image: url("../img/bullet-secondary.png"); }
    main ul.left {
      float: left; }
      @media screen and (min-width: 768px) {
        main ul.left {
          padding-left: 50px; } }
      @media screen and (min-width: 1024px) {
        main ul.left {
          padding-left: 150px; } }
      @media screen and (min-width: 1200px) {
        main ul.left {
          padding-left: 250px; } }
    main ul.right {
      float: right; }
      @media screen and (min-width: 768px) {
        main ul.right {
          padding-right: 50px; } }
      @media screen and (min-width: 1024px) {
        main ul.right {
          padding-right: 150px; } }
      @media screen and (min-width: 1200px) {
        main ul.right {
          padding-right: 250px; } }
    main ul li {
      margin-left: 0px;
      padding-left: 10px;
      margin-bottom: 5px; }
      main ul li h3, main ul li h4, main ul li h5, main ul li h6 {
        margin: 0; }
    @media screen and (min-width: 768px) {
      main ul.list-centered {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 30px; } }
    @media screen and (min-width: 768px) {
      main ul.list-centered li {
        width: 620px; } }
    @media screen and (min-width: 768px) {
      main ul.list-centered.ueber-uns li {
        width: 770px; } }
    @media screen and (min-width: 768px) {
      main ul.list-centered.pruefungen li {
        width: 870px; } }
  main .primary {
    color: #0a754b; }
  main .secondary {
    color: #ffffff; }
  main .center {
    text-align: center; }
  main .float-left {
    padding: 35px 20px 0;
    width: 100%;
    float: left; }
    @media screen and (min-width: 400px) {
      main .float-left {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 768px) {
      main .float-left {
        width: 60%; } }
    @media screen and (min-width: 1200px) {
      main .float-left {
        padding: 65px 120px 0; } }
  main .float-right {
    padding: 35px 20px 0;
    width: 100%;
    float: right; }
    @media screen and (min-width: 400px) {
      main .float-right {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 768px) {
      main .float-right {
        width: 60%; } }
    @media screen and (min-width: 1200px) {
      main .float-right {
        padding: 65px 120px 0; } }
  main img {
    border: 7px solid #ffffff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.52);
    width: 380px;
    max-width: 380px;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px; }
    main img.left {
      margin: 0 40px;
      margin-top: 40px;
      margin-bottom: 40px;
      width: 80%;
      float: left; }
      @media screen and (min-width: 768px) {
        main img.left {
          width: 30%;
          margin-right: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1400px) {
        main img.left {
          width: 380px; } }
      @media screen and (min-width: 768px) {
        main img.left {
          margin-left: 8.5%; } }
    main img.right {
      margin: 0 40px;
      margin-top: 40px;
      margin-bottom: 40px;
      width: 80%;
      float: right; }
      @media screen and (min-width: 768px) {
        main img.right {
          width: 30%;
          margin-right: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1400px) {
        main img.right {
          width: 380px; } }
      @media screen and (min-width: 768px) {
        main img.right {
          margin-right: 8.5%; } }

.col100 {
  width: 100%;
  padding: 55px 20px 0;
  margin: 0 0 30px; }
  @media screen and (min-width: 768px) {
    .col100 {
      padding-right: 40px; } }

.col50 {
  width: 100%;
  float: left; }
  @media screen and (min-width: 768px) {
    .col50 {
      width: 50%; } }

.row1-white {
  position: relative;
  background: #ffffff;
  min-height: 300px; }
  .row1-white .apex-primary {
    background: url("../img/schraege_l.png") no-repeat top right;
    background-size: cover;
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      .row1-white .apex-primary {
        width: 31%; } }
  .row1-white .row1-inner {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0; }

.row1-white-textonly {
  position: relative;
  background: #ffffff;
  min-height: 300px; }
  .row1-white-textonly .apex-primary {
    background: url("../img/schraege_l.png") no-repeat top right;
    background-size: cover;
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 1024px) {
      .row1-white-textonly .apex-primary {
        width: 31%; } }
  .row1-white-textonly .row1-inner {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0; }
    .row1-white-textonly .row1-inner .col100 {
      width: 80%;
      float: right; }
      @media screen and (min-width: 1024px) {
        .row1-white-textonly .row1-inner .col100 {
          width: 70%; } }

.row2-grey {
  min-height: 300px;
  background: #f0efe6; }
  .row2-grey .row2-inner {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0; }
    @media screen and (min-width: 1200px) {
      .row2-grey .row2-inner {
        padding-left: 100px; } }

.row3-color {
  position: relative;
  min-height: 300px;
  background: #0a754b; }
  .row3-color .apex-dark {
    background: url("../img/schraege_r.png") no-repeat top left;
    background-size: cover;
    position: absolute;
    width: 20%;
    top: 0;
    bottom: 0;
    right: 0; }
    @media screen and (min-width: 768px) {
      .row3-color .apex-dark {
        width: 31%; } }
  .row3-color .row3-inner {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0; }
