@import url(https://db.onlinewebfonts.com/c/46d1fcb0a73ea5f2a1bd7ce2fd53d6f0?family=Daytona+W01+Regular);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

h1{
	font-size:70px;
}

h2{
	font-size:50px;
}

h3{
	font-size:35px;
}


.scroll-animation {
    opacity: 1;
    transform: translateX(0);
}

.slider-wrapper {
  margin: 1rem;
  position: relative;
  overflow: hidden;
}

.slides-container {
  height: calc(100vh - 2rem);
  width: 100%;
  display: flex;
  overflow: scroll;
}

.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  background-color: white;
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1;
}

#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
}

#slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem;
}

.slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}

.slide:nth-child(1) {
  background: url("images/Banner/Banner_1.png");
  background-size: 100%;
}

.slide:nth-child(2) {
  background-color: #b03532;
}

.slide:nth-child(3) {
  background-color: #6a478f;
  margin: 0;
}

.slide:nth-child(4) {
  background-color: #da6f2b;
  margin: 0;
}




#Services .services-text {
	padding: 60px 30px 60px 30px;
	text-align: left;
	/*margin-top: 14%;*/
}

#Services img {
	width:100%;
	display: block;
	margin-left: auto;
    margin-right: auto;
	object-fit:fill;
}




.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

#Top-Image .col {
	padding-left:0px!important;
	padding-right:0px!important;
}

.short-separator{
	height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 90%;
	border-color: rgb(108,124,152);
	border-top-width: 4px;
	margin-bottom: 10px;
}

.services-text.tile-right{
	margin-right:300px;
}

.services-text.tile-left{
	margin-left:300px;
}

.responsive-backup{
	display:none;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	line-height: 1.2.5;
	color: black;
	text-align: left;
	background-color: #fff
}

#Services h3 {
	font-size:35px;
}

#Services h1 {
	font-size:35px;
}

.header-container{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.header-link {
	padding-top:10px;
}

.header-link a{
	font-size: 28px;
	text-decoration: none;
	color: black;
}

#Header {
	position: fixed;
	background-color: rgb(255,255,255);
	top: 0;
	left: 0;
	width: 100%;
	padding: 16px 0;
	z-index: 999;
	transition: all 0.25s ease 0s;
	border-bottom-width: 1px;
	border-bottom-color: rgb(0,0,0);
	border-bottom-style: solid;
}
#Header .logo a img {
	width: 200px;
	padding-top: 10px;
}
#Header .menu-wrap {
	display: inline-block;
	position: relative;
	z-index: 9;
	padding-top: 12px;
}
#Header .menu {
	cursor: pointer;
}

#Header .col {
	/*flex-grow: 0;*/
	margin-left:15px;
}


#Header .mobile-menu ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}


.language{
	width: 40px;
	margin-top: 16px;
}

.startlanguage{
	width: 30%;
	padding: 5%;
	margin-left: 30%;
}

.startlanguage-english{
	width: 30%;
	padding: 5%;
	margin-left: 41%;
}

.startlogo img{
	width: 100%;
	margin-top: 10%;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: white;
}

.col.start{
	display: inline-block;
	
}

.container.start
	background-color: #232848;	
}

.row{
	display: flex;
}

.separator{
background-color: white;
min-height: 30px;
margin-bottom: 0px;
/*margin-top: 30px;*/
}


.trans-btn button {
    border: 0;
    border-radius: 0;
    background-color: black;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    outline: 0;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #black;
    transition: all 0.25s ease 0s;
}

.trans-btn:hover button {
    border-radius: 28px;
}

.centered{
    text-align: center;
}

.wsa-logo {
    height: 73%;
}

/* Slideshow container */
.slideshow-container {
 /* max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.animation {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.5s ease-out;
    transition-delay: 0.1s;
}

h3.animation {
    transform: translateX(-50px);
}

img.animation {
    transform: translateX(50px);
}

.scroll-animation {
    opacity: 1;
    transform: translateX(0);
}

h3.scroll-animation {
    opacity: 1;
    transform: translateX(0);
}

img.scroll-animation {
    opacity: 1;
    transform: translateX(0);
}

.firstrow {
	margin-top:100px;
}
.text-center{
	text-align: center;
}

#history h1,h2,h3{
	margin-bottom: 10px;
	
}

#history h1{
	font-size: 40px;
}

#history h2{
	font-size: 32px;
}

#history h3{
	font-size: 28px;
}

.spacing{
	margin-top: 30px;
	margin-bottom: 30px;
}

.workers{
	border: 2px;
    border-color: #242848;
    margin: 20px;
}

.workers-picture{
	max-width: 500px;
}



.footer-logo {
	max-width: 100%;
}


.footer-btn {
	background-color:black;
}

.menu-hiding {
	display:none;
}

.mobile-menu {
	background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#Header .mobile-menu ul li, #Header .mobile-menu ul li a {
	color: #fff;
	list-style: none;
	font-size:30px;
	font-family: "Daytona W01 Regular";
	margin-bottom: 30px;
	text-decoration:none;
}
#Header .mobile-menu ul li a:hover {
	color: #242848;
}

#Impress {
	padding:20px;
}

h1, h2, h3, a, p{
font-family: "Daytona W01 Regular";
}

.shop-btn button {
    font: 400 28px/115% 'Open Sans', sans-serif;
    border-radius: 10px;
    background-color: black;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #black;
    transition: all 0.25s ease 0s;
}

.shop-btn:hover button {
    border-radius: 28px;
}

.sections-picture{
	padding: 3%;
}

#Top-Image img {
	width:95%;
	display: block;
	margin-left: auto;
    margin-right: auto;
	object-fit:fill;
}

#Top-Image h2 {
	width: 600px;
	color: white;
	position:absolute;
	left: 90px;
	bottom:20px;
}

#Top-Image-Mot img {
	width:95%;
	display: block;
	margin-left: auto;
    margin-right: auto;
	object-fit:fill;
}


#Bottom-Image img {
	width:100%;
	display: block;
	margin-left: auto;
    margin-right: auto;
	object-fit:fill;
	padding-left:100px;
	padding-right:100px;
}

#Bottom-Image h1 {
	color: white;
	background-color: black;
	padding: 40px 30px;
	width: 600px;
	
}

.about-mke{
	padding-left:100px;
	padding-right:100px;
}

.index-btn {
    padding: 20px 40px;
	position:absolute;
	bottom: 50px;
	left: 50px;
}


.product-btn button{
	background-color: rgba(232,203,25,0);
}

.link-btn button{
    border: 2;
    border-radius: 2px;
	border-color: white;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
    outline: 0;
    border-radius: 0px;
    color: #fff;
    border: 4px solid white;
    transition: all 0.25s ease 0s;
	text-align: center;
}

.blue-bg{
	background-color: rgba(0,176,240,0.6);
}

.blue-bg button{
	background-color: rgba(0,176,240,0.6);
}

.yellow-bg {
	background-color: rgba(232,203,25,0.6);
}

.yellow-bg button{
	background-color: rgba(232,203,25,0.6);
}

.bottom-btn{
	background-color: rgba(232,203,25,0);
	position:absolute;
	bottom: 40px;
	left: 280px;
}

.bottom-btn button{
	background-color: rgba(232,203,25,0);
}

.link-btn:hover button {
    border-radius: 28px;
}


button:hover{
    border-radius: 28px;
}


#ContactUs {
	color:white;
	background-color:black;
}

#ContactUs a{
	color: white;
}

#ContactUs .fa-instagram{
	font-size: 30px;
}

#ContactUs p{
	font-size: 20px;
}

#ContactUs {
	padding: 70px 30px;
}

.footer-row{
    padding-top:50px;
}

#ContactUs .trans-btn button {
    border: 0;
    border-radius: 0;
    background-color: black;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    outline: 0;
    border-radius: 0px;
    color: #fff;
    border: 4px solid white;
    transition: all 0.25s ease 0s;
}

#ContactUs .trans-btn:hover button {
    border-radius: 28px;
}


.extend-menu{
	display: none;
}

.parent:hover ~ .extend-menu{
	display: block;
}

.menu {
  position: relative;
  display: inline-block;
}

#menuList {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}

#menuList li{
  padding: 10px;
  cursor: pointer;
}

#menuList li a{
  font-size: 28px;
  text-decoration: none;
  color: black;
}

#menuList li:hover {
  background-color: #ddd;
}

.menuButton{
    font-size: 28px;
    text-decoration: none;
    color: black;
}

.menu-child{
	display: none;
}

.menu-child .header-link a{
	display: none;
	font-size: 20px;
}

.menu-parent:hover ~ .menu-child{
	display: block;
}
.menu-child:hover{
	display: block;
}

.main-category{
	font-style: bold;
}

.headline-product{
	padding: 40px;
	width: 1000px;
	color:white;
	margin: 20px;
	position:absolute;
	bottom: -50px;
}

.about-headline{
	padding-left:100px;
	padding-right:100px;
}

#Bottom-Text{
	padding-bottom: 50px;
}

.product-info{
	color:white;
	position:absolute;
	bottom: 20%;
	width:600px
}

.active-page a{
	font-weight:bold;
}

#Top-Image-Mot .container{
	position: relative;
}


#Specs-List{
	margin-left: 2%;
	margin-right: 2%;
}

#Specs-List h4{
	padding: 10px;
	font-size: 28px;
}


#Specs-List ul{
	padding-left: 50px;
}

#Specs-List li{
	font-size: 20px;
}


#Specs-List{
	padding-bottom: 50px;
}

#Product-Preview .container {
	position: relative;
}

.product-text{
	position: absolute;
	bottom: 50px;
}

#Product-Preview .product-picture img{
	padding: 0px;
	width:100%;
	display: block;
	margin-left: auto;
    margin-right: auto;
	object-fit:fill;
}

#Product-Preview .product-picture{
	padding: 3%;
}

#Product-Preview h3{
	padding: 10px;
	color: white;
}

.product-shop-btn{
	padding:20px;
}

.product-shop-btn button{
	padding:20px 50px;
	background-color:black;
}

.about-text{
	padding: 50px;
}

#About-Image .col{
	padding-left: 50px;
	padding-right: 50px;
}

#About-Image .container{
	position: relative;
}

#About-Image {
	padding-top:30px;
}

#About-Image h1{
	position: absolute;
	top:50px;
	color:white;
	background-color:black;
	padding: 10px 40px;
}

#About-Image img{
	width:100%;
	display: block;
	margin-left: auto;
    margin-right: auto;
	object-fit:fill;
	padding-left:100px;
	padding-right:100px;
	padding-top:100px;
}

#Services h3{
	position:absolute;
	padding:10px;
}

#Services .col{
	position:relative;
}

#Bottom-Image .col{
	position:relative;
}

#Services {
	padding-bottom: 2%;
}

#Top-Image .col {
	position:relative;	
}

.product-btn{
	padding:20px;
	color:white;
}

#Product-Preview{
	padding-top:30px;
}

a button{
	font-family: "Daytona W01 Regular";
	font-size:28px;
}


a{
	font-family: "Daytona W01 Regular";
	font-size:28px;
}

a i{
	font-family: "Daytona W01 Regular";
	font-size:28px;
}

.bold-text{
	font-weight:bold;
}

#Specs-List p{
	padding: 30px;
	font-size:20px;
}

.seperation-line{
	border: 2px solid black;
	width:460px;
}

.header-link-box {
    border: 2px solid black;
    padding: 5px;
    margin: 2px;
	}


.menu-child a{
	font-size: 20px;
}


.logo-switch2{
	display:none;
}

/*
#Services .container{
	position: relative;
}

 border-width: 5px; width:100px; border-color: black;
*/


@media only screen and (min-width: 850px) {
  body {
    padding: 0px;
  }
}
