/* CUSTOM
 */

/* bebas-neue-regular - latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../vendor/fonts/bebas-neue-v2-latin/bebas-neue-v2-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../vendor/fonts//bebas-neue-v2-latin/bebas-neue-v2-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



@font-face {
    font-family: 'Helvetica Neue';
    src: url('../vendor/fonts/HelveticaNeue/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../vendor/fonts/HelveticaNeue/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Black';
    src: url('../vendor/fonts/HelveticaNeue/HelveticaNeue-Black.woff2') format('woff2'),
        url('../vendor/fonts/HelveticaNeue/HelveticaNeue-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
  --bs-blue: #41b8fe;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #2e2f2e;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

#cta-two-moc {

    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.nav-pills li {
  margin: 0 20px;
}

#bubble-pit {
  overflow:hidden;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1280px;
}

h1 {
    font-family: Helvetica Neue;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.75em;
	color: var(--bs-light);
}

.heading {
  font-family: Helvetica Neue;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.75em;
color: var(--bs-blue);

}

.case-study {
 padding-bottom: 80px;


}

.parallax {
  /* The image used */
  background-image: url("img/vans/mb-background.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#case-study .col p {

    line-height: 28px;
    color: #666;
    width: 65%;
}

.mobile {

  border: 2px solid #ccc;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #eee;
    width: 75%;

  }

  .desktop {

    border: 1px solid #000;
      border-radius: 4px;
      box-shadow: 2px 2px 2px 2px #eee;


    }

#case-study h1,
#case-study h2 {

  font-size: 3.5rem;
  color: #222;
  font-family: Bebas Neue;
  text-transform: uppercase;
  font-weight: 500;
}


.lead {
    font-size: 2.6em;
    font-family: Bebas Neue;
    color: var(--bs-gray);
    margin: 0 0 -10px;
}

.headline {
    font-size: 2.2em;
    font-family: Bebas Neue;
}



hr.center-line {
    background: var(--bs-gray);
}
hr.center-line {
    border: 0;
    height: 3px;
    width: 85px;
    position: relative;
    margin: 1.65em auto;
    opacity: 1;
}


hr.left-line {
    border: 0;
    height: 3px;
    width: 85px;
    position: relative;
    margin:20px 0 30px;
    opacity: 1;
	 background: var(--bs-gray);
}

hr.white-lines {

	    border: 0;
    height: 3px;
    width: 85px;
    position: relative;
    margin:20px 0 30px;
    opacity: 1;
	 background: var(--bs-white);
}

.navbar-toggler:focus, .navbar-toggler:hover {

    outline: none!important;
}

.speech-bubble {

  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  width: fit-content;
}

.date {
  color: #fff;
}

@keyframes grow {
  0% { max-height: var(--lineHeight); }
  100% { max-height: calc(var(--lineHeight) * var(--lines)); }
}

@keyframes carriageReturn {
  0% { top: 0; }
  100% { top: calc(var(--lineHeight) * var(--lines)); }
}

@keyframes type {
  0% { width: 100%; }
  100% { width: 0%; }
}

@keyframes caret {
  0% { color: var(--bgColor); }
  100% { color: black; }
}

.typewriter {
  --bgColor: #2c2d2c;
  --lines: 500;
  --lineHeight: 1.5rem;
  --timePerLine: 4s;
  --widthCh: 22;
  --width: calc(var(--widthCh) * 1ch);
  /* do not touch the time property!!! */
  --time: calc(var(--lines) * var(--timePerLine));
  animation: grow var(--time) steps(var(--lines));
  animation-fill-mode: forwards;
  background: var(--bgColor);
  line-height: var(--lineHeight);
  max-height: var(--lineHeight);
  overflow: hidden;
  position: relative;
  width: var(--width);
  color: #fff;
  /* word-break: break-all; */
}

.typewriter::before {

  content: "";
  animation:
    type var(--timePerLine) linear infinite,
    carriageReturn var(--time) steps(var(--lines)) var(--lines),
    caret 0.5s steps(2) infinite;
  background: var(--bgColor);
  border-left: 2px solid;
  bottom: 0;
  height: 2rem;
  position: absolute;
  right: 0;
  width: 100%;
  color: #fff;
}

.typewriter.no-caret::before {
  border-left-width: 0;
}

.typewriter.big-caret::before {
  border-left-width: 1ch;
}

.typewriter.monospace {
  font-family: monospace, monospace;
}

.typewriter.monospace::before {
  animation:
    type var(--timePerLine) steps(var(--widthCh)) infinite,
    carriageReturn var(--time) steps(var(--lines)) var(--lines),
    caret 0.5s steps(2) infinite;
}

/* DEMO */


section:nth-child(2) { top: 10rem; }
section:nth-child(3) { top: 20rem; }

.lorem {
  --widthCh: 60;
  --timePerLine: 6s;
}


a {
  color: var(--bs-dark);

}

a:hover {
  color: var(--bs-gray);

}


#fresh .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-primary);
}



.btn-dark:hover {

	background-color: #fff;
	color: #333;

}

.btn.btn-dark.active.focus,
.btn.btn-dark.active:focus,
.btn.btn-dark.active:hover,
.btn.btn-dark:active.focus,
.btn.btn-dark:active:focus,
.btn.btn-dark:active:hover {
  color: #333;
	background-color: #fff;
	color: #333;
  outline: none;
  box-shadow: none;
}

.section-centred {


  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeIn;


}


.cta-two__progress {
    width: 100%;
    max-width: 500px;
}

.cta-two__progress-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


.cta-two__progress-line {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}


.cta-two__progress-line > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #41b8fe;
    border-radius: 4px;
}



a.service-one__col {
padding: 15px;
    flex: 1 1 20%;
    text-align: center;
    display: block;
    border: 1px solid transparent;
}

.service-one__col:hover {

border: 1px solid #fff;
border-radius: 12px;
}

.service-one__single::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #a92da5;
    position: absolute;
    top: -1px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.service-one__single {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 232, 239);
    background-color: rgb(255, 255, 255);
    min-height: 90%;
    position: relative;
}

.service-one__single h3 {

  font-size: 1.2em;

  }

.service-one__icon {

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;

}

#reused_form label {

  color: #fff;
}

.form-box {


  padding: 20px;
    width: 85%;
}

.form-box h3 {

 font-family: 'Bebas Neue';
 margin: 10px 0;
 color: var(--bs-blue);
 font-size: 2.5em;
}


ul.services  {
margin: 0  0 40px;
padding:0;
}

ul.services li {
    margin: 0px 0px 12px 0;
    margin-left: 0px;
    margin-left: 0px;
    color: var(--bs-gray);
    list-style-type: none;
}

ul.services li a{
 color: var(--bs-blue);
text-decoration: none;
}


ul.social li {
    margin: 0px 0px 12px 0;
    margin-left: 0px;
    margin-left: 0px;
    color: white;
    list-style-type: none;
    float: left;
    clear: left;
}

ul.social li a{
color: #fff;
text-decoration: none;
}

ul.social li object {
    float: left;
    margin-right: 20px;

}

ul.social {
    overflow: hidden;
    margin-top: 30px;
	padding-left: 0;

}


.btn-colour-2 {
  color: #fff;
  background-color:  var(--bs-blue);
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
  width: 60%;
}

.btn-colour-2:hover,
.btn-colour-2:active,
.btn-colour-2:focus,
.btn-colour-2.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #3094ce;
  color: #ffffff;
  border-color: #3094ce;
}

.btn-colour-1 {
  color: #fff;
  border-color:  var(--bs-blue);
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
  width: 60%;
}

.btn-colour-1:hover,
.btn-colour-1:active,
.btn-colour-1:focus,
.btn-colour-1.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #3094ce;
  color: #ffffff;
  border-color: #3094ce;
}
/* ==========================================================================
   NAVIGATION
   ========================================================================== */



.navbar-nav .nav-item .nav-link {

	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8em;
	color: var(--bs-light);
}

.navbar-nav .nav-item .nav-link:hover {

	color:var(--bs-blue);
}

.navbar-nav .nav-item {

margin: 0 20px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.logo-centred img {

  max-width: 100%;
  height: auto;

}


.featuregrid.container-centered {
  width: 100%;
margin: 0 auto;
padding-left: 30px;
}



.featuregrid .row {
  width: 100%;
  background-color: #fff;
  clear:both;
  position: relative;
}


.featuregrid .container {
  position: relative;
  width: 20%;
  float: left;
  padding: 0;
  background: transparent;
  overflow: hidden;
  transition: all .2s ease-in-out;
}


.featuregrid .container:hover {
  transform: scale(1.1);
  z-index: 1;
  border-radius: 8px;

}


.featuregrid .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.featuregrid .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    text-align: left;
    background-size: contain;
    width: 100%;
    height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
}

.featuregrid .middle:hover {

text-decoration: none;
color: #fff;
}

.featuregrid .location {

    display: block;
    margin-top: -2px;
    position: absolute;
    bottom: 30px;
    left: 30px;

}

.heading-referenzen {

    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;

}




.featuregrid .container:hover .image {
  opacity: 0.3;
}

.featuregrid .container:hover .middle {
  opacity: 1;
}

.featuregrid .text {
    background-color: #1f2025;
    color: white;
    font-size: 12px;
    padding: 50px 0 0 30px;
    height: 100%;
    opacity: 0.9
    ;
}

.close-btn {

  position: absolute;
  top:10px;
  right: 40px;
  z-index: 200;
  color: #000;
  font-size: 40px;

  padding:0;
  margin: 0;
}
.close-btn:hover {

color: #666;
}

.fa-window-close {

  padding:0;
  margin: 0;
    background-color: #fff;
    border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      border-radius: 8px;
}


.prices {

  position: absolute;
  bottom: 20px;
  left: 20px;
}

.paket-pro {

  min-height: 500px;
}

.ekko-lightbox-nav-overlay a {

    color: #ccc!important;



}

ul.list1 {

	margin: 20px 20px;

}


ul.list1 li {

	color: #888;
	font-size: 15px;
	list-style-type: disc;

}



.features-item.d-flex {
    min-height: 441px;
}




.animation-logo {
	animation: ImgBounce 5s ease-in-out 0s infinite alternate
}


  .marty-text {

	  margin-left: 50px;

  }
  .vector-me, .logo-main {
  position: relative;
  z-index:3000;
  max-width:100%;
  text-align:center;
}

@media screen and (max-width: 2400px) {


.animation {

  width:75%;
  margin-left: 50px;

}

}

@media screen and (max-width: 1400px) {


.animation {

  width:90%;
  margin-left: 10px;

}

}

@media screen and (max-width: 1024px) {


.animation {

  width:90%;
  margin-left: 0;

}

}

@media screen and (max-width: 600px) {

.zoomed {

  zoom: 0.7;
}

  .animation {

    width:170%;
    margin-left: 0;
}

#reused_form label {

  color: #fff;
}

  .form-box {

      width: 100%;
  }

  .form-box label {

      color: #fff;
  }

  .prices {

    position:initial!important;

  }

  .main-image {


  }

  .marty-text {

	  margin-left: 0;

  }

  .vector-me, .logo-main {
 max-width:100%;

  }

}
