@font-face {
  font-family: "Helvetica Neue";
  src: url(../assets/fonts/HelveticaNeueLTProHvEx.woff) format('woff');
}

@font-face {
  font-family: "Trade Gothic Next LT Pro";
  src: url(../assets/fonts/TradeGothicLTStd.woff) format('woff');
}

@font-face {
  font-family: "Trade Gothic Next LT Pro";
  font-weight: 700;
  font-style: normal;
  src: url(../assets/fonts/TradeGothicLTStdBld.woff) format('woff');
}

.sticky-nav {
  position: fixed;
  top: 30%;
  z-index: 100;
  right: 0;
  width: 70px;
  background-color: #fff;
}

.sticky-nav a{
  font-size: 30px;
  line-height: 30px;
  transition: all .2s ease-in-out;
}

.sticky-nav a:hover {
  color: #fff;
  transform: scale(1.3);
}

.sticky-btn {
  position: relative;
  background-color: var(--ci-orange);
  right: 0;
  height: 70px;
}

.sticky-btn:not(:first-child):not(:last-child) {
  margin: 1px 0;
}

.sticky-btn.bg-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
:root{
  --dark-green: #13342A;
  --ci-orange: #FFB400;
  --grey: #E7E8E8;
  --light-grey: #F8F8F8;
  --light-blue: #EDF0F2;
}

body {
  overflow-x: hidden;
  font-family: 'Trade Gothic Next LT Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #000000;
}

p {
  line-height: 1.75;
}

a{
  color: var(--dark-green);
  text-decoration: none;
}

a:hover {
  color: var(--ci-orange);
}

.text-primary {
  color: var(--dark-green);
}

h1,
h2,
h3,
h5,
h6 {
  color: var(--dark-green);
  font-family: "Helvetica Neue";
  font-weight: 600;
}

.h3, h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h4{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.subheadline {
  color: var(--ci-orange);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase!important;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
}

#offer h2.section-heading{
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.special-offer-p{
margin-top:50px;
}


.btn {
  font-weight: 400;
  border-radius:0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: var(--ci-orange);
  border-color: var(--ci-orange);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: var(--ci-orange);
  border-color: var(--ci-orange);
  color: #fff;
}

a.btn.btn-primary:hover {
  box-shadow: 0 0 0 0.2rem rgb(254 209 55 / 50%) !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.btn-primary.link-icon::after {
  background: url(../img/icons/arrow-white.svg) no-repeat;
  background-size: 1rem;
}
.btn-primary.link-icon {
  padding-right: 2rem;
}

::selection {
  background: var(--ci-orange);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

img {
  max-width: 100%;
}

img.icon {
  margin-right: 1em;
}

section {
  background-color: #fff;
}

.outer-bg {
  background-color: #efefef;
}

.bg-white {
  background-color:#fff;
}

.bg-gray {
  background-color: var(--light-grey);
}

.txt-white {
  color:#fff;
}

.bg-green{
  background-color: var(--dark-green);
  color:#fff;
}

a.link-more{
  font-weight: bold;
}

a.link-icon::after {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../img/icons/arrow.svg) no-repeat;
  position: absolute;
  background-size: 1rem;
  margin-left: 10px;
}
/*
a.link-icon:hover::after{
  background: url(../img/icons/arrow-orange.svg) no-repeat;
}*/

.hr-orange {
  position: relative;
  margin: 20px auto;
  height: 5px;
  background-color: var(--ci-orange);
}
.hr-orange-short {
  position: relative;
  margin: 20px auto 70px;
  width: 50px;
  height: 5px;
  background-color: var(--ci-orange);
}
.hr-white-short {
  position: relative;
  margin: 20px auto 70px;
  width: 50px;
  height: 5px;
  background-color:#fff;
}

.text-right {
  text-align: right;
}

/* ----- NAV ----- */
#mainNav {
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: var(--ci-orange);
  border-radius: 0;
}

#mainNav .navbar-brand {
  color: var(--ci-orange);
}

.navbar-brand svg {
  width:250px;
  height:50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: var(--ci-orange);
}

li.nav-item {
  width: fit-content;
}

#mainNav .navbar-nav .nav-item .nav-link{
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

#mainNav .navbar-nav .nav-item .nav-link, .dropdown-item {
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 0;
  margin: 1em;
  color: #222;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: var(--ci-orange);
  border-bottom: 2px solid  var(--ci-orange);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color:#fff;

  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }

  #mainNav.navbar-shrink .navbar-brand img {
    width:160px;
    height:42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-brand img {
    height: 50px;
    width: 100%;
  }

}

header.masthead {
  color: white;
  background-image: url("../img/Slider_1-1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

@media (max-width: 500px) {

  header.masthead {
    max-height: 695px;
  }
}

.bg-2 {
  background-image: url("../img/slider_2.jpg") !important;
}
.bg-3 {
  background-image: url("../img/Slider_3-2.jpg") !important;
}
.bg-4 {
  background-image: url("../img/Slider_4.jpg") !important;
}
.bg-5 {
  background-image: url("../img/Slider_5.jpg") !important;
}

header .intro-text {
  /*padding-top: 150px;
  padding-bottom: 100px;*/
  padding-bottom: 25px;
}

header .intro-text a {
  color: white;
  font-weight: bold;
}

header .intro-text .intro-lead-in {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: 800;
  font-family: "Helvetica Neue";
}

header .intro-text .intro-heading {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 10px;
  text-shadow: 2px 1px 5px rgba(0,0,0,0.5);
}

header video{
  height: 70vh;
  object-fit: cover;
}

.main-carousel .carousel-cell{
  height: 50vh;
}

.container.slider-pagination {
  position: absolute;
  margin-top: -220px;
}


.main-carousel header .intro-text {
  width:80%;
  position: absolute;
  bottom: 0;
}

.main-carousel .carousel-cell{
  height: 50vh;
}

.main-carousel header .intro-text .intro-lead-in {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0.5em;
}

.intro-text .intro-lead-in img.icon {
  margin-right: 10px;
  height: 60px;
  transform: rotate(180deg);
}

@media (max-width:1398px){
  .special-offer h2 {
    color: var(--ci-orange);
    font-size: 25px;
    line-height: 25px;
    margin-left: -50px;
    margin-bottom: 0.5em;
  }
  }

@media (min-width: 768px) {
  .main-carousel .carousel-cell{
    height: 80vh;
  }

  .main-carousel header .intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }

  .special-offer-text {
    bottom: 1.5rem;
    position: relative;
  }
  
  #offer img {
    width: 100%;
    margin-bottom: 650px;
}

  h1, .h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }


  h2, .h2 {
    font-size: 2.5rem;
  }

  .intro-text .intro-lead-in img.icon {
    height: 90px;
  }

}

/* ---- Contact ----- */

.form-control {
  padding: .25rem .5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-color: var(--dark-green);
  padding: 10px 15px;
  border-radius:0;
  background-color: var(--light-grey);
}

.input-group-text {
  background-color: var(--ci-orange);
  border-color: var(--ci-orange);
  border-radius: 0;
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 200px;
}

section#contact .form-control:focus {
  border-color: var(--ci-orange);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.small{
  font-size: 0.55rem;
}

.form-check-input[type=checkbox]{
  border-radius: 0;
  border-color: var(--dark-green);
}

#sendMessageButton{
  margin-right: 30px;
}

.contact-carousel .carousel-cell{
  height: 850px;
}

.contact-carousel .carousel-cell .container{
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

@media (max-width: 1200px) {
  .contact-carousel .carousel-cell .container{
    height: 80%;
  }
}

@media (max-width: 991px) {
  .contact-carousel .carousel-cell .container{
    height: 100%;
  }
}
.contact-slider-1 {
  background-image: url("../img/team.jpg") !important;
}

.contact-slider-2 {
  background-image: url("../img/2J4A1371.png") !important;
}
.contact-slider-3 {
  background-image: url("../img/IMG_6049.png") !important;
}

/* ---- Footer ----- */
footer {
  padding: 100px 0;
  background-color: var(--dark-green);
  color:#fff;
}

footer p, footer a {
  font-size: 0.75rem;
  color:#fff;
}

footer img.logo{
  width: 200px;
}

footer input.form-control {
  border: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 25px;
  line-height: 50px;
  display: block;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right:5px;
  color: var(--ci-orange);
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: rgba(33, 37, 41,0.2);
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

/* ----- Offer ----- */
#offer {
  padding-bottom: 0;
}

#offer img {
  width: 100%;
  margin-bottom: 30px;
}
/*
#offer h3{
  word-break: break-all;
}*/

#offer h3 {
  font-size: 1.5rem;
}



.special-offer {
  position: relative;
}
/*
#offer .tree {
  max-height: 500px;
}*/

#offer .tree img {
  width: 90%;
  left: -50px;
  bottom: 3rem;
  position: relative;
}


.col-8.special-offer-2 {
  position: relative;
}



/* ----- FOOTER ----- */

footer .logos img{
  max-height: 100px;
}
/* ----- GALLERY ----- */

.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

video.fancybox-video {
  display: block;
}

/* ----- Range ----- */

#range ul {
  padding-left: 0;
}

#range li {
  list-style: none;
  margin-bottom: 5px;
  font-family: 'Helvetica Neue';
  /* font-size: 1.2rem; */
  text-transform: uppercase;
}

#range li::before {
  content: "";
  background: url(../img/icons/arrow.svg) no-repeat;
  background-size: 1rem;
  vertical-align: -10px;
  margin-right: 1rem;
  height: 25px;
  width: 25px;
  display: inline-block;
}

/* ----- Ausbildung------ */

#ausbildung .bg-image{
  position: relative;
  display: flex;
}

#ausbildung .bg-image, .bg-image h2, .bg-image a{
  color: #fff;
}

#ausbildung .bg-image .link-icon::after{
  background: url(../img/icons/arrow-white.svg) no-repeat;
}
/*
#jobs .bg-image a:hover{
  color: var(--ci-orange);
}*/

/*
.video.gradient-overlay::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0) 50%);
}*/

#ausbildung .bg-image img{
  height: 600px;
  width: 100%;
  object-fit: cover;
}

#ausbildung .bg-image .gradient-overlay{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}


/* ----- Jobs / Accordion ---- */
.accordion-button {
  background-color: var(--grey);
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: transparent!important;
  box-shadow: none!important;
  color: black;
}

.accordion-item{
  margin-bottom: 1rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

.accordion-item .accordion-body{
  margin-bottom: 1rem;
}
/*
.accordion-item .accordion-text{
  column-count: 2;
}*/

.accordion-item .accordion-download .download-icon{
  margin-bottom: 15px;
}

.accordion-item .accordion-download a {
  text-transform: none;
}

.accordion-item .accordion-download span {
  font-weight: 400;
}

.accordion-button::after {
  background-image: url(../img/icons/arrow-orange.svg)!important;
  background-size: 1rem!important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg)!important;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125)!important;
}

/* ----- FLICKITY ------ */
.carousel-cell {
  width: 100%;
}

.flickity-prev-next-button {
  border-radius: 0 !important;
}

.flickity-button {
  background: rgba(255, 180, 0, 0.8) !important;
  color: #fff !important;
}

button.flickity-button {
  display: none;
}

/*
ol.flickity-page-dots {
  font-size: 0.9rem;
  counter-reset: item;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  right: 50px;
  width: 80px;
  display: grid;
}*/

ol.flickity-page-dots {
  font-size: 0.9rem;
  counter-reset: item;
  color: #fff;
  display: grid;
  margin-top: -300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  position: inherit;
}

ol.flickity-page-dots li.dot:before {
  counter-increment: li;
  content: counter(item, decimal-leading-zero);
}

ol.flickity-page-dots>li {
  counter-increment: item;
  background: transparent!important;
  width: unset!important;
  opacity: 1!important;
  margin: 20px 0!important;
  text-align: right;
  height: 50px;
  transition: all .2s ease-in-out;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  font-size: 50px;
  margin-bottom: 70px!important;
}

.flickity-page-dots .dot.is-selected::before {
  border-bottom: 2px solid  var(--ci-orange);
  padding-left: 5px;
}

/* ---- Modal ----- */
.modal-dialog:not(.modal-fullscreen) {
  padding-top: 25vh;
}

.modal-header, .modal-body {
  padding: 2rem;
}

.modal-fullscreen .modal-header {
  border-bottom: none;
}

.modal-dialog button.btn-close {
  color: var(--dark-green);
  opacity: 1;
  font-size: 25px;
}

.modal img{
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
}

.service-carousel .carousel-cell{
  height: 850px;
}

.service-slider-1 {
  background-image: url("../img/team.jpg") !important;
}

.service-slider-2 {
  background-image: url("../img/IMG_6068.jpg") !important;
}
.service-slider-3 {
  background-image: url("../img/Slider_2-2.jpg") !important;
}

.grid-sizer,
.grid-item {
  width: calc(100% / 6);
  border: solid 0.5px #fff;
}

/* 2 columns */
.grid-item--width2 {
  width: calc(100% / 3);
}

.azubibadge{
  width: 25%;
  height: auto;
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
}

/* ---- Media Queries ----- */
@media (min-width: 991px) {
  #offer {
    padding-bottom: 0;
  }

  #offer h3 {
    font-size: 1.5rem;
  }

  .special-offer-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 100px;
}
  /*.special-offer h2 {
    font-size: 36px;
  }*/
  #offer h2.section-heading{
    margin-bottom: -20px;
  }
  #offer .tree img {
    width: 90%;
    left: -25px;
    bottom: 172px;
    position: absolute;
  }

}

@media (max-width: 990px) {
  .h3, h3 {
    font-weight: 300;
    font-size: 1.2rem;
  }
  .special-offer h2 {
    color: var(--ci-orange);
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0.5em;
    bottom: 354px;
    left: 331px;
    margin-left: 0px;
}
.special-offer-p {
  margin-top: 0px;
}
}

@media (max-width: 767px) {
  /* offer */
  .special-offer-text {
    right: 0;
    bottom: 1.5rem;
    position: relative;
  }

  .special-offer h2 {
    bottom: 262px;
    left: 247px;
    margin-left: 0px;
  }

  #offer .tree img {
    width: 100%;
    left: -17px;
    bottom: 16px;
    position: relative;
}

  .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
  }

  /* footer */
  footer {
    padding: 0;
    margin-bottom: 70px;
  }

  footer .col.mx-1 {
    min-width: 250px;

  }

  footer .logos img {
    height: 70px;
  }

  footer .logos img:not(:last-child) {
    padding-right: 2rem!important;
  }

  .contact-carousel .carousel-cell{
    height: 80vh;
    margin-bottom: 100px;
  }
}

@media (max-width: 576px) {
  .grid-item {
    width: calc(100% / 3)}

  .navbar-brand img {
    width:180px;
  }
  .top-bar{
    font-size: 0.7rem;
    letter-spacing: 0.3px;
    padding: 15px 0;
    text-align: center;
  }
  .navbar-shrink .navbar-brand img {
    width: 120px;
    height: 40px;
  }
  .special-offer h2 {
    position: unset;
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;
}
.sticky-nav {
  position: fixed;
  top: unset;
  bottom: 0px;
  z-index: 100;
  right: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  display: flex;
}
.sticky-btn:not(:last-child) {
  margin: 0px 0;
  border-right: solid 1px #fff;
}
.sticky-btn {
  position: relative;
  background-color: var(--ci-orange);
  right: 0;
  height: 80px;
  border: none;
  width: calc(100%/3);
  font-size: 2rem;
}
.sticky-btn:not(:first-child):not(:last-child) {
  margin: 0px 0;
}
  #offer img{
    margin-bottom: 0;
  }
}

div#content {
  margin-top: 110px;
}

/* Sticky Contact on Side */





@media (min-width:1399px){
  .special-offer h2 {
      color: var(--ci-orange);
      font-size: 36px;
      line-height: 36px;
      margin-left: -50px;
      margin-bottom: 0.5em;
    }
  }

  @media (min-width:1200px){
    #offer .tree img {
      width: 90%;
      left: -25px;
      bottom: 100px;
      position: absolute;
      }
    }
  
