body {
	background-color: #2A363B !IMPORTANT; 
	color: white !IMPORTANT;
	font-size: 15px;
	height: 100%;
}

.navbar-fix {
	height: 75px;
	width: 100%;
	background-color: #2A363B !IMPORTANT; 
}


body {
	color: white;
	font-size: 15px; 
}

.nav-chevron {
	float: right;
	margin-right: 30px;
	display: none;
}

@media all and (max-width: 767px) {
	.nav-chevron {
		display: block;
	}
}

.bb-navbar-box {
	background-color: #2A363B; 
	border: 0px;
	border-radius: 0px;
	height: 75px; 
	padding-top:13px;
	position: fixed;
	z-index: 500; 
	width: 100%; 
	padding-top:0px !IMPORTANT; 
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	border-bottom: 3px solid;
	border-color: #E84A5F;
}

.nav-icon {
	float: left;
	margin-top: 8px;
}

.nav-icon-bb{
	color: #E84A5F;
	font-size: 19.7px;
	line-height: 30px;
	font-weight: medium;
	text-transform: uppercase;
}
.nav-icon-name{
	color: white;
	font-size: 23.3px;
	line-height: 2px;
	font-weight: medium;
	text-transform: uppercase;
}

.navbar-fix {
	height: 75px;
	width: 100%;
}
.navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-toggle {
	border-color: white;
}
.navbar a {
	color:white;
	font-size: 18px;
}
.nav > li > a:focus, .nav > li > a:hover {

	color: #E84A5F;
	background-color: #2A363B !IMPORTANT;
}
.navbar {
	margin-bottom: 0px !IMPORTANT;
	z-index: 10000;
}
.bb-btn-li {
	padding: 0px !IMPORTANT;
}
.navbar-collapse {
	background-color: #2A363B;
	z-index: 100;
	padding-top: 13px;
}

@media all and (max-width:	768px) {

	.nav-icon{ 
		margin-left: 20px;
	 }
}


table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px !important;
    border: solid 3px;
    border-color: white;
    color:black; 
}
th {
	background-color:#E84A5F;
    color:white;
    font-weight: bold;
}
tr {
	background-color: white;
} 
tr:nth-child(even){background-color: #f2f2f2}

input {
	background-color: transparent;
	width: 100%;
    padding: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
textarea {
	background-color: transparent;
	width: 100%;
    padding: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 175px;	
}
input:focus { 
    outline: none;
    border-color: #E84A5F;
    box-shadow: 0 0 10px #E84A5F;
}
textarea:focus { 
    outline: none;
    border-color: #E84A5F;
    box-shadow: 0 0 10px #E84A5F;
}
.sus-input-row {
	margin-bottom: 20px;
	color: white;
	font-size: 20px;
}
div.baier  {
	padding-top: 30px;
	padding-bottom: 40px;
}
div.white {
	background-color: white !IMPORTANT;
} 
div.gray {
	background-color: #2A363B !IMPORTANT;
} 
.red {
	color:#E84A5F;
	
}

a:hover {
	text-decoration: none;
}
.about-me p {
	font-size: 15px;
}

.about-me h1 {
	font-size: 25px !IMPORTANT;
}

.projekt_container {
	border: 1px solid;
	border-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	max-width: 300px !IMPORTANT;

    color:white !IMPORTANT;
	-webkit-filter: grayscale(100) brightness(100);
    filter: grayscale(100) brightness(100);
}


.img-gray {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}



.projekt_container .description {

	margin-top: 10px;
	font-size: 18px;

}

.projekt_container:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	color: #E84A5F !IMPORTANT;
	-webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.xing-user {
	position: relative;
    margin-top: -60px;
    margin-left: -100px;

}

.sus-btn {
    background-color: #E84A5F;
    font-size: 20px;
    border: 0px;
}

.footer {
	background-color: #E84A5F;
	border-top: 3px solid;
	border-color: white;
	padding: 10px;
	font-size: 15px;
}

.skills {
	border-radius: 50%;
	border: 3px solid;
	border-color: #2A363B;
	font-size: 22px;
	padding-top: 44px;
	padding-bottom: 46px;
	width: 128px;
	height: 128px;
	margin: auto;
}

.skills:hover {
	border-radius: 50%;
	border: 3px solid;
	border-color: white;
	font-size: 22px;
	color: #2A363B;
	transition-property: color, border-color;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
}

.highlighted {
	border-radius: 50%;
	border: 3px solid;
	border-color: white;
	font-size: 22px;
	color: #2A363B;
	transition-property: color, border-color;
    transition-duration: 1s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
}
.skills-box {
	margin-bottom: 20px;
}
.triangel-container {
    background-color: #db2d78;
    background-image: url(bg-tri.jpg);
    background-repeat: no-repeat;
    background-position: right 0px center;
	background-size: cover;
}
.bb-fade-in {
	margin-top: 100px;
}


ul {
	margin-left: 20px;
}

ol {
	list-style: none;
	padding: 10px 0 !important;
}
ol li {
	padding-left: 15px;
	line-height: 16px;
	padding-bottom:9px !important;
}
ol li:before {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: -15px;
	font-weight: bold;
}


 .projects-partners p {
	 border: 1px solid gray;
	 padding: 5px;
	 margin: 10px;
 }

 .customer-profiles h2 {
	 font-size: 25px;
	 color:#E84A5F;
 }


.customer-profiles p {
	font-size: 16px;
}

.projects-partners h2 {
	font-size: 45px;
	text-align: center;
	margin-bottom: 30px;
	color:#E84A5F;
}

.triangel-container h2 {
	font-size: 45px;
	text-align: center;
	margin-bottom: 35px;
}

.btn-dr-b-f-p, .btn-dr-b-f-p:visited {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 20px;
	margin-bottom: 40px;
	background-color: #E84A5F;
	border: 0px;
}

.btn-dr-b-f-p:hover, .btn-dr-b-f-p:active {
	background-color: #f84f66;
}

.about-me h1 {
	margin-top: -20px;
	font-size: 23px;
	color: #E84A5F;
}

#impressum, #datenschutz {
	 top:75px;
	 color: black;
 }

#impressum a:hover, #impressum a:active, #impressum a:visited , #impressum a, #datenschutz a:hover, #datenschutz a:active, #datenschutz a:visited , #datenschutz a{
	background: white !important;
	color:black;
}


.footer a {
	color: white;
}

.gray label {
	margin-top: 15px;
	margin-bottom: 7px;
}

.contact-btn-form {
	margin: auto;
}