/*--
    Common Css
--*/
@font-face { font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font: 14px/22px 'Source Sans Pro', sans-serif, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0 0 25px 0; }
.hero-area h1,
.hero-area h2,
.hero-area h3,
.hero-area h4,
.hero-area h5,
.hero-area h6 {
  margin: 0; }
h1 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 50px;
 /* color: #fff; */ }

h2 {
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 23px;
  line-height: 25px; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

p {
  font-size: 18px;
  line-height: 25px;
  margin: 0px; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

.section {
  padding: 115px 0; }

/*--
    custom heading
--*/
.text-center {
  text-align: center; }

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px; }
  .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px; }
  .heading p {
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300; }

.btn {
  border-radius: 0; }

.btn-home {
  background-color: #85B336;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  padding: 10px 40px;
  margin-top: 30px; }
  .btn-home:hover, .btn-home:focus {
    background-color: #fff;
    color: #555;
    border: 1px solid #fff; }

/*Preloader*/
#preloader {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999; }

.book {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px; }

.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #85B336;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #85B336; }
  29.9% {
    background: #85B336; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #85B336; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #85B336; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #85B336; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #85B336; }
  29.9% {
    background: #85B336; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #85B336; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #85B336; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #85B336; } }

img {
  width: 100%;
  height: auto; }

/*--
    .hero-area start
--*/
.bg-1 {
/*  background-image: url("../images/header-bg.jpg"); */
  background-size: cover;
  background-attachment: fixed; }

.bg-gray {
  background: #f8f8f8; }

.hero-area {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero-area h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
/*    padding-bottom: 19px; */
    margin: 25px 0 20px 0;
    display:inline;padding-bottom:3px;padding-top:1px;padding-left:10px;padding-right:10px;background:rgba(133, 179, 54, 0.85);line-height:1.5em;
  }
  .hero-area p {
    color: #fff;
    font-size: 24px;
    line-height: 1.3; }
  .hero-area .counter {
    background: rgba(255, 255, 255, 0.2);
    padding: 18px; }
    .hero-area .counter ul li {
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff;
      display: inline-block;
      line-height: 25px;
      padding: 25px 28px 20px;
      text-align: center;
      width: 49%;
      margin-bottom: 3px; }
      .hero-area .counter ul li span {
        display: block;
        font-size: 16px;
        font-weight: 600; }
      .hero-area .counter ul li .digit {
        display: inline-block;
        font-size: 50px;
        font-weight: bold;
        line-height: 50px;
        position: relative;
        overflow: hidden;
        height: 60px; }

/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 50px;
  margin: 0;
  border: 0; }
  .navigation .navbar-brand {
    padding-top: 5px;
    display: inline-block; }
  .navigation .navbar-toggler {
    background: #fff;
    outline: none;
    border-radius: 0;
    float: right; }
    .navigation .navbar-toggler i {
      font-size: 22px; }

.navigation.animated {
  background-color: #fff;
  box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15);
  }
  .navigation .menu a {
    color:#fff;
  }
  .navigation.animated .menu a {
    color: #666;
  }
  .navigation .menu a:hover,
  .navigation.animated .menu a:hover{
    color:#85B336;
    text-decoration: none;
  }

.menu li a {
  color: #fff;
  font-size: 22px;
  font-weight: normal; }
  .menu li a:hover, .menu li a:focus {
    background: none; }

.navbar-nav .nav-link + .nav-link {
  margin-left: 1.5rem;
}

.navbar .navbar-brand img {
  -webkit-filter: brightness(2) contrast(5) grayscale(1);
  filter: brightness(2) contrast(5) grayscale(1);
  transition: 1s;
}
.navbar.animated .navbar-brand img {
  -webkit-filter: brightness(1) contrast(1) grayscale(0);
  filter: brightness(1) contrast(1) grayscale(0);
  transition: 1s;
}

/*--
    service start
--*/
.service {
  text-align: center; }
  .service .block {
    margin-bottom: 50px; }
    .service .block i {
      font-size: 30px;
      display: inline-block;
      margin-bottom: 15px;
      color: #85B336; }
    .service .block h3 {
      color: #333333;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 15px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .service .block p {
      color: #666; }

/*--
    About start
--*/
.about .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  color: #7e7e7e;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.about .about-slider img {
  width: 100%;
  height: auto; }

#about .columns-4-8 .columns-4-4-4 {
  padding-left: 0;
}

#about .columns-4-8 .columns-4-4-4 .column:last-of-type {
  width: 33.33333333%;
}
#about  .neos-nodetypes-headline div {width: auto; margin: 0 auto;}
#about h1 {width: auto;border-bottom: 0px dotted;color: #85B336;}

/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0;
  background-size: cover;
  color: #fff;
  position: relative; }

.call-to-action.kurz {
  padding: 55px 0;
}

  .call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .call-to-action .block h2 {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 600; }
  .call-to-action .block p {
    padding-right: 30px;
    color: #fff; }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none; }
    .call-to-action .block .input-group .btn-subscription {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: #85B336;
      padding: 0px 35px;
      color: #fff;
      font-weight: bold; }

.input-field .form-control {
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  border-radius: 0; }

.btn-send {
  line-height: 48px;
  border: 2px solid #85B336;
  background: #85B336;
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 10px; }
  .btn-send:hover {
    color: #fff; }

.input-field label {
  color: rgba(237, 28, 36, 0.7); }

.form-group .input-field + .input-field {
  margin-top: 10px; }

.input-field textarea.form-control {
  height: 160px;
  box-shadow: none; }

.form-group {
  margin-top: 10px; }

#success,
#error {
  display: none; }

/******* Blog ****/

.blog {
  clear:both;
  float:left;
  width: 100%;
  margin: 20px 0 60px 0;
  min-height: 1px;
}
.blog .title {
  width: 33.3333%;
  float:left;
}
.blog .title h2 {
  text-transform: uppercase;
}
.blog .text {
  width: 66.6666%;
  float:left;
  font-size: 18px;
  line-height: 24px;
}
.blog.links  .title {
  float:left;
}
.blog.links .text {
  float: right;
  padding-left: 25px;
}
.blog.rechts .title {
  float:right;
}
.blog.rechts .text {
  float: left;
  padding-right: 25px;
}


@media all and (max-width:608px){
  .blog .title {
    width: 100%;
    padding:0 25px;
  }
  .blog .text {
    width: 100%;
    padding:0 25px;
  }
  .blog.links .text {
    float: left;
    width: 100%;
  }
  .blog.rechts .title {
    float:left;
  }
  .blog.rechts .text {
    float: left;
  }
}

/*********************************************************************************/
/* Accordion                                                                     */
/*********************************************************************************/

.accordion {
  position: relative;
  clear:both;
  margin: 0px 20px 20px 35px;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion h1, .accordion h2 {
  color: #000;
  margin-top: 5px;
}

.accordion h1 {
  /* text-transform: uppercase; */
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: 2px; */
  color: #85B336;
  font-weight: 100;
  cursor: pointer;
}

.accordion h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  /* letter-spacing: 1px; */
  display: block;
  /* background-color: #fefffa; */
  color: #85B336;
  margin: 0;
  cursor: pointer;
}

.accordion p {
  clear:both;
  /* color: rgba(48, 69, 92, 0.8);
   font-size: 14px;
   line-height: 26px;
   letter-spacing: 1px;       */
  position: relative;
  overflow: hidden;
  /*   max-height: 800px; */
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  z-index: 2;
}
.accordion-heading {
  margin: 10px 0;
}
.accordion .accordion-heading a {
  color: #85B336;
  text-decoration: none;
  font-size: 1.5em;
}
.accordion img {
  width: 100%;
  height: auto;
  padding: 5px;
}
.accordion em {
  font-style: italic;
  font-size: 0.8em;
}
.accordion-inner .container {
  padding-left: 0;
}

.accordion-group {
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 10px;
  border-bottom: 1px dotted #dce7eb;
  height: auto;
}
.accordion-group:after {
  content:".";
  display:block;
  height:0;
  font-size:0;
  clear:both;
  visibility:hidden;
}

.accordion a i {
  position: absolute;
  margin-top: 5px;
  left: -20px;
  /* display:list-item;
   list-style-type: circle;
   content: "\25BA" " "; */
  -moz-transform:rotate(180deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform:rotate(180deg); /* Safari */
  -o-transform:rotate(180deg); /* Opera */
  -ms-transform:rotate(180deg); /* IE9 */
  transform:rotate(180deg);
}
.accordion a.collapsed i {
  position: absolute;
  margin-top: 0px;
  transform: translate(-5px, 0);
  left: -20px;
  /* display:list-item;
   list-style-type: disc;
   content: "\25BA" " "; */
  -moz-transform:rotate(0deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform:rotate(0deg); /* Safari */
  -o-transform:rotate(0deg); /* Opera */
  -ms-transform:rotate(0deg); /* IE9 */
  transform:rotate(0deg);
}
.accordion .neos-nodetypes-textwithimage figure {
  float: left;
  width: 100%;
}

.accordion .neos-nodetypes-textwithimage div {
  float: left;
  width: 100%;
  text-align: center;
  padding-right: 0px;
}
.accordion .neos-nodetypes-textwithimage div p {
  width: 100%;
}
.accordion .neos-nodetypes-textwithimage {
  border-bottom: 1px dotted #FFFFFF;
}
.accordion .columns-8-4 .column:first-of-type .neos-nodetypes-textwithimage {
  position:relative;
  float:left;
  width: 25%;
  padding:1px 10px;
  min-height: 255px;
}
.cont .accordion .neos-nodetypes-textwithimage::after {
  clear:none;
}
.accordion-body {
  border-left: 1px solid #85B336;
  border-right: 1px solid #85B336;
  border-bottom: 1px solid #85B336;
  border-top: 1px solid #85B336;
  padding: 15px 20px 20px 20px;
  margin: 10px 0;
}

footer {
  text-align: center;
  background: #272727;
  padding: 27px 0px; }
  footer p {
    font-weight: 300;
    font-size: 12px;
    color: #AFAFAF;
    letter-spacing: 1px; }
    footer p a {
      color: #fff; }
      footer p a:hover {
        color: #85B336;
        text-decoration: none; }

.columns-4-8 .neos-nodetypes-headline h2,
.columns-4-8 .neos-nodetypes-text h2 {
  text-transform: uppercase;
  padding-bottom: 25px;
}

.neos-nodetypes-headline {width: 100%;min-height: 10px;clear:both;}

footer h3,footer h4 {
  padding-bottom: 15px;
  color: #85B336;
  margin: 0 ;
}
footer .columns-6-6 .columns-6-6 {
  padding-left: 0px;
}
footer .columns-6-6 .columns-6-6 .column:first-of-type {
  padding-left: 0px;
}

/****************** Formular *************/

fieldset {width:100%;max-width: 100%; border: none;}
.neos-nodetypes-form .form-navigation ul {list-style-type: none;}
form input,form select,form textarea,form button,.neos-nodetypes-form input,.neos-nodetypes-form select,.neos-nodetypes-form textarea,.neos-nodetypes-form button {font-size:1em;font-family:inherit;margin-bottom:1.25rem;}
.neos-nodetypes-form label {padding: 0 5px;color:#bbbbbb;}
#formbar .neos-nodetypes-form label {padding: 0 1px;color: #fff;}
.neos-nodetypes-form label,.neos-nodetypes-form .input {float:left;}
.neos-nodetypes-form label,#formbar .neos-nodetypes-form .input {float:left;}
.neos-nodetypes-form .input {width: 80%; max-width: 450px;}
.neos-nodetypes-form label {min-width: 20%; max-width: 100px; min-height: 1px; text-align: right; color: #666}
#ManyWays-Contact label {min-width: 10px; max-width: 10px; min-height: 1px; text-align: left; color: #666}
form input, form select {height: 2.55rem;}
form input,
form textarea,
form select {background: none repeat scroll 0 0 #F5F5F5;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
  border-radius: 5px;}
form input:hover,
form textarea:hover,
form select:hover,
form input:focus,
form textarea:focus,
form select:focus,
.neos-nodetypes-form input:hover,
.neos-nodetypes-form textarea:hover,
.neos-nodetypes-form select:hover,
.neos-nodetypes-form input:focus,
.neos-nodetypes-form textarea:focus,
.neos-nodetypes-form select:focus{background: none repeat scroll 0 0 #fff;}
form input,
form textarea,
form select,
.neos-nodetypes-form input,
.neos-nodetypes-form textarea,
.neos-nodetypes-form select  {background: none repeat scroll 0 0 #F4FEFC;
  border: 1px solid #80AB36;padding: 0.15rem 0.725rem;width: 100%;}
.neos-nodetypes-form textarea {margin-left: 0px;float:left;width: 80%; height: 150px;}
.neos-nodetypes-form input {float:left;width: 80%;}
form input[type="file"] {border: 1px solid #E0E0E0;height: auto;max-height: 2.7rem;min-height: 2.7rem;padding: 0.4rem;width: 100%;}
form input[type="radio"], form input[type="checkbox"] {margin-right: 0.625rem;width:auto;padding:0;height:auto;}
form option {padding: 0.725rem;}
form select[multiple="multiple"] {height: auto;}
form button,
.neos-nodetypes-form button {width: 150px;background: none repeat scroll 0 0 #80AB36;color: #fff;border: 1px solid #80AB36;height: 3.25rem;padding: 0.425rem;border-radius: 5px;margin-left: 5.5rem;cursor:pointer;transition: background 0.20s linear 0s;-o-transition: background 0.20s linear 0s;-ms-transition: background 0.20s linear 0s;-moz-transition: background 0.20s linear 0s;-webkit-transition: background 0.20s linear 0s;}
.neos-nodetypes-form button:hover {background: none repeat scroll 0 0 #fff;border: 1px solid #80AB36;color: #80AB36;border-radius: 5px;margin-left: 5.5rem;cursor:pointer;transition: background 0.20s linear 0s;-o-transition: background 0.20s linear 0s;-ms-transition: background 0.20s linear 0s;-moz-transition: background 0.20s linear 0s;-webkit-transition: background 0.20s linear 0s;}
form button {float:left;width: 100px;background: none repeat scroll 0 0 #80AB36;border: 1px solid #fff;color: #fff;height: 3.5rem;padding: 0.625rem;cursor:pointer;transition: background 0.20s linear 0s;-o-transition: background 0.20s linear 0s;-ms-transition: background 0.20s linear 0s;-moz-transition: background 0.20s linear 0s;-webkit-transition: background 0.20s linear 0s;margin-left: 0.1em;}
form button:hover {background: none repeat scroll 0 0 #fff;border: 1px solid #80AB36;color: #80AB36;height: 3.5rem;padding: 0.625rem;transition: background 0.20s linear 0s;-o-transition: background 0.20s linear 0s;-ms-transition: background 0.20s linear 0s;-moz-transition: background 0.20s linear 0s;-webkit-transition: background 0.20s linear 0s;margin-left: 0.1em;}
form button {float: left;width: 33%;}
.submit {margin-left: 22px;}
.block-content li.submit { margin-left: 20%;}

@media all and (max-width:480px){
  form input,form select,form textarea,form button,.neos-nodetypes-form input,.neos-nodetypes-form select,.neos-nodetypes-form textarea,.neos-nodetypes-form button {margin-bottom:0.5rem;}
  form input,form textarea,form select,.neos-nodetypes-form input,.neos-nodetypes-form textarea,.neos-nodetypes-form select  {padding: 0.325rem;}
}
input[type="image"]{
  width:auto;
  border:0;
}

.call-to-action .neos-nodetypes-form label {min-width: 2.5%; max-width: 2.5%; min-height: 1px; text-align: right; color: #666}
.call-to-action .neos-nodetypes-form .input {width: 90%;padding: 0 2.5% }
.call-to-action .neos-nodetypes-form div:last-of-type .input {width: 100%;padding: 0; }
.call-to-action fieldset {width: 85%; float:left;}
.call-to-action fieldset div {width: 33%; float:left;}
.call-to-action fieldset div:last-of-type { width: 100%;float: left;}
.call-to-action fieldset div:last-of-type .input { width: 100%; height: 100px; max-width: 800px;}
.call-to-action textarea {margin-left: -0.75%; float: left; width: 95%; max-width: 575px; height: 75px;}
.call-to-action .neos-nodetypes-form input {float:left;width: 100%;}
.call-to-action .actions {width: 15%; height: 20px; margin:0 auto; text-align: center;float:left;}
.call-to-action .actions .form-navigation,
.call-to-action .actions .form-navigation ul,
.call-to-action .actions .form-navigation li {width: 100%;height: 20px;margin: 0 auto;}
.call-to-action .neos-nodetypes-form button {width: 150px;margin: 0 auto; padding: 0.225rem;height: 2.55rem; float:right;}
@media all and (max-width:1200px){
  .call-to-action textarea {margin-left: 2.5%; float: left; width: 95%; height: 75px;}
}
@media all and (max-width:768px){
  .call-to-action fieldset {width: 100%; float:left;}
  .call-to-action .actions {width: 100%; float:left;}
  .call-to-action .neos-nodetypes-form button {float:left;margin-left: 2.5%;}
}
  /*******************************************/

.neos-nodetypes-text {
  clear:both;
}

.signum {float:left;}
.signum img {width:auto;height:auto;max-height: 30px;margin:0 15px;}
.columns-6-6 .column:last-of-type .neos-nodetypes-text {clear:none;float:left;margin:0 15px;}
.columns-6-6 .columns-6-6 .column:last-of-type .neos-nodetypes-text {margin:0;}
footer .columns-6-6 .column:first-of-type {width: 60%;}
footer .columns-6-6 .column:last-of-type {width: 40%;}
footer .columns-6-6 .columns-6-6 .column {width: 50%;}

.columns-4-4-4 .column{padding:0 10px;}
.columns-4-4-4 .column .typo3-neos-nodetypes-image,
.columns-4-4-4 .column .typo3-neos-nodetypes-text,
.columns-4-4-4 .column .typo3-neos-nodetypes-headline{}
.columns-6-6 {clear:both;max-width:100%;}
.columns-6-6 .column{width:50%;float:left;}
.columns-6-6 .column:first-of-type {padding:15px 15px; 15px 0}
.columns-6-6 .column:last-of-type {padding:15px 0 15px 15px;}
.columns-6-6 .neos-nodetypes-textwithimage figure,
.columns-6-6 .neos-nodetypes-textwithimage div{float:left;width:45%;margin-right:5%;}
.columns-4-4-4{position:relative;float:left;width:100%;max-width:100%;}
.columns-4-4-4 .column{position:relative;float:left;min-height:1px;width:33.33333333%;}
.columns-8-4,
.columns-4-8{clear:both;max-width:100%;}
.columns-8-4 .column:first-of-type{position:relative;float:left;min-height:1px;width:66.66666666%;}
.columns-8-4 .column:last-of-type{position:relative;float:left;min-height:1px;padding:1px 15px 1px 15px;width:33.33333333%;}
.columns-4-8 .column:first-of-type{position:relative;float:left;min-height:1px;padding:1px 15px 1px 0;width:33.33333333%;}
.columns-4-8 .column:last-of-type{position:relative;float:left;min-height:1px;padding:1px 0 1px 15px;width:66.66666666%;}
.columns-3-3-3-3 .column{position:relative;float:left;min-height:1px;padding:1px 1px;width:25%;}
.columns-6-6 .typo3-neos-nodetypes-image > figure,
.columns-8-4 .typo3-neos-nodetypes-image > figure{margin-bottom:20px;}
.columns-6-6 .columns-6-6 .typo3-neos-nodetypes-image > figure{margin-bottom:-20px;}
.columns-4-4-4 .referenzen > figure,
.columns-4-4-4 .referenzen > div{width:100%;float:left;}
.columns-4-4-4 .typo3-neos-nodetypes-textwithimage > figure{position:relative;}
.columns-4-4-4 .referenzen > figure{position:relative;}
.columns-4-4-4 .typo3-neos-nodetypes-textwithimage > div{width:50%;padding:15px;}
.columns-4-4-4 .referenzen > div{position:absolute;bottom:40px;left:0px;width:100%;background-color:rgba(255,255,255,0.8);padding:15px;}
.columns-4-4-4 .typo3-neos-nodetypes-textwithimage > figure img{width:100%;height:auto;}
.columns-4-4-4 .referenzen > figure img{width:100%;height:auto;}
.columns-4-4-4 .typo3-neos-nodetypes-text{clear:both;}
.columns-3-6-3{}
.columns-3-6-3 .column{width:70%;float:left;}
.columns-3-6-3 .column:first-of-type,
.columns-3-6-3 .column:last-of-type{min-height: 1px;width:15%;float:left;}
.columns-25-25-25-25 .column{width:25%;float:left;padding:0 15px;}
.g-promo-section .neos-nodetypes-text, .g-promo-section .neos-nodetypes-headline, .g-promo-section .neos-nodetypes-html {margin: 0 30px;}
.g-promo-section .columns-6-6 .neos-nodetypes-text,
.g-promo-section .columns-4-4-4 .neos-nodetypes-text,
.g-promo-section .columns-3-3-3-3 .neos-nodetypes-text,
.g-promo-section .columns-6-6 .neos-nodetypes-headline,
.g-promo-section .columns-4-4-4 .neos-nodetypes-headline,
.g-promo-section .columns-3-3-3-3 .neos-nodetypes-headline {margin: 0 0;}
.columns-25-25-25-25 .neos-nodetypes-headline { margin: 0 10px;}

.columns-4-4-4,
.column .neos-nodetypes-text {clear:both;}

.columns-4-4-4 img {padding: 15px 0;}

@media all and (max-width:1020px){.columns-25-25-25-25 .column{width:50%;}
}

@media all and (max-width:980px){
  .columns-3-6-3 .column{width:100%;float:left;}
  .columns-3-6-3 .column:first-of-type,
  .columns-3-6-3 .column:last-of-type{min-height: 0px;width:100%;float:left;display: none;}
}

@media all and (max-width:640px){.columns-4-4-4 .column{width:50%;}
  .columns-4-4-4 .column{width:100%;}
  .columns-6-6 .column,.typo3-neos-nodetypes-twocolumn{width:100%;float:left;}
  footer .columns-6-6 .column:first-of-type {width: 100%;}
  footer .columns-6-6 .column:last-of-type {width: 100%;}
  .columns-8-4 .column:first-of-type{width:100%;padding:1px 15px 1px 0;}
  .columns-8-4 .column:last-of-type{width:100%;padding:1px 0 1px 15px;}
  .columns-8-4 .column figure{margin:20px 0;}
  .columns-4-8 .column:first-of-type{width:100%;padding:1px 15px 1px 0;}
  .columns-4-8 .column:last-of-type{width:100%;padding:1px 0 1px 15px;}
  .columns-8-4 .columns-4-4-4 .column{width:33.3333333%;padding:1px 10px;}
  .columns-8-4 .columns-4-4-4 .column:first-of-type{width:33.3333333%;padding:1px 10px;}
  .columns-8-4 .columns-4-4-4 .column:last-of-type{width:33.3333333%;padding:1px 10px;}
  .columns-4-8 .columns-4-4-4 .column:first-of-type{width:33.3333333%;padding:1px 10px;}
  .columns-4-8 .columns-4-4-4 .column:last-of-type{width:33.3333333%;padding:1px 10px;}
  .columns-6-6 .column:first-of-type {padding:15px 15px 0 15px}
  .columns-6-6 .column:last-of-type {padding:0 15px 15px 15px;}
  .columns-25-25-25-25 .column{width:100%;}
  .columns-4-4-4 .column div,
  .contact .columns-4-4-4 .column ul{padding:10px;}
  .g-padding-y-45--xs{padding-top:2.15rem;padding-bottom:2.15rem;}
  footer .columns-6-6 .column:last-of-type { padding: 15px 15px 15px 0; }
}
@media all and (max-width:480px){.columns-4-4-4 .column{width:100%;}
  .columns-6-6 .column,
  .typo3-neos-nodetypes-twocolumn{width:100%;float:left;}
  .columns-8-4 .column:first-of-type{width:100%;padding:15px 15px;}
  .columns-8-4 .column:last-of-type{width:100%;padding:15px 15px;}
  .columns-4-8 .column:first-of-type{width:100%;padding:15px 15px;}
  .columns-4-8 .column:last-of-type{width:100%;padding:15px 15px;}
  .columns-8-4 .columns-4-4-4 .column:first-of-type{width:100%;}
  .columns-8-4 .columns-4-4-4 .column:last-of-type{width:100%;}
  .columns-4-8 .columns-4-4-4 .column:first-of-type{width:100%;}
  .columns-4-8 .columns-4-4-4 .column:last-of-type{width:100%;}
  .accordion .columns-8-4 .column:first-of-type .typo3-neos-nodetypes-textwithimage{width:100%;min-height:100px;}
  .columns-25-25-25-25 .column{width:100%;}
  .columns-4-4-4 .column div,
  .contact .columns-4-4-4 .column ul{padding:0 0px;}
  .js__parallax-window .g-padding-y-80--xs{padding-top:7.5rem;padding-bottom:7.5rem;}
}