.header {
	background-color: white;
	/*border-bottom: 1px solid black;*/
	text-align: center;
	padding: 42px 0;
	font-size: 40px;
	font-family: DT-demi, Arial, sans-serif;
	letter-spacing: .2em;
	line-height: 40px;
}

.header__subtitle {
	font-family: DT-light, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	padding-bottom: 30px;
}

.header-label {
	letter-spacing: 0px;
	border: 1px solid;
	padding: 2px 5px;
	display: inline;
	font-size: 14px;
}

.header-div {
	padding-bottom: 20px;
}

.navbar {
	background-color: white;
	/*border-bottom: 1px solid black;*/

	.nav-link {
		color: black;
		font-family: DT-demi, Arial, sans-serif;


		&:hover {
			/*background-color: #5097AB;*/
			color: #9e9e9e;
			;
			transition: 0.3s;
		}

		/*&.active {
            background-color: lightgrey;
                  
        }*/


	}

	.nav-item.active {
		background-color: yellow;

	}

}



@media (max-width: 580px) {
	.header {
		font-size: 30px;
		line-height: 30px;
		border: none;
		padding-bottom: 25px;
	}

	.header__subtitle {
		font-size: 25px;
	}

	.header-div {
		padding-bottom: 25px;
	}
}

.main-menu {
	background-color: white;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1920px;
	padding: 1rem 0 .75rem;*/
	padding-bottom: 1rem;
}

@media(min-width:580px) {
	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		/*max-width: 1920px;
		padding: 1rem 0 .75rem;*/
		padding-bottom: 1rem;
	}
}

.main-menu-list {
	align-self: center;
	display: flex;
	justify-content: center;
	position: relative;
	list-style: none;
	margin: 0 auto;
}

@media(min-width:580px) {
	.main-menu-list {
		-ms-flex-item-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-self: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		position: relative
	}
}

.main-menu-item:not(:last-child):after {
	content: "/";
	display: inline-block;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1em;
	margin-right: .25rem;
	position: relative;
	/*top: 1px;*/
}

.main-menu-link {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	padding: .375rem .125rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

.main-menu-item {
	& a {
		text-decoration: none;
		font-family: DT-light, Arial, sans-serif;
	}
}

/*@media(min-width:1200px) {
	.main-menu-link {
		font-size: 16px
	}
}

@media(min-width:1600px) {
	.main-menu-link {
		font-size: 18px
	}
}*/

.main-menu-link:hover {
	color: #707070
}

.main-menu-item--active {
	font-weight: bold;
	color: black;
	font-size: 16px;
	line-height: 18px;
	padding: .375rem .125rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

/*.main-menu-item--active:after{font-weight:300}*/
.main-menu-item--active:hover {
	color: #707070
}


@media (max-width: 580px) {
	.main-menu-link {
		/*font-size: 15px;*/
		line-height: unset;
		padding: unset;
	}

	.main-menu-item--active {
		font-weight: bold;
		color: black;
		/*font-size: 15px;*/
		line-height: unset;
		padding: unset;
	}

	.main-menu {
		padding: unset;
	}

	/*.main-menu-item:not(:last-child):after {
	font-size: 15px;
	}*/
}

@media (max-width: 300px) {
	.main-menu-link {
		font-size: 10px;

	}

	.main-menu-item--active {

		font-size: 10px;

	}


	.main-menu-item:not(:last-child):after {
		font-size: 10px;
	}
}

.display-name {
	text-align: left;
	background-color: white;
	/*padding-left: 5px;*/
}

.display-name a {
	text-decoration: none;
	font-size: 15px;
	font-family: DT-demi, Arial, sans-serif;
	/*margin-bottom: 3px;*/
	color: #000;
	padding-left: 5px;
	font-weight: bold;
}

div#language-selector {
	/*height: 50px;*/
	display: block;
	padding: 0 40px;
	background-color: #fff;
	font-family: DT-light, Arial, sans-serif;
	position: relative;
}

div#language-selector div#language {
	background-image: url("/userguides/assets/images/togglebutton.svg");
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	width: 65px;
	height: 27px;
	position: absolute;
	top: 45px;
	right: 6rem;
	cursor: default;
	pointer-events: none;
	/*cursor: pointer;*/
}

div#language-selector div#language a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #ffff;
	text-transform: uppercase;
	line-height: 25px;
	padding-top: 1px;
	text-decoration: none;
}

/*div#language-selector div#language:hover a {
	color: #ddd;
}*/

.dropdown-menu {
	display: none;
	position: absolute;
	top: 75px;
	right: 5.5rem;
	left: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	font-family: DT-light, Arial, sans-serif;
	width: 5rem;
	min-width: 5rem;
	padding: 0;
	margin: 0;
	border-radius:0;
}

.dropdown-item {
	padding: 2px;
	text-align: center;
	cursor: pointer;
	color: #333;
	text-transform: capitalize;
	white-space: nowrap;
}

.dropdown-item:hover {
	background-color: #f0f0f0;
}

.dropdown-item.selected {
	font-weight: bold;
	background-color: black;
	color:white;
}

@media (max-width: 1400px) {
	div#language-selector div#language {
		right: 10px;
		top:2px;
	}
	.dropdown-menu {
		top: 30px;
		right: 0.2rem;
	}
}

@media (min-width: 1800px) {
	div#language-selector div#language {
		right: 22rem;
	}
	.dropdown-menu {
		right: 21.5rem;
	}
}
