body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 200!important;
	background-color: #fff!important;
}
a {
	color: #CA2D8E;
	text-decoration: none;
}
a:hover {
	color: #666;
}
#wrap {
	font-weight: 200;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
}
.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;
	background-color: #fff;
}
#header {
	margin: 0 -7.5%;
	padding: 15px 10%;
	background-color: #FFF;
  width: 100%!important;
}

#header img {
  width: 100%!important;
  max-width: 550px!important; 
}
.footer {
	width: 100%!important;
	height: auto;
	background-color: #1642AA;
	line-height: 16px;
	color: #FFFFFF;
}
.login {
	float: right;
	padding-right:20px;
}
#nav {
	background-color: #ef9d05;
	margin: 0 0 20px;
	padding: 10px 2.5%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.footer a {
	color: #FFFFFF;
	font-size: 80%;
}
#sidebar {
	padding: 5px;
	float: left;
	text-align: center;
	min-height: 800px;
	font-weight: 200!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	background-color: #fff!important;
}
#content {
	float: left;
	text-align: left;
	min-height: 800px;
	max-width: 100%!important;
}
.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: #6a6a6a;
	position: relative;
}
.profilImg img {
	width: 100%!important;
	height: auto!important;
}
.profilTitle {
	font-size: 90%;
	line-height: 25px;
}
.headline_small {
	font-size: 16px;
	color: #005db1;
	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);
}
.well {
	padding-top: 5px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
	margin-bottom: 20px!important;
}
button[disabled], html input[disabled] {
	cursor: not-allowed!important;
}
#tos_register {
	width: 20px!important;
	height: 20px!important;
	transform: scale(1.5);
	margin-right: 5px;
}
.footer {
	width: 100%!important;
	height: 30px;
	background-color: #ef9d05;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 10px;
	bottom: 0;
}
.footer a {
	color: #FFFFFF;
	font-size: 80%;
}
#erfolg {
	display: none;
	padding: 10px;
	font-size: 18px;
	color: #056029;
	background-color: #fccf2c;
}
#fehler {
	display: none;
	padding: 10px;
	font-size: 18px;
	color: #CF0C0F;
	background-color: #fccf2c
}
#nav input[type=text] {
	padding-left: 15px;
	margin-right: 5px;
	border-radius: 5px;
	border: none;
	height: 35px;
	width: 22%!important;
	max-width: 320px!important;
	min-width: 130px!important;
}
.sidebar li, ul, ul > li {
	cursor: pointer;
	list-style: none;
	padding-left: 5px;
	text-align: left!important;
	line-height: 1.5;
}
#fbsubmit {
	background-color: #03de03;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	font-weight: 700;
}
#signup_close {
	position: absolute;
	right: -10px;
	top: -15px;
	background-color: #FFFFFF;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-size: 24px;
}
.fbsubmittext {
	font-weight: bold;
	font-size: 1.1em;
	font-family:Arial !important;
}

.my_signup_open {
	font-weight: bold;
	cursor:pointer;
}



/*=====================================================
=            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 : 896px) {
.login {
	display: none;
}
}

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

.logo {
	width: 50%!important;
}
.login {
	display: none;
}

#header {
	  width: auto!important;
	padding: 0 2%;
}
}

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

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