h1, .h1 {
  //font-size: calc(3.375rem + 1.5vw);
}
h1 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
   // font-size: 4.5rem;
  }
}

h2, .h2 {
  //font-size: calc(3.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
   // font-size: 4rem;
  }
}

h3, .h3 {
  //font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
   // font-size: 1.75rem;
  }
}

h4, .h4 {
  //font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    //font-size: 1.5rem;
  }
}
.counter-nmbr {
	font-size: 60px;
	font-weight: 700;
}
.counter-txt {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: 500;
}
.counter {
	overflow: hidden;
	height: 80px;
}
.counter > ul {
	padding-left: 0px !important;
}
.count-list {
	list-style: none;
}
.fs-6 {
	font-weight: bold;
}
.h-full {
	height: 100%;
}
#main {
	border-top: 4px solid #06b0ee;
	
}
#video-banner {
	margin-top: 2rem;
}
video {
  width: 100%;
  height: auto;
}
.cnt-form {
	width: 100%;
}
.cnt-info-txt {
	margin: 20px 40px;
	text-align: center;
	font-size: 1.2rem;
}
.btn-contact-wrapper {
	display: none;
}
button.btn-contact:disabled, button.btn-contact[disabled]{
	background: #bfc9ca;
	color: #fff;
	border: 2px solid #bfc9ca;
}
.btn-contact {
	margin-top: 36px;
	display: block;
	background: #06b0ee;
	color: #fff;
	width: fit-content !important;
	text-decoration: none;
	border: 2px solid #06b0ee; 
}
.btn-contact:hover {
	background: #fff;
	border: 2px solid #06b0ee; 
	color: #06b0ee;
}

 .button-wrapper {
 	position: relative;
 }
 .button-wrapper .hide {
 	display: none;
  	position: absolute;
    top: 8;
    right: 0;
	color: red;
 }
 #contact-btn:hover:disabled + .hide {
  display: block;
}
main .icon-rounded, main .icon-rounded svg, main .icon-rounded embed {
	background: #f4f6f7;
}
main .icon-rounded {
	margin-right: 12px;
}
main .icon-rounded svg, main .icon-rounded embed {
	margin-left: 8px;
}
.icon-rounded {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #fff;
}
.icon-rounded svg, .icon-rounded embed {
	margin-top: 8px;
	margin-left: 8px;
	padding: 4px;
	background: #fff;
}
.nav-link.active {
	border-bottom: 2px solid #06b0ee;
}
.form-floating textarea.form-control {
	height: auto;
}
.carousel-image-container {
	height: 140px;
}
.carousel-image-item > img {
	opacity: .5;
	transition: all 300ms ease-out;
	max-height: 90px;
	margin-top: auto;
	margin-bottom: auto;
	filter: grayscale(1);
	max-width: 100%;
}
.carousel-image-item > img:hover {
	opacity: 1;
	transform: scale(1.08);
	transition: all 300ms ease-in;
	filter: grayscale(0);
}
.carousel-container .carousel.sliding-transition {
  transition: transform 0.5s ease-in-out;
}
.arrow-button {
	display: none;
}
#carousel-container .carousel-image {
	flex: none;
	width: 100%
}
.prtnr-link {
	background: #06b0ee;
	//height: 100px;
}
.prtnr-link .row, .services .banner {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}
.row.advantages {
	//position: relative;
    //transform: translatey(-50%);
    //top: 50%;
}
.adv-item::before {
	content:'\2713';
	padding-right: 4px;
	font-weight: 500;
}
.services {
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
	flex-direction: column-reverse;
}
.services .content {
	//flex:1;
}
.services .cnt {
	//float: right;
}
.services h3 {
	display: none;
}

.services .banner {
	width: 100%;
	//flex: 1

}
.services .banner .elm {
	padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.services-container, .management-container {
	margin: 40px 0px;
}
.services-container .left, .management-container .left {
	padding: 20px 0px;
}
.banner.service .elm {
	background: #ff7133;
    //background-image: linear-gradient(to right, #ff7133 , #ffffff);
}
.management-container.second .process-wrapper{
	flex-direction: column;
}
.management-container.second .process{
	text-align: center;
}


.banner.dropshipment .elm {
	background: #008000;
    //background-image: linear-gradient(to right, #008000 , #ffffff);
}
.banner.dlm .elm {
	background: #000080;
    //background-image: linear-gradient(to right, #000080 , #ffffff);
}
.banner.distribution .elm {
	background: #6c757d;
    //background-image: linear-gradient(to right, #6c757d , #ffffff);
}
.cnt-info {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.triangle-wrapper {
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -120px;
	margin-bottom: 200px;
}
.triangle-container {
	margin-left: auto;
	margin-right: auto;
}
.triangle {
	margin-right: auto;
	margin-left: auto;
	border-left: 40px solid transparent;
  	border-right: 40px solid transparent; 
  	border-bottom: 100px;
  	border-bottom-style: solid;
  //	border-top: 20px solid transparent;
}
.triangle .content {
	position: relative;
	width: 300px;
	text-align: center;
}

.triangle-up-one {
  width: 0; 
  border-bottom-color: #ff7133;
}
.triangle-up-one .content {
	top: 220px;
    left: -140px;
}
.triangle-up-two {
  width: 170px; 
  border-bottom-color: #008000;
}
.triangle-up-two .content {
	top: 240px;
    left: -100px;
}
.triangle-up-three {
  width: 260px; 
  border-bottom-color: #000080;
  border-top: 20px solid transparent;
}
.triangle-up-three .content {
	top: 240px;
    left: -60px;
}
.triangle-up-four {
	 width: 340px; 
	 border-bottom-color: #6c757d;
	 border-top: 40px solid transparent;
}
.triangle-up-four .content {
	top: 220px;
}
.process-wrapper {
	display: flex;
	flex-direction: row;
	gap: 60px;
	margin-right: 40px; 
	margin-left: 40px;
}
.process {
	border-width: 16px;
	border-radius: 16px;
	border-style: solid;
	background: red;
	flex: 1;
}
.process.one {
	border-color: #ff7133;
	background: #ff7133;
}
.process.two {
	border-color: #008000;
	background: #008000;
}
.process.three {
	border-color: #000080;
	background: #000080;
}
.process.four {
	border-color: #6c757d;
	background: #6c757d;
}
.process-content {
	border-radius: 8px;
	background: #fff;
	height: 100%;
	padding: 8px;
	position: relative;
}
.process-content .arrow.left {
	position: absolute;
	top: 50%;
	left: 90%;
	width: 100px;
	border-bottom: 20px solid #06b0ee;
}
.process-content .arrow.left::after{
	content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: -15px;
    border: medium solid white;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #06b0ee;
}
.process-content .arrow.down {
	position: absolute;
	bottom: -70px;
	right: 50%;
	height: 90px;
	border-right: 20px solid #06b0ee;
}
.process-content .arrow.down::after{
	content: " ";
    position: absolute;
    bottom: -10px;
    z-index: 1;
    left: 12px;
    border: medium solid white;
    border-width: 30px 30px 0px 30px;
    border-color: #06b0ee transparent transparent transparent;
    

}

.process-content > div {
	padding: 16px;
}
.process .icon {
	text-align: center;
}
.process .title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 12px;
}
a.footer-link {
	text-decoration: none;
	color: #06b0ee;
}
a.footer-link:hover {
	text-decoration: underline;
}
// start timeline
/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #06b0ee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* begin our strengths */
#our-strengths .icon-wrapper > img {
	width: 40px;
	height: 40px;
}
/* end our strengths */
/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #06b0ee;
  border: 5px solid #06b0ee;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline .card {
	border-color: #06b0ee;
}

.card .year {
	color: #06b0ee;
}
/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #06b0ee ;
}

/* Add arrows to the right container (pointing left) */
.timeline.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #06b0ee transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}
@media screen and (max-width: 391px) {
	.navbar-brand img {
		height: 40px !important;
	}
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #06b0ee transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 7px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/* end timeline */

@media (min-width: 576px)  {
	#carousel-container .carousel-image {
		width: 50%;
	}
	.triangle .content {
		width: 460px;
	}
	.triangle {
		border-left: 45px solid transparent;
	  	border-right: 45px solid transparent; 
	}
	.triangle-up-one .content {
		top: 200px;
		left: -220px;
	}
	.triangle-up-two {
	 	width: 240px;
	}
	.triangle-up-two .content {
		top: 220px;
		left: -160px;
	}
	.triangle-up-three {
	 	width: 380px;
	}
	.triangle-up-three .content {
		top: 220px;
		left: -90px;
	}
	.triangle-up-four {
	 	width: 500px;
	}
	.triangle-up-four .content {
		top: 220px;
		left: -30px;
	}
	.process.one {
		width: 40%;
	}
	.process.two {
		width: 60%;
	}
	.process.three {
		width: 80%;
	}
	.process.four {
		width: 100%;
	}
}

@media (min-width: 768px)  {
	#carousel-container .carousel-image {
		width: 50%;
	}
	.triangle {
		border-left: 60px solid transparent;
	  	border-right: 60px solid transparent; 
	}
	.triangle .content {
		width: 640px;
	}
	.triangle-up-one .content {
		top: 200px;
		left: -320px;
	}
	.triangle-up-two {
	 	width: 300px;
	 	border-top: 20px solid transparent;
	}
	.triangle-up-two .content {
		top: 200px;
		left: -230px;
	}
	.triangle-up-three {
	 	width: 480px;
	}
	.triangle-up-three .content {
		top: 200px;
		left: -140px;
	}
	.triangle-up-four {
	 	width: 660px;
	}
	.triangle-up-four .content {
		top: 180px;
		left: -60px;
	}

}
@media (min-width: 992px)  {
	#carousel-container .carousel-image {
		width: 33%;
	}
	#navi {
		padding-right: 30px;
		padding-left: 30px;
		height: 160px;
	}
	.navbar {
		height: 160px;
	}
	.btn-contact-wrapper {
		display:block;
	}
	.services {
		display: flex;
		flex-direction: row;
	}
	.services {
		margin-left: 40px;
		margin-right: 40px;
	}
	.services h3 {
		display: block;
	}
	.services .detail {
		white-space: nowrap;
	}
	.banner .elm {
		margin-left: 5%;
	}
	.banner .elm::before {
	  content: " ";
	  position: absolute;
	  top: 0px;
	  z-index: 1;
	  left: -23px;
	  border: medium solid white;
	  border-width: 23px 23px 23px 0;
	  border-color: transparent #06b0ee transparent transparent;
	}
	.cnt-info {
		text-align: center;
	}
	.triangle-wrapper {
		margin-right: 40px;
		margin-left: 40px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.triangle-container {
		margin-left: 0px;
	}
	.triangle {
		border-left: 50px solid transparent;
  		border-right: 50px solid transparent; 
  		border-top: 20px solid transparent;
	}
	.triangle-up-one {
	  width: 0; 
	}
	.triangle-up-two {
	  width: 220px; 
	}
	
	.triangle-up-three {
	  width: 340px; 
	}
	.triangle-up-four {
	 width: 460px; 
	}
	.triangle .content {
		position: absolute;
		width: auto;
		text-align: left;
		top: unset;
        left: unset;
	}
	.triangle-up-one .content {
		margin-left: 50px;
	}
	.triangle-up-two .content {
		margin-left: 180px;
	}
	.triangle-up-three .content {
		margin-left: 300px;
	}
	.triangle-up-four .content {
		margin-left: 420px;
	}
	.process.one {
		width: 20%;
	}
	.process.two {
		width: 40%;
	}
	.process.three {
		width: 60%;
	}
	.process.four {
		width: 80%;
	}
	.cnt-form {
		padding: 3rem;
	}
}
@media (min-width: 1200px)  {
	#carousel-container .carousel-image {
		width: 25%;
	}
	.cnt-form {
		width: 75%;
	}
}

// start Animation über uns
/* Trigger  */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  }

/* Optional Delays, change values here  */
.one { animation-delay: 0.2s; }
.two { animation-delay: .6s; }
.three { animation-delay: 1s; }
.four { animation-delay: 1.4s; }

/* Animations start here  */

/* FADE IN  */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

@keyframes fadeInCircle {
	0% { opacity: 0; }
  100% { opacity: 1; } }
.fadeInCircle { animation-name: fadeInCircle; }

/* FADE IN DOWN */
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/* FADE IN UP */

@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/* FADE IN UP BIG */

@keyframes fadeInUpBig {
  from { opacity: 0; transform: translate3d(0, 100px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUpBig { animation-name: fadeInUpBig; }

/* FADE IN LEFT */

@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0)rotateZ(30deg); }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/* FADE IN LEFT BIG */

@keyframes fadeInLeftBig {
  from { opacity: 0; transform: translate3d(-100px, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInLeftBig { animation-name: fadeInLeftBig; }

/* FADE IN RIGHT */

@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

/* FADE IN MOVE UP */
@keyframes moveUp {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  .moveUp { animation-name: moveUp;}
}
/* BOUNCE IN RIGHT */
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
  .bounceInRight { animation-name: bounceInRight; }
}

@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
  .flip { animation-name: flip; }
}

@keyframes downToUpAppearingText {
  0%, 25% { clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
  50% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .downToUpAppearingText { animation-name: downToUpAppearingText; }
}
@keyframes counterEight {
  0% {
   transform: translateY(0);
  }
  100% {
    transform: translateY(-80%);
  }
   .counterEight { animation-name: counterEight; }
}

@keyframes appearingTextFromLeftToRide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }

  }
   .appearingTextFromLeftToRide { animation-name: appearingTextFromLeftToRide; }
}



/* @end standard animaties  */


.callout {
  max-width: 500px;
  margin:0 auto;
  padding-bottom:100px
}

.animation-element.left.in-view {  
   	animation: fadeInLeftBig;
   	animation-duration: 1s;
   	animation-delay: 0s;
  	animation-fill-mode: both;
   	backface-visibility: hidden;
}
.timeline.animation-element.left.in-view::after {
	animation: fadeIn;
  	animation-duration: 5s;
   	animation-delay: 0s;
  	animation-fill-mode: both;
   	backface-visibility: hidden;
}
.animation-element.right.in-view {
	animation: fadeInRight;
   	animation-duration: 1s;
   	animation-delay: 0s;
  	animation-fill-mode: both;
   	backface-visibility: hidden;
	
}
.timeline.animation-element.right.in-view::after {
	animation: fadeIn;
  	animation-duration: 5s;
   	animation-delay: 0s;
  	animation-fill-mode: both;
   	backface-visibility: hidden;
}
.animation-element.down.in-view {  
   	animation: fadeInDown;
   	animation-duration: 1s;
   	animation-delay: 0.4s;
  	animation-fill-mode: both;
   	backface-visibility: hidden;
} 
.animation-element.down.in-view::after {  
   	animation: fadeInDown;
   	animation-duration: 1s;
   	animation-delay: 0s;
  	animation-fill-mode: both;
   	backface-visibility: hidden;
} 
.animation-element.in-view.animate-header {
	animation: appearingTextFromLeftToRide;
  	animation-duration: 2s;
   	animation-delay: 0s;
   	//animation-fill-mode: both;
  	//animation-fill-mode: forwards;

   	//animation-timing-function: linear;
} 
.animation-counter.in-view.counter-eight {
	animation: counterEight;
	animation-duration: 1s;
   	animation-delay: 0s;
   	animation-fill-mode: both;
   	backface-visibility: hidden;
}

// ende Animation über uns



