.carousel-inner img {
  width: 100%;
  height: 100%;
}

.flag li {
  float: right;
  width: 20px;
  margin-right: 5px;
}
.nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #0B77A8;
  min-height: 90px;
		display: flex;
	align-items: center;
	flex-basis: auto;
  justify-content: center;
	flex-flow: row; 
}
.logo {
  height: 40px;
	margin-top: -15px;
	display: flex;
	align-items: center;
	flex-basis: auto;
  justify-content: center;
	flex-flow: row; 
}
.delogo img
{
	height: 80px;
	margin-top: 10px;
}
.menualt a {
  font-size: 10px;
}
.menu a  {
  margin-left: 20px;
  font-size: 15px;
	width: 100%;
}
.menu  {
  margin-left: 200px;
}
.menukurs {
  border-style: solid 5px;
}
.byrk {
  align-items: center;
	
	 
}
.byrk li a img {
  height: 20px;
	
}
.byrk li a{
  margin-left:10px;
}
.menualt a:hover{
background:none;
}
.menu ul a{
  text-transform: uppercase;
}

@media screen and (min-width: 1000px) and (max-width: 1245px) {
  .logo {
    height: 30px;
   
  }
  .menu {

	margin-left: 30px;
		display: flex;
		align-items: center;
		flex-basis: auto;
  	justify-content: center;
		flex-flow: row; 
  }
  .menu a {

		font-size: 12px;
    margin-left: 0px;
  }
  .menualt a {
    width: 100%;
    font-size: 14px;
  }
  .menu ul {
    margin-top: 10px;
  }
  .menukurs {
    border-style: solid 5px;
  }
  .byrk {
    height: 30px;
  }
  .byrk li a {
    margin-left: -5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .logo {
    height: 30px;
 
  }
  .menu {
    margin-left: 10px;

  }
  .menu ul {
  margin-top: 12px;
	margin-left: 0px;
  }
  .menu ul a {
  font-size: 8px;

  }
  .menualt {
    border: none;
  }
  .menualt a {
    font-size: 10px;
  }
  .byrk li a img {
    height: 20px;
    padding-left: 3px;
  }
  .byrk li a {
    margin-left: -5px;
  }
}
@media screen and (min-width: 0px) and (max-width:767px) {
  .logo {
    height: 30px;
    line-height: 45px;
	top: 10px;
		
  }
  .menu {
    font-size: 12px;
		margin-left: 0px;
	
  }
  .menu ul {
    margin-top: 30px;
		
		
  }
  .menualt:not(.byrk) 
	{
    top: 15px;
    left: 20px;

  }
  .menualt a {

    font-size: 12px;
		color: #244355;
	
  }
  .menualt  
	{
color: #244355;
  }
  .byrk li a img {
    height: 40px;
		margin-right:15px; 
  }
	.byrk{
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-basis: auto;

  justify-content: center;
		
	}
 .byrk li a {
    margin-left: -5px;
  }
}