
@charset "utf-8";
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}
.menu02 {
	font-family: oswald;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.menu02 a, a:visited {
	color: white;
	text-decoration:none;
}
.menu02 a:link {
	color: white;
	text-decoration:none;
}
.menu02 a:hover {
	ccolor: white;
	text-decoration:underline;
}
.menu02 a:active {
	color: white;
	text-decoration:none;
}
.menu04 {
	font-family: oswald;
	font-size: 14px;
	font-weight: normal;
	color: white;
}
.menu04 a, a:visited {
	color: white;
	text-decoration:none;
}
.menu04 a:link {
	color: white;
	text-decoration:none;
}
.menu04 a:hover {
	ccolor: white;
	text-decoration:underline;
}
.menu04 a:active {
	color: white;
	text-decoration:none;
}
.tekst_wit {
	font-family: "Roboto", serif;
  	font-weight: 300;	
	font-size: 0.9em;
	color: white;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 100px;
}
.dropdown-item {
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background-color: darkslategray;
}
.dropdown-item a, a:visited {
	color: white;
	text-decoration:none;
}
.dropdown-item a:link {
	color: black;
	text-decoration:none;
}
.dropdown-item a:hover {
	ccolor: black;
	text-decoration:underline;
}
.dropdown-item a:active {
	color: black;
	text-decoration:none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-divider {
	background-color: white;
	color: yellow;
	
}
.navbarDropdown1 {
	background-color: white;
}		
.dropdown-menu {
	background-color: darkslategray;
	
}
.tekstwit {
		margin-left: 50px;
	color: white;
	font-size: 1em;
}