body {font: 300 15px/15px lato!important; background-color: #fff; color: #232424!important; }

a {
	color: #CA2D8E;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.container-fluid {
	text-align: center!important;
	width: 100%!important;
	max-width: 100%!important;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	align-items: center;
	justify-content: center;
}
.container {
	max-width: 1200px!important;
	width: 100%!important;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	font: 700 1.25em Raleway, Arial, Helvetica;
}
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%!important;
	height: 0;
	padding-top: 31%; /* (img-height / img-width * container-width) */
}
.footer {
	width: 100%!important;
	height: auto;
	background-color: #1642AA;
	line-height: 16px;
        color: #FFFFFF;
}
.footer a { color: #FFFFFF; font-size: 80%; }

#sidebar {
	padding: 5px;
	float: left;
	text-align: center;
	min-height: 800px;
}

#content {
	float: left;
	text-align: left;
	min-height: 800px;
	max-width: 100%!important;
}

.contenttxt {
  line-height: 22px!important;
  color: #232424;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.profil {
	float: left;
	padding: 5px;
	padding: 0 5px 10px 5px;
	overflow: hidden;
	text-align: center;
	width: 25%!important;
}
.profilImg {
	border: 1px solid #c2c2c2;
	border-color: #cdcdcd;
	background-color: #eeeeee;
	color: 232424;
	position: relative;
}
.profilImg img {
	width: 100%!important;
	height: auto!important;
}
.profilTitle {
	font-size: 90%;
	line-height: 18px;
}
.headline_small {
	font-size: 16px;
	color: #232424;
	font-weight: 700;
	margin-bottom: 8px;
	clear: both;
	text-align: left!important;
}
.WasPassiertImg {
	width: 100%;
	text-align: left!important;
}
.WasPassiertImg img {
	width: 120px;
	height: 120px;
	margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.footer {
	width: 100%!important;
	height: 30px;
	background: #3d3e3e;
	line-height: 30px;
	color: #a4a2a2;
	margin-top: 10px;
	padding-left: 10px;
    bottom: 0;
}
.footer a {
	color: #a4a2a2;
	font-size: 80%;
}
#signup_close {
    position: absolute;
    right: -10px;
    top: -15px;
    background-color: #FFFFFF;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}



/*=====================================================
=            Bootstrap Media Queries            =
=====================================================*/

@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 979px) {
.profil {
	width: 100%!important;
}
.profilImg {
	width: 100%!important;
}
}

@media only screen and (max-width : 869px) {
#sidebar {
	padding: 0;
	width: 100%!important;
	min-width: 100%!important;
}
#content {
	padding: 0;
	width: 100%!important;
}
}

@media only screen and (max-width : 480px) {
#sidebar {
	padding: 0;
	width: 100%!important;
	min-width: 100%!important;
}
#content {
	padding: 0;
	width: 100%!important;
}
}

@media only screen and (max-width : 320px) {
}
