/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */
 
 * {
	 outline: none !important;
 }

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.navbar-dark .navbar-nav .nav-link {
	color: #9BB00F;
}


.navbar-dark .navbar-toggler-icon {
	
	background-image: url('../img/menue-icon.svg');
	
}

.navbar-toggler {
	border: none;
	padding: 0;
}


.navbar-toggler-icon {
	width: 2.5em;
	height: 2.5em;
}


.carousel-indicators .active {
	background-color: #9BB00F;
}

.morebtn {
	
	padding: 10px;
	background-color: #9BB00F;
	border: 1px solid #9BB00F;
	color: white;
	
}

.morebtn:hover {
	background-color: #fff;
	color: #9BB00F;
	text-decoration: none;
}