
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=0c7ae5f2-95d3-4f31-9487-de1ba33246f7");
@font-face{
        font-family:"Century Gothic W01";
        src:url("../fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix");
        src:url("../fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"),url("../fonts/700cfd4c-3384-4654-abe1-aa1a6e8058e4.woff2") format("woff2"),url("../fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"),url("../fonts/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype");
}
@font-face{
        font-family:"Century Gothic W01 Bold";
        src:url("../fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix");
        src:url("../fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix") format("eot"),url("../fonts/bc0668e2-e5c8-45ce-954d-3b998c6b6803.woff2") format("woff2"),url("../fonts/2ef5ecda-1772-45e2-843f-a13f5d76ed3a.woff") format("woff"),url("../fonts/33cf10ca-a6bb-4888-a320-d38720c9847b.ttf") format("truetype");
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@font-face {
  font-family: 'Kiwi Refresher';
  src: url(../fonts/Kiwi-Refresher.woff);
}

@font-face {
  font-family: 'Kiwi Refresher Marker';
  src: url(../fonts/Kiwi-Refresher-Marker.woff);
}

body{
  font-family: 'Century Gothic W01';
  font-size: 1.1rem;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
    color: #42974E;
}

a:hover{
  cursor: pointer;
  color: #386a3f;
}

b, strong{
  font-family: 'Century Gothic W01 Bold';
  font-weight: normal;
}

h1,.headline{
  font-family: 'Century Gothic W01 Bold';
  font-size: 1.8rem;
  line-height: 1.1;
  text-transform: uppercase;
}

h2,.subline{
  font-family: 'Century Gothic W01';
  font-size: 1.8rem;
  line-height: 1.1;
  color: #42974E;
}

.text-green{
  color: #42974E;
}

.bg-green h2,.bg-green .subline{
  color: #fff;
}

@media (max-width: 768px) {
h2,.subline{
  font-size: 1.4rem;
}
}

nav .menu {
  position: relative;
}

nav .menu a{
  font-family: 'Century Gothic W01 Bold';
  text-transform: uppercase;
  color: #fff;
  padding: 0 .6rem;
  font-size: 1.4rem;
}

nav .menu a:hover{
  text-decoration: none;
  color: #e3e3e3;
}

@media (max-width: 999px){
nav .menu a{
  display: none;
}
}

.title{
  font-family: 'Kiwi Refresher';
  font-size: 6rem;
  text-transform: uppercase;
  color: #e3e3e3;
  line-height: .9;
}

.subtitle{
  font-size: 1.7rem;
  color: #42974E;
}

@media (max-width: 768px){
  .title{
  font-size: 5rem;
}

.subtitle{
  font-size: 1.3rem;
}
}

fieldset input, fieldset textarea{
  border: none;
  border-bottom: 2px solid #333;
  width: 100%;
}

fieldset label{
  margin-bottom: 0;
  margin-top: .5rem;
}

.footerform .form{
  width: 100%;
}

.footerform .field.text{
  width: 50%;
  float: left;
  border: 5px solid #fff;
}

#Form_FooterForm_Anfrage_Holder, #Form_FooterForm_Titel_Holder{
  width: 100%;
  float: left;
}

.footeradresse p{
  margin-bottom: 0;
}

.footeradresse a{
  color: #42974E;
}

.btn-toolbar input:hover{
  cursor: pointer;
}

.p-content h2, .p-content .subline{
  padding-bottom: 1.5rem;
}

.pt-6 {
    padding-top: 4rem!important;
}

.grid-item-hover .subline, .bg-green .subline{
  color: #fff;
}

.container {
    width: 1400px;
    max-width: 95%;
}

.uppercase{
  text-transform: uppercase;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
input:focus,
textarea:focus,
[role="button"] {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

img{max-width: 100%;}

footer{
  padding: 5rem 0 4rem 0;
}

footer p{
  margin-bottom: .5rem;
  line-height: 1;
  font-size: 1.6rem;
  font-family: 'Century Gothic W01 Bold';
}

@media (max-width: 768px) {
  footer p{
  font-size: 1.3rem;
  }
}

.footer-nav{
  text-transform: uppercase;
}

.footer-text-small p{
  font-family: 'Century Gothic W01';
  font-size: .9rem;
  line-height: 1.35;
}

footer a{
  color: #fff;
}

footer a:hover{
  color: #e3e3e3;
  text-decoration: none;
}

.btn-green-bg a{
  background-color: #42974E;
  color: #fff;
  padding: .8rem 2rem;
}

.btn-green-bg a:hover{
  text-decoration: none;
  background-color: #397441;
}

.p-content{
  padding: 1rem 4.5rem 3rem 4.5rem;
}

@media (max-width: 768px) {
.p-content{
  padding: 1rem 2.5rem 3rem 2.5rem;
}
}

.case-container, .expertise-container, .jobportal-container{
  margin-top: -80px;
}

.case-container .btn-round{
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -65px;
}

.case-background{
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.grid-item video {
  width: auto;
  height: 100%;
}

.grid-item:hover .case-background{
  transform: scale(1.1);
}

.expertise-container .btn-round{
  position: absolute;
  text-align: center;
  right: 30px;
  margin-top: -65px;
}

@media (min-width: 800px) {
.expertise-container .rounded-circle, .standort-container .rounded-circle{
  float: right;
  margin-right: -100px;
  margin-left: 2rem;
}
}

.title-handwritten{
  font-family: 'Kiwi Refresher';
  font-size: 8rem;
  text-transform: uppercase;
  color: #e3e3e3;
  margin-bottom: -47px;
  line-height: .85;
}

@media (max-width: 768px) {
.title-handwritten{
  font-size: 4rem;
}
}

.bg-green .title-handwritten{
  color: #33703c;
}

.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 0;
    transition: background-color .3s;
    padding: 0rem 1rem;
}

.navbar .nav-logo{
  width: 200px;
  transition: width .3s;
}

@media (min-width: 1000px){
.navbar-bg-green{
  background-color: #42974E;
}

.navbar-bg-green .nav-logo{
  width: 120px;
}
}

.navbar-collapse {
    position: absolute;
    top: 0px;
    right: 0;
    padding-top: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    width: 50vw;
    max-width: 350px;
    background-color: #fff;
    overflow-y: auto;
    height: 100vh;
}

@media (min-width: 1000px) {
.navbar-collapse {
    display: none;
}
}

@media (max-width: 1200px) {
.navbar-collapse {
    width: 60vw;
}
}

@media (max-width: 768px) {
.navbar-collapse {
    width: 100vw;
    height: 100vh;
}
}

.navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
    right: -50vw;
}
.navbar-collapse.show {
    right: 0;
    -webkit-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
    -moz-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
}

.navbar>.container, .navbar>.container-fluid {
    align-items: flex-start;
}

.navbar-light .navbar-toggler{
    border: none;
    z-index: 1;
    position: absolute;
    right: 0;
    top: -3rem;
}

@media (min-width: 1000px){
 .navbar-light .navbar-toggler{
    display: none;
}
}

.button-wrapper{
}

.navbar-light .navbar-nav .nav-link{
  color: #42974E;
  line-height: 1;
  font-size: 1.6rem;
  padding: .5rem 1rem;
}

.header-image{
    height: 70vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px){
.header-image{
    height: 50vh;
}
}

.header-image .headline{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .6rem;
}

.header-image .subline{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Century Gothic W01';
}

.grid-item .grid-item-hover{
  position: absolute;
  top: 0px;
  padding-left: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all .2s ease-in;
  color: #fff;
  display: flex;
  justify-content: center;
    text-align: center;
    align-items: center;
}

.job-item .job-item-hover {
  position: absolute;
  top: 0px;
  padding-left: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: visible;
  transition: all .2s ease-in;
  color: #fff;
  display: flex;
  justify-content: center;
    text-align: center;
    align-items: center;
  background-color:rgba(0, 0, 0, 0.35);
}
.grid-item:hover .grid-item-hover, .job-item:hover .job-item-hover  {
  height: 100%;
  background-color:rgba(0, 0, 0, 0.6);
  visibility: visible;
}

.grid-item-hover > span{
  max-width: 500px;
  padding: 3rem;
}

.grid-item-hover:hover{
  text-decoration: none;
}


.grid {
  margin:0 auto;
  width: 100% !important;
}
.grid-item {
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.grid-item-a {
  position: absolute;
  opacity: 0;
  top: 0;
  display: none;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.3);
  transition: opacity .5s ease;
}

.grid-item-text{
  position: absolute;
  bottom: 0;
  line-height: 1;
}

.grid-item-text p{
  margin-bottom: 1rem;
}

.grid-item-text .title-handwritten{
  display: inline-block;
  font-size: 6rem;
  line-height: .9;
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
  .grid-item-text .title-handwritten{
  font-size: 5rem;
}
}

@media screen and (max-width: 900px) and (min-width: 600px) {
  .grid-item-text .title-handwritten{
  font-size: 3.2rem;
}
}

.grid-item div:hover + .grid-item-a {
  display: block;
}

.grid-item-a:hover {
  display: block;
  opacity: 1;
}

.grid-sizer{
  width: 1px;
}
.grid-item {
  width: 33.29%;
}
.grid-item-half {
  width: 49.999%;
}
.featured {
  width: 66.6666%;
}

.square {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 6pt solid #fff;
}
.square:after {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
.square-content{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .grid-sizer{
    width: 100%;
  }
  .grid-item {
    width: 100%;
  }
  .featured {
    width: 100%;
  }
}

.navbar-toggler .icon-bar {
  display: block;
  height: 0.1em;
  width: 1.2em;
  background: #42974E;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.navbar-toggler {
    padding: .8rem 1rem;
    background-color: #fff;
    border-radius: 50%;
}

.navbar-toggler-green{
  background-color: #42974E;
}

.navbar-toggler-green .icon-bar {
  background-color: #fff !important;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  background-color: #fff;
}

.navbar-toggler.nbta-to-x-left .icon-bar {
  transition: all 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.navbar-toggler.nbta-to-x-left[aria-expanded="true"] .icon-bar:nth-child(1) {
  -webkit-transform: translate(0em, 0.4em) rotate(45deg);
          transform: translate(0em, 0.4em) rotate(45deg);
          background: #42974E;
}
.navbar-toggler.nbta-to-x-left[aria-expanded="true"] .icon-bar:nth-child(2) {
  transition: all 0.2s;
  opacity: 0;
}
.navbar-toggler.nbta-to-x-left[aria-expanded="true"] .icon-bar:nth-child(3) {
  -webkit-transform: translate(0em, -0.4em) rotate(-45deg);
          transform: translate(0em, -0.4em) rotate(-45deg);
          background-color: #42974E;
}

.jumbotron{
  background-size: cover;
  background-position: center;
}

.agency .jumbotron{
  height: 50vh;
  min-height: 200px;
}

.bg-green{
  background-color: #42974E;
  color: #fff;
  background-size: 130px !important;
  background-position: left bottom !important;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
.agency .bg-green{
  padding-bottom: 8rem !important;
}
}

.swiper-slider{
    height: 70vh !important;
    min-height: 600px;
    cursor: pointer;
}

.swiper-slider a{
    text-decoration: none;
}

.swiper-slider .btn-green{
    display: inline-block;
}

.swiper-slider .btn-green:hover{
    background-color: #397441;
    color: #fff;
    border: 2px solid #397441;
}

.swiper-slider .swiper-slide{
  text-align: left;
  justify-content: unset;
}

.homepageslider-content{
  padding-top: 30vh;
  padding-left: 15%;
  padding-right: 15%;
  z-index: 1;
}

.swiper-slider .headline{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .6rem;
}

.swiper-slider .subline{
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Century Gothic W01';
}

@media (max-width: 465px) {
.swiper-slider .subline{
    font-size: 1.5rem;
}
}

.swiper-logos, .swiper-awards {
      width: 100%;
      height: 200px !important;
      margin-top: 2rem;
    }

.swiper-logos img, .swiper-awards img{
      width: 100%;
      height: auto;
}

.swiper-agency{
      width: 100%;
      height: 30vh;
      min-height: 450px;
    }
    .swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      background-size: cover;
      background-position: center;
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/arrow-right.svg') !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/arrow-left.svg') !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background: #fff;
    opacity: 1;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    border: 3px solid #42974E;
    background: #42974E;
}

.swiper-fullwidth{
  height: unset !important;
}

.swiper-fullwidth .swiper-slide{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.swiper-fullwidth .swiper-slide img{
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet {
    margin: 0 4px;
}

.bg-grey-green .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background: transparent;
    opacity: 1;
}


.bg-grey-green .swiper-pagination-bullet-active {
    opacity: 1;
    border: 3px solid #fff;
    background: #fff;
}

.bg-grey-green .swiper-pagination{
  width: 100%;
  padding-right: 27px;
}

.btn-green{
  background-color: #42974E;
  color: #fff;
  border: 2px solid #42974E;
  padding: .8rem 2rem;
  cursor: pointer;
  display: inline-block;
}

.btn-green svg{
  width: 26px;
}
.btn-green svg path{
  fill: #fff;
}

.btn-green:hover{
  background-color: #fff;
  color: #42974E;
  border: 2px solid #42974E;
  text-decoration: none;
  transition: all .2s ease-in;
}

.btn-green:hover svg path{
  fill: #42974E;
}

.btn-green.dark:hover{
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  transition: all .2s ease-in;
}

.btn-white-border{
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-white-border:hover{
  background-color: #fff;
  color: #42974E;
  border: 2px solid #fff;
  text-decoration: none;
  transition: all .2s ease-in;
}

.btn-round{
  width: 90px;
  height: 90px;
  border-radius: 50%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1;
  line-height: 1.2;
  font-size: .85rem;
  letter-spacing: .5px;
}

.btn-round-editor a{
  width: 90px;
  height: 90px;
  border-radius: 50%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1;
  line-height: 1.2;
  font-size: .85rem;
  letter-spacing: .5px;
  background-color: #42974E;
  color: #fff;
  border: 2px solid #42974E;
  padding: .8rem 2rem;
  cursor: pointer;
}

.btn-round-editor a:hover{
  text-decoration: none;
  background-color: #fff;
  color: #42974E;
  border: 2px solid #42974E;
  transition: all .2s ease-in;
}

.btn-round-small{
  width: 60px;
  height: 60px;
  border-radius: 50%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 600px) {
.text-two-columns{
  column-count: 2;
  column-gap: 80px;
}
}

.list-geschichte ul{
  list-style: none;
  padding-left: 0px;
}

.list-geschichte ul li{
  padding-bottom: 2rem;
  color: #000;
}

.list-geschichte ul li strong{
    padding-right: 10px;
    font-size: 1.9rem;
    color: #fff;
    line-height: 1;
}

@media (min-width: 1000px) {
.list-geschichte ul{
  list-style: none;
  padding-left: 85px;
}
.list-geschichte ul li strong{
  margin-left: -85px;
}
}

.bg-grey-green{
  background: linear-gradient(180deg, #f8f9fa 70%, #42974E 30%);
}

    .swiper-container {
      width: 100% !important;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
    }

    .swiper-container .btn-green{
    position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 220px;
  margin-top: -120px;
  z-index: 9999;
  text-align: center;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 90%;
      width: 100%;
    }

    .gallery-top .subline{
      line-height: 1.3;
    }
    .gallery-thumbs {
      height: 10%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
    }

    .gallery-thumbs .swiper-slide .swiper-hover{
      visibility: hidden;
    }

    .gallery-thumbs .swiper-slide-thumb-active .swiper-hover{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    visibility: visible;
    width: 100%;
    color: #fff;
    }

    .gallery-thumbs .swiper-slide-thumb-active .swiper-hover p{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }


.cb-counter #counter {
  border-radius: 50% !important;
  background-color: #fff;
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 4rem .5rem 0rem .5rem;
}

.jobholdermap iframe{
  margin-bottom: -7px;
}

.werte-content p{
  font-size: 1.8rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #42974E;
}

@media (max-width: 600px) {
  .werte-content p{
  font-size: 1.5rem;
}
}

.werte-content strong{
  color: #212529;
}

.w-50 .w-50{
  width: 100% !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.card {
    border: none;
    border-radius: 0;
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.tab-content{
  padding-top: .5rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  width: 95%;
  max-width: 1000px;
  margin-top: .8rem;
  text-align: center;
  @include media-breakpoint-up(sm)
  { 
  width: 80%;
  }
}

.tab-content li{
  list-style: none;
  padding-bottom: 1.5rem;
}
  
.tab_content li > img:first-child, .tab-content li > img:first-child{
  width: 50px;
  padding-bottom: 1rem;
  @include media-breakpoint-up(sm)
  { 
  position: absolute;
  margin-left: -7rem;
  padding-top: 5px;
}

}
.tab-container [aria-expanded="false"]{
  background-color: #fff;
}

.tab-container [aria-expanded="true"] .overlay{
  display: none;
}

.card-body{
  display: flex;
  align-items: flex-end;
  color: #fff;
  z-index: 1;
}

.order-13 {
    -ms-flex-order: 13;
    order: 13;
}

.order-14 {
    -ms-flex-order: 14;
    order: 14;
}

.order-15 {
    -ms-flex-order: 15;
    order: 15;
}

.order-16 {
    -ms-flex-order: 16;
    order: 16;
}

.order-17 {
    -ms-flex-order: 17;
    order: 17;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.45);
    z-index: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.is--active .overlay {
    background: transparent;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.lunchbox {
   position: relative;
}

.lunchbox .swiper-button-prev{
   margin-left: -20px;
}

.lunchbox .swiper-button-next{
   margin-right: -20px;
}

@media (min-width: 37.5em) {
   .lunchbox  {
      margin-left: auto;
      margin-right: auto;
      width: 92%;
      /* make room for arrows */
      padding-left: 2em;
      padding-right: 2em;
   }
}
@media (min-width: 43.75em) {
   .lunchbox  {
      width: 95%;
   }
}

.team-slide a{
  text-decoration: none;
}

.team-grid {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.team-grid .card{
  margin-bottom: 22px;
}

.team-item {
  width: 100%;
  visibility: hidden;
}

@media (max-width: 1200px) {
  .team-item{
  display: none;
}
}

.team-item:hover {
  cursor: pointer;
}

.team-item.visible{
  visibility: visible;
  display: block;
}

@media (min-width: 600px) {
  .team-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 968px) {
  .team-item {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width: 1200px) {
  .team-item {
    width: calc(25% - 20px);
  }
}
.team-item-brief {
  position: relative;
}

.team-item-brief-arrow {
  opacity: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* arrow */
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #fff;
  transition: all .4s ease;
}

.team-item.is--active .team-item-description {
  display: block;
}
.team-item.is--active .team-item-brief:after {
  display: block;
}
.team-item.is--active .team-item-brief-arrow {
  opacity: 1;
}
.team-item.is--active .team-item-arrow {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.team-item-photo {
  width: 100%;
}

.team-item-name {
  margin-bottom: 0em;
}

.team-item-description {
  background: #fff;
  position: relative;
  display: none;
  width: 100%;
  left: 0;
  padding: 1em 2em 1em 2em;
  margin-bottom: 2em;
  text-align: center;
}

@media (min-width: 1200px) {
  .team-item-description {
  padding: 1em 50% 1em 50%;
}
}

@media (min-width: 600px) and (max-width: 968px) {
  .team-item-description {
    width: calc(200% + 40px);
  }

  .team-item:nth-of-type(2n+2) .team-item-description {
    margin-left: calc(-100% - 40px);
  }
}
@media (min-width: 968px) and (max-width: 1200px) {
  .team-item:nth-child(3n+1):nth-last-child(-n+3) ~ .team-item {
    margin-left: 30px;
    margin-right: auto;
  }

  .team-item-description {
    width: calc(300% + 60px);
  }

  .team-item:nth-of-type(3n+2) .team-item-description {
    margin-left: calc(-100% - 60px/2);
  }

  .team-item:nth-of-type(3n+3) .team-item-description {
    margin-left: calc(-200% - 60px);
  }
}
@media (min-width: 1200px) {
  .team-item-description {
    width: calc(400% + 80px);
  }

  .team-item:nth-of-type(4n+2) .team-item-description {
    margin-left: calc(-100% - 80px/3);
  }

  .team-item:nth-of-type(4n+3) .team-item-description {
    margin-left: calc(-200% - 80px/1.5);
  }

  .team-item:nth-of-type(4n+4) .team-item-description {
    margin-left: calc(-300% - 80px);
  }
}
.team-item-description-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
}
.team-item-description-close svg {
  font-size: 2em;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.caseholder-header{
  background-color: #42974E;
  height: 9rem;
}

.footermap iframe{
  min-height: 350px;
}

.serviceteaser{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.serviceteaser h4{
  position: absolute;
  padding: 0 10%;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Century Gothic W01 Bold';
}

.small, small {
    font-size: 90%;
    color: #333;
}

.fwtcb-image{
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.fwtcb-text-left{
  padding: 5rem 5rem 4rem 8%;
}

.fwtcb-text-right{
  padding: 5rem 8% 4rem 5rem;
}

@media (max-width: 1200px) {
.fwtcb-text-left,.fwtcb-text-right{
  padding: 8%;
}
}

.pagination{
  display: block;
  font-family: 'Century Gothic W01 Bold';
  font-size: 1.5rem;
  text-align: right;
  margin-top: 1.2rem;
}

.pagination a{
  border-radius: 50%;
  padding: 3px 12px 5px 12px;
}

.pagination a:hover{
  text-decoration: none;
}

.pagination span{
  background-color: #42974E;
  border-radius: 50%;
  padding: 3px 12px 5px 12px;
  color: #fff;
}

.dropdown{
  display: inline;
}

.dropdown-menu{
  border-radius: 0;
  background-color: #42974E;
  border: none;
  padding: .7rem;
  margin: 0;
}

.dropdown-item{
  text-transform: none !important;
  font-size: 1.3rem !important;
  font-family: 'Century Gothic W01' !important;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #377f41;
    color: #fff !important;
}

.blog .card-body{
  display: block;
}

.blog .card-footer {
    padding: 0 1.25rem 1.25rem 1.25rem;
    background-color: transparent;
    border-top: none;
    margin-top: -1rem;
}

.blog .btn-green{
  padding: .3rem 1.3rem;
  font-size: 1rem;
}

.blog .card-deck {
  margin: 0 -15px;
}

.card-title{
color: #42974E;
font-size: 1.5rem;
}

.blogdata{
  font-size: .85rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.blogcategory{
  background-color: #f8f9fa;
  font-weight: 700;
    padding: .3rem .5rem;
    text-transform: uppercase;
    font-size: .85rem;
    white-space: nowrap;
    display: inline-block;
}

.card .blogcategory a{
  color: #fff;
}

.card .blogcategory{
  border: 1px solid #42974E;
  background-color: #42974E;
  padding: .1rem .4rem;
    font-size: .75rem;
}

.blogcategory-wrapper{
margin-bottom: .5rem;
}

.blog .card p{
  margin-bottom: 0;
}

a.headline:hover{
  text-decoration: none;
}

a.headline:hover h5{
  color: #000;
}


  .blog .card-deck .card {
    margin-bottom: 2rem;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
  }

@media (min-width: 580px) and (max-width: 1300.98px) {
  .blog .card-deck .card {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
  }
}

@media (min-width: 1301px)
{
  .blog .card-deck .card {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-lang .link-1{
  border-right: 2px solid #fff;
  padding-right: .45rem;
}
.nav-lang .link-2{
  padding-left: .1rem;
}

#CybotCookiebotDialogBodyButtonAccept {
    background-color: #42974E !important;
    border: 1px solid #42974E !important;
}

.userform .action{
    margin-top: 1.2rem;
    background-color: #42974E;
    color: #fff;
    border: 2px solid #42974E;
    padding: .8rem 2rem;
    cursor: pointer;
    display: inline-block;
}

.userform input.text, .userform textarea.textarea{
  border: none;
  border-bottom: 2px solid #333;
  width: 100%;
}

.userform label{
  font-weight: 400 !important;
  margin-top: .6rem;
}

.userform .field.w-50{
  float: left;
}

@media (max-width: 800px)
{
  .userform .field.w-50{
  width: 100% !important;
  }
}

.userformsstep{
  margin: 0 -.4rem;
}

.userformsstep > *{
  padding: 0 .4rem;
}

