body{
	margin: 0;
	//font-family: Arial, sans-serif;
	font-family: 'Barlow', sans-serif;
}

html {
	scroll-behavior: smooth;
}
.wrapper{
	width: 100%;
}

.main{
	width: 100%;
	margin: 0 auto;
}

/* NAV */
#fix_me{
	position: relative;
}
.mainnav{
	width: 100%;
}
.mainnav img{
	width: 100%;
}
/* Slider PIC */
.sldierpic, .sldierpic img{
	width: 100%;
}
.products{
	position: absolute;
    bottom: 18px;
    width: 140px;
    height: 50px;
    z-index: 100009;
    //border: 1px solid black;
}
.products:hover, .fuel:hover{
    //border: 1px solid rgba(0,0,0,.3);
    background: rgba(255,255,255,.3);
}
.animateLine{
	position: absolute;
	height: 1px;
	background: #1368B1;
	width: 0;
	bottom: 0;
	-webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
}
.products:hover > .animateLine, .fuel:hover > .animateLine{
    width: 100%;
}

.fuel {
    position: absolute;
    left: 145px;
    bottom: 18px;
    width: 105px;
    height: 50px;
    z-index: 100009;
    //border: 1px solid black;
}
.icon {
    position: absolute;
    right: 0px;
    bottom: 18px;
    width: 215px;
    height: 80px;
    z-index: 100009;
    //border: 1px solid black;
}



@media only screen and (max-width: 1600px) {
	.main{
		width: 1400px;
	}
}
@media only screen and (max-width: 1400px) {
	.main{
		width: 1200px;
	}
	.products{
		width: 120px;
    	height: 45px;
	}
	.fuel {
    	left: 125px;
    	width: 90px;
    	height: 45px;
	}
	.icon {
	    right: 0px;
	    bottom: 18px;
	    width: 215px;
	    height: 80px;
	}
}
@media only screen and (max-width: 1200px) {
	.main{
		width: 992px;
	}
	.products{
		width: 100px;
    	height: 30px;
	}
	.fuel {
    	left: 105px;
		width: 75px;
    	height: 30px;
	}
}
@media only screen and (max-width: 992px) {
	.main{
		width: 676px;
	}
	.products{
		width: 70px;
	    height: 30px;
	    left: 0;
	    bottom: 8px;
	}
	.fuel {
	    left: 70px;
		width: 50px;
    	height: 30px;
	    bottom: 8px;
	}
}
@media only screen and (min-width: 1600px) {
	.main{
		width: 1400px;
	}
}







.headline{
	text-align: center;
	text-transform: uppercase;
}

h1.headline{
	text-align: center;
	width: 66.667%;
	font-size: 62px;
	margin: 0 auto;
}

h3.headline{
	font-size: 20px;
	color: #1368B1;
}

h1.headlinebox{
	font-size: 50px;
	margin: 0 auto;
	text-transform: uppercase;
}
h3.headlinebox{
	font-size: 20px;
	color: #1368B1;
	text-transform: uppercase;
}


.three_boxes {
	width: calc(33.333% - 30px);
	padding: 50px 20px 50px 20px;
	float: left;
}
.three_boxes:first-of-type {
	padding-left: 0px;
}

.three_boxes:last-of-type {
	padding-right: 0px;
}

/* BIGBLUE */
.bigblue{
	background: rgba(19, 104, 177, .1);
}
/* DOUBLE */
.double{
	width: calc(50% - 20px);
	float: left;
}
.double01{
	margin-right: 20px;
}
.double02{
	margin-left: 20px;
}
/* SLDIER */
.owl-carousel .owl-stage-outer {
    height: calc(100vh - 220px);
    margin-left: 50px;
    margin-right: 50px;
}
.owl-theme .owl-dots{
	position: relative;
	top: -30px;
}
.owl-theme .owl-dots .owl-dot {
    zoom: 1.2;
}
/*
.owl-theme .owl-dots .owl-dot span {
    background: #1368B1;
}
*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1368B1;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #1368B1;
}
.owl-theme .owl-nav {
	position: relative;
	top: -100px;
    margin-top: 0px;
    text-align: right;
    padding-right: 100px;
}

.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next{
    background-color: white;
    padding: 10px 20px 10px 20px !important;
    border-radius: 5px;
}
.owl-theme .owl-nav button span{
    font-size: 26px;
    color: grey;
}
/* SLIDER-BOX */
.whitebox{
	position: absolute;
	top: calc(50% - 150px);
	z-index: 10001;
	padding: 50px 70px 50px 70px;
	background: white;
	margin-left: 100px;
	z-index: 99999999;
}
.whitebox .button{
	color: #1368B1;
	background: white;
	margin-top: 40px;
}
.whitebox .button a{
    position: relative;
	color: #1368B1;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #1368B1;
	padding: 10px 20px 10px 20px;
}
/*
.whitebox .button a:hover{
	opacity: .3;
}
*/
.whitebox .button a:hover{
    border: none;
	padding: 11px 21px 11px 21px;
}


.whitebox .button a:hover > .line-1  {
	animation: move1 1500ms infinite ease;
}

.whitebox .button a:hover > .line-2  {
	animation: move2 1500ms infinite ease;
}

.whitebox .button a:hover > .line-3 {
	animation: move3 1500ms infinite ease;
}

.whitebox .button a:hover > .line-4  {
	animation: move4 1500ms infinite ease;
}

/* VIDEO */

.item-video video{
	width: calc(100% - 80px);
}





  .line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #1368B1;
    left: 0;
    bottom: 0;
  }
  .line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #1368B1;
    left: 0;
    top: 0;
  }
  .line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #1368B1;
    right: 0;
    top: 0;
  }
  .line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #1368B1;
    right: 0;
    bottom: 0;
  }

@keyframes move1 {
  0% {
    height: 100%; 
    bottom: 0;
  }
  54% {
    height: 0; 
    bottom: 100%;
  }
  55% {
    height: 0; 
    bottom: 0;
  }
  100% {
    height: 100%; 
    bottom: 0;
  }
}

@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%; 
    left: 0;
  }
  100% {
    width: 0; 
    left: 100%;
  }
}

@keyframes move3 {
  0% {
    height: 100%; 
    top: 0;
  }
  54% {
    height: 0; 
    top: 100%;
  }
  55% {
    height: 0; 
    top: 0;
  }
  100% {
    height: 100%; 
    top: 0;
  }
}

@keyframes move4 {
  0% {
    width: 0; 
    right: 0;
  }
  55% {
    width: 100%; 
    right: 0;
  }
  100% {
    width: 0; 
    right: 100%;
  }
}

























@media only screen and (max-width: 1200px) {
	h1.headlinebox{
		font-size: 30px;
	}
	h3.headlinebox{
		font-size: 14px;
	}
}
@media only screen and (max-height: 992px) {
	h1.headlinebox{
		font-size: 30px;
	}
	h3.headlinebox{
		font-size: 14px;
	}
}

@media only screen and (max-height: 900px) {
	.whitebox{
		position: absolute;
		top: calc(50% - 120px);
		z-index: 10001;
		padding: 20px 50px 50px 50px;
		margin-left: 50px;
	}
	.owl-theme .owl-nav {
	    top: -70px;
	}
}
@media only screen and (max-height: 800px) {
	.whitebox{
		top: calc(40% - 120px);
	}
	.owl-theme .owl-nav {
	    top: -60px;
	}
}
@media only screen and (max-height: 700px) {
	.whitebox{
		top: calc(30% - 100px);
	}
}
@media only screen and (max-height: 600px) {
	.whitebox{
		top: calc(20% - 50px);
	}
	.owl-theme .owl-nav {
	    top: -50px;
	}
}
@media only screen and (max-height: 500px) {
	.whitebox{
		display: none;
	}
}
.owl-carousel .item{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.owl-carousel .p1{
	//background-image: url('../img/slider/new/ceaf8479595453.5cc86ab458401_be.jpg');
	background-image: url('../img/slider/new/Slider/ff56c876824175.5c75692bb8088_be_02.jpg');
}
.owl-carousel .p2{
	background-image: url('../img/slider/new/Slider/Chile_1920px_Beschnitt.jpg');
	//background-image: url('../img/slider/new/Slider/5e8c1b92524751.5e4d5cfc101b5_be_03.jpg');
}
.owl-carousel .p3{
	//background-image: url('../img/slider/new/gettyimages-1003422054-2048x2048_be_gesp.jpg');
	background-image: url('../img/slider/new/Slider/2d288d62929159.5aa023a7ced80_be_02.jpg');
}
.owl-carousel .p4{
	//background-image: url('../img/slider/new/adrian-LA6EufpEUv0-unsplash_be_new.jpg');
	background-image: url('../img/slider/new/Slider/_WOL5749_be.jpg');
	//background-image: url('../img/slider/new/Slider/Auge_02_spiegel.jpg');
}
.owl-carousel .p5{
	//background-image: url('../img/slider/new/gettyimages-1068501680_be.jpg');
	//background-image: url('../img/slider/new/Slider/_WOL5676_be.jpg');
	background-image: url('../img/slider/new/Slider/Auge_02_spiegel.jpg');
	background-position: 50% 70%;
}
.owl-carousel .p6{
	background-image: url('../img/slider/new/Slider/_WOL5593_be.jpg');
}
.owl-carousel .p7{
	background-image: url('../img/slider/new/Slider/_WOL5486_be 2.jpg');
}
.owl-carousel .p8{
	background-image: url('../img/slider/new/Slider/HR_D_klein.jpg');
	background-position: 50% 35%;
}










