/*!
	Navbar
*/
.logo_slf {
    position: relative;
	float: left;
    padding-right: 10px;
}

.navbar-default .navbar-brand {
	color: white;
	text-shadow: 0.01em 0.01em 0.4em black;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	display: inline;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand:focus{
	color: white;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #508fd3;
    outline: 0 none;
}
.navbar-default .navbar-nav > .active > a {
    background-color: #508fd3;
    border-radius: 0;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #508fd3;
    color: #fff;
}


/*!
	Button
*/
.btn-xl {
    background-color: #508fd3;
    border-color: #508fd3; 
}

.btn-xl:hover {
	background-color: #508fd3;
    border-color: #508fd3; 
}
/*
	links
*/

a, a:hover,a:active {
	color: #508fd3;
}

/*
	Text
*/

.intro-text {
	text-shadow: 0.05em 0.05em 0.1em black
}
.text-primary.green{
    color: #61c33b;
}
.text-primary.blue{
    color: #508fd3;
}
.text-primary.grey{
    color: #767980;
}

/*
	Team
*/
ul.social-buttons_team {
	
}

h4 span.berufstitel {
	font-size: 12px;
}

ul.social-buttons_team  li i, ul.social-buttons_team  li + span  {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 30px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.list-inline > li {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  line-height: 30px;
}

.list-inline > li > span, .list-inline > li  a{
  padding-left: 10px;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-site: 14px;
  color: #777;
}

/*
	footer
*/
.footer-center{
	line-height: 1;
	text-align: center;
}

.footer-right{
	line-height: 1;
	text-align: right;
}

.footer-right a{
	color : #333;
}

/*
	Contact
*/
.contact p {
	line-height: 1;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

