* {
  box-sizing: border-box;
}

html {
	height: 100%;
	margin: 0px;
}

body {
  background-color: #000000;
  font-family: Segoe UI, sans-serif;
  height: 100%;
  margin: 0px;
}

h1 {
	display: none;
}

a {
	
	color: #FFFFFF;
}

a:hover {

	text-decoration: underline;
}

/* Main content classes */
.main {
  padding-top: 40px; 
  margin-left: 0px;
  padding-bottom: 40px; 

}

.page {
  min-height: 100%;
}

.wrapper {
	max-width: 1400px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.wrapper2 {
	max-width: 1400px;
	display: display;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;	}

.centered {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	}	
	
.contentdiv {
	
	position: relative;
	max-width: 1400px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.contentdiv
{
	color: #CCCCCC;
	font-size: 18px;
}

.contentdiv h2
{
	color: #FFFFFF;
}

.contentdiv h3
{
	color: #FFFFFF;
}	


/* The navigation bar */
.navbar {
	overflow: hidden;
	background-color: #333;
	left: 0px;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	height: 40px;
	z-index: 100;
	justify-content: center;
	
	}
	
.navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 10px 16px;
	text-decoration: none;
	text-overflow: ellipsis;
	font-size: 16px;	
	overflow: hidden; 
	white-space: nowrap;
	}

.navbar a:hover {
	background: #ddd;
	color: black;
	}
	
/* Footer */
.footer {
	overflow: hidden;
	background-color: #333;
	color: #ffffff;
	left: 0px;
	width: 100%; /* Full width */
	justify-content: center;
	font-size: 12px;
	height: 40px;
	margin-top: -40px;
	}
	
.footerleft {
	margin-left: 10px;
}

.footerright {
	margin-left: auto;
	margin-right: 10px;

	text-align: right;
}
	

/* Product */
.products {
	
	max-width: 1400px;
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
}	

.product {
	overflow: hidden;
	left: 0px;
	position: relative; 
	width: 100%; /* Full width */
	padding-top: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	'background-attachment: fixed;  
	float:left;
	}
	
.productdownloadicon {
	width: 30px;
	height: 30px;
}
	
.product-tennisstatistics {
	background-color: #187014;
	background-image: url("tennis_statistics_webproduct.jpg");
	}

.product-copymach {
	background-color: #C1C2C3;
	background-image: url("copymach_webproduct.jpg");
	}
	
.product-31 {
	background-color: #008000;
	background-image: url("31_webproduct.jpg");
	}
	
.producttext {
	
	position: absolute;
	left: 20px;
	height: 125px;
	bottom: 20px;
}

h2.producttitle {
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 40px;
	margin: 0px;
	margin-left: 168px;
	margin-top: 10px;
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;
	}

h2.productdarktext {
	
	color: #000000;
	}

p.productdescription
{
	text-align: left;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 400;
	margin: 0px;
	margin-left: 168px;
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;	
	}

p.productdarktext {
	
	color: #000000;
	}

img.productlogo {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 112px;
	width: 112px;
	}

.product a{
	text-decoration: none;
	color: #000000;
	}

.product a{
	text-decoration: none;
	color: #000000;
	}

.product a:visited {
	color: #000000;
	}

.block {
	background: #333;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
}	

.block-extramargin {
	
	margin-bottom: 75px;	
}

.productheader {
	overflow: hidden;
	position: relative; 
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;  
    display: table;
    vertical-align: middle;
}

.productheader-tennisstatistics {
  background-color: #187014;
  background-image: url("ts_productbackground.png");
}

.productheader-copymach {
  background-color: #C1C2C3;
  background-image: url("copymach_productbackground.png");
}

.productheader-31 {
  background-color: #00793B;
  background-image: url("31_productbackground.png");
}

.productheader-sourcecode {
  background-color: #FFFFFF;
  background-image: url("sourcecode_header.png");
}

.productheader img
{
  margin-right: 36px;
  height: 128px;
  width: 128px;
  vertical-align:middle;  
}

.productheader h1
{
	font-weight: 400;
	font-size: 40px;	
	display: table-cell;
	vertical-align: middle;
	padding-left: 36px;
}

.productdownloads {
	overflow: hidden;
	position: relative; 
	width: 100%;
	height: 50px;
	background-color: #CCC;
	display; table;
	vertical-align: middle;
}

.productdownload {
	overflow: hidden;
	position: relative; 
	width: 33%;
	height: 50px;
	align-items: center;
	justify-content: center;
	float: left;
	display: flex;
}

.storeimage 
{
	max-width: 100%;
}

.productdownload img {

	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.productdownload a {

	text-decoration: none;
	color: #000000;
}

.productdownload a:hover {

	text-decoration: underline;
}


.productdownload h2 {

	text-align: center;
}

.productcontent
{
	color: #CCCCCC;
	font-size: 18px;
}

.productcontent h2
{
	color: #FFFFFF;
}

.productcontent h3
{
	color: #FFFFFF;
}


/* Bread crumb */

.breadcrumb {
	overflow: hidden;
	position: relative; 
	height: 50px;
	align-items: center;
	margin-left: 10px;
	float: left;
	display: flex;
	}

.breadcrumb a {

	text-decoration: none;
	color: #000000;
	}

.breadcrumb a:hover {

	text-decoration: underline;
	}


/* Time line */
.timeline {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  top: 30px;
  float: left;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 40px;
  bottom: 40px;
  left: 50%;
  margin-left: -3px;
}

.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.right::after {
  left: -16px;
}

.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 800px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
/* Full-width containers */
.container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
 
.producttext {
	
	left: 10px;
	height: 70px;
	bottom: 10px;
}

h2.producttitle {
	margin-left: 80px;
	margin-top: 10px;
	font-size: 20px;
	}

p.productdescription
{
	font-size: 12px;
	margin-left: 80px;
	}
	
.productdownloadicon {
	width: 15px;
	height: 15px;
}

.productdownloads {
	height: 30px;
}

.productdownload {
	height: 30px;
}

.productdownload img {
  margin-left: 2px;
  margin-right: 2px;	
}

.productheader {
	height: 80px;
}

.productheader img
{
  margin-right: 18px;
  height: 50px;
  width: 50px;
}

.productheader h1
{
	font-weight: 400;
	font-size: 24px;	
	padding-left: 18px;
}

img.productlogo {

	bottom: 10px;
	left: 10px;
	height: 56px;
	width: 56px;
	}
	
.productdownload a {

	font-size: 12px;
}

.navbar a {
	font-size: 12px;
	padding: 10px 4px;
	}	
  
  /* Make sure that all arrows are pointing leftwards */
.container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
.left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
.right {
  left: 0%;
  }
}