﻿body {
	font: 300 15px/15px Roboto, Arial, Helvetica;
	background-color: #fff;
}
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.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%!important;
	height: 0;
	padding-top: 22%; /* (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 {
	padding: 5px;
	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%;
}
.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: #005db1;
	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
}

#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 : 767px) {
.profil {
	width: 100%!important;
}
.profilImg {
	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) {
}
