body {
	padding-top: 200px;
	color: #000;
}

@media (max-width: 767px) {	
	body {
	padding-top: 80px;
	}
	.nav > li > a.active {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    display: inline !important;
	}
	.nav > li  {
    line-height: 2.2;
	}
}

.navbar, .navbar-default, .navbar-fixed-top {
    background-color:  #fff !important;
    border-color:  #fff !important;
    background-image: none;
}

#navbarsmall {
    display: none;
    border-bottom: 1px solid #eeeeee !important;
}

.navbar-default {
    box-shadow: none !important;
}



img.navbar-toggle {
	margin-top: 15px;	
}

.navbar-collapse.collapse.in {
	margin-bottom: 20px;
	border-top: none;	
}

.nav, .nav-pills {
	float: right !important;
	font-family: aktiv-grotesk-std;
	font-style: normal;
	font-weight: 300;
	line-height: 1.1;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	background-color: none;
	margin: 55px 0 0 0;
	padding: 0 0 0 0;
}



ul.nav.navbar-nav {
	margin-top: 0px;
}

#navbarsmall .nav, #navbarsmall .nav-pills {
	margin: 20px 0 0 0;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #fff !important;
    color: #000 !important;
}

.nav a, .nav-pills a {
	text-decoration: none;
}

.nav li.active, .nav-pills li.active {
	text-decoration: none;
}

.nav > li > a {
    display: block;
    padding: 0px 0px;
    position: relative;
}

.nav-pills > li + li {
    margin-left: 30px;
}

.nav > li > a.active {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}



.nav.navbar-nav {
	width: 100%;	
}

.navbar-nav > li > a {
	padding: 5px 0px !important; 
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}




.prev_next {
    position: absolute;
    top: 0;
    width: 100%;
}

.home_slider {
    background-image: url("/fileadmin/Resources/Public/Images/white-dot.png");
    background-repeat: no-repeat;
}

.home_slider.active {
    background-color: inherit;
    background-image: url("/fileadmin/Resources/Public/Images/purple-dot.png");
    background-repeat: no-repeat;
}

.img_number {
    margin-top: 10px;
    padding-right: 20px;
}

.carousel-indicators {
    margin-left: 0;
    position: static;
    text-align: right;
    width: 100%;
}

a.home_slider {
	text-decoration: none;
}
a:hover.home_slider {
	text-decoration: none;
}
	
.csc-frame.csc-frame-frame1 {
	border-top: 5px solid #95268f;	
}

.csc-frame.csc-frame-frame2 {
	border-top: 1px solid rgb(70%, 70%, 70%);
}

.partner {
	border-top: 1px solid rgb(70%, 70%, 70%);
}

.funder {
	border-top: 1px solid rgb(70%, 70%, 70%);

}




.footer {
	min-height: 200px;
	background-color: #f7f7f7;
	margin-top: 123px;
}

.footer,.text-muted {
  color: rgb(35%, 35%, 35%);
  font-family: aktiv-grotesk-std;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	font-size: 13px;
	padding-top: 15px;
	text-align: center;
} 

.text-muted a {
	text-decoration: none;
}






