/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 130px 0 0px;
}

@media (min-width: 992px) {
  header {
    padding: 130px 0 0px;
  }
}

section {
  padding: 50px 0;
}



.bg-anthrazit {
    /*background-color: #6989f9!important;*/
	background-image: linear-gradient(45deg, #3353c6 0%, #6989f9 50%,#3353c6 95%);
}

.anthrazit{
	color: #6989f9;
}

a {
    /*color: #6989f9;*/
	color: #000000;
}

.box {
    background-color: #EEEEEE;
    border-radius: 10px;
    padding: 10px;
	max-height: 250px;
}

.title{
	color: #6989f9;
}

.img-circle {
    border-radius: 50%;
	max-width: 100%;
}

.active{
	border-radius: 5px;
	list-style-position:inside;
    border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(to top, white 0%, #f2f2f2 50%)
}

.text-right{
	padding-left: 10px;
}