@charset "utf-8";
/* CSS Document */


/*kode der ensarter siden i forskellige browsere og laver globale settings*/

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

#parent {
	width: 50%;
	margin: 0 auto;
}

header {
	padding: 32px;
}

/*Styling af thumbs og billeder*/

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.driverthumb {
	width: 150px;
	height: 150px;
	max-width: 100%;
	vertical-align: middle;
	border-width: thin;
	border-style: solid;
}

.carthumb {
	width: 150px;
	height: 100px;
	max-width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.imgsize {
	width: 400px;
	height: 300px;
	max-width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;	
}

/*Styling af logo og navigation*/

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 250px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #76010C;
	text-align: center;
	display: block;
	padding: 8px;
}

/*Styling af footer*/

footer {
	padding: 10px 10px;
	background-color: #FFFFFF;
}

/*Centrerer siden*/

body {
	margin-left: auto;
	margin-right: auto;
}

/*Styling af diverse tekster*/

menutext {
	font-size: 20px;	
	font-weight: 200px;
	text-transform: none;
	margin-bottom: 0px;
	color:#170076
}

h1 {
	font-size: 40px;
	color:#170076;
	margin-bottom: 20px;
	}

p {
	font-size: 16px;
	color:#170076;
	}

.footer-text {
	font-size: 13px;
	color:#170076;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/*Styling af noget ukendt*/ 

.col-tablet-half-size {
	
	column-fill: auto;
}

/*Styling af knap*/

.botton {
	border: 1px #000000 solid;
	padding: 2px 20px;
	border-radius: 30px;
	color: #821517;
	text-decoration: none;
}

/*Styling af baggrundsfarve*/

.baggrundsfarve_lys {
	background-color: #E8EAF8;
	color: #170076;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

/*styling af tabel*/

.stats100 {
	width: 100%;
	font-size: small;	
}

.stats50 {
	width: 50%;
	font-size: small;
}

.stats25 {
	width: 30%;
	font-size: medium;
	margin:auto;
}

table,th,td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: left;
}
		
  td {
   height: 25px;
   padding: 5px;
 }
 


/*Kode der arrangerer rows og cols*/

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col {
	width: 100%;
}

.col-thumb {
	width: 100px;
}


/*Tablet Size*/	

@media (min-width: 768px){
	
	 .responsive {
    width: 50%;
    margin: 6px 0;
  }
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
		
	.col-tablet-half {
		width: 50%;
	}
	
	.col-tablet-third {
		width: 33%;
	}
	
	.col-desktop-eight {
		width: 12.5%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
	.col-thumb {
		float: left;
		padding: 0px 7px 14px;
		
	}
}

/*Desktop Size*/	

@media (min-width: 1024px){
	
	 .responsive {
    width: 25%;
  }
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
		
	}
	.col-desktop-fourth {
		width: 25%;
	}
	
	.col-desktop-eight {
		width: 12.5%;
	}

}

	
.justify-content-center {
}
