html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	/*font-family: "PT Serif",Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: "Faktum",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-color: #F5F7FA;*/
	/*background-color: #100917;*/
	box-sizing: border-box;
	/*background-color: #FAFAFA;*/
}

.body-homepage {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	background-color: #FAFAFA;
}


.nav-bar {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 95px;
	/*background-color: #100917;*/
	background-color: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}

.nav-bar-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	/*padding-left: 15px;
	padding-right: 15px;*/
	box-sizing: border-box;
}

.nav-bar-logo {
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.nav-bar-logo img {
	height: 50px;
}

.nav-bar-menu {
	/*width: 100%;*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

.nav-bar-menu-element {
	margin-left: 15px;
}

.nav-bar-menu-element a {
	text-decoration: none;
	color: #222222;
}

.nav-bar-menu-toggle-button {
	display: none;
	margin-right: 30px;
}


.main-container {
	padding-top: 95px;
	width: 100%;
	display: flex;
	flex-direction: column;
	/*flex-wrap: nowrap;*/
	justify-content: flex-start;
	align-items: center;
	/*background-color: black;*/
	/*height: 100%;*/
	box-sizing: border-box;
}

.intro-container {
	display: flex;
	flex-wrap: nowrap;
	width: 80%;
	/*background-color: white;*/
	padding: 20px 15px 20px 15px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.intro-text {
	width: 50%;
	/*color: #ffffff;*/
	color: #222222;
}

.intro-img {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 100%;
	color: #ffffff;
}

.intro-img-logo {
	height: 75px;
}

.intro-img-stealth-mode h2 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 400;
	margin-top: 0px;
	background: -webkit-linear-gradient(#fff, #6dccdd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.intro-text h1 {
	font-size: 54px;
	line-height: 60px;
	font-weight: 600px;
	color: #f7cdd5;
}

.intro-text-details {
	font-size: 25px;
	line-height: 38px;
}

footer {
	/*color: #ffffff;*/
	color: #222222;
	padding: 20px;
	box-sizing: border-box;
}


/* SIGNUP */

.signup-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.signup-user-choice-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
}

.signup-user-choice-element {
	border: 1px solid rgb(224, 224, 224);
	padding: 10px 15px;
	min-width: 130px;
	color: #222222;
	text-align: center;
	cursor: pointer;
}

.signup-user-data {
	margin: 30px auto;
	padding: 25px;
	border: 1px solid rgb(224, 224, 224);
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	/*background-color: #F5F7FA;*/
	background-color: #FFFFFF;
}

.signup-user-data h2 {
	font-size: 20px;
	line-height: 24px;
	color: #222222;
}

.signup-user-data h3 {
	font-size: 17px;
	line-height: 21px;
	color: #222222;
}

.signup-user-data p {
	color: #222222;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;	
}

.signup-user-data-line {
	height: 1px;
	border-top: 1px solid rgb(224, 224, 224);
	width: 100%;
	margin-bottom: 15px;
}

.signup-user-data-linkedin {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.signup-user-data-linkedin a {
	width: 400px;
	height: 60px;
	margin: 40px auto 20px auto;
	background-color: rgb(9, 118, 180);
	border-color: rgb(9, 118, 180);
	border-radius: 2px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.signup-user-data-linkedin a:hover {
	background-color: rgb(0, 89, 131);
	border-color: rgb(0, 89, 131);
}

.signup-user-data-linkedin p {
	margin: 0 auto 20px auto;
	font-size: 14px;
	color: #222222;
	max-width: 400px;
	text-align-last: center;
}



.signup-user-data-or-container {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.signup-user-data-or-container .signup-user-data-line {
	margin: 0 !important;
}

.signup-user-data-or-text {
	color: #222222;
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}

.signup-user-data-form {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.signup-user-data-form-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.leftaligner {
	width: 100%;
	text-align: left;
}

.leftaligner-aligned {
	width: 550px;
	text-align: left;
}

.signup-user-data-form-element {
	width: 550px;
	line-height: 50px;
	margin: 10px 0;
	padding-left: 10px;
	/*color: #222222;*/
	font-size: 16px;
	border: 1px solid rgb(224, 224, 224);
}

.signup-user-data-form-element-not-full-width {
	line-height: 50px;
	margin: 10px 0;
	padding-left: 10px;
	/*color: #222222;*/
	font-size: 16px;
	border: 1px solid rgb(224, 224, 224);
}

.signup-user-data-form-element-adress-details {
	width: 550px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.signup-user-data-form-element-adress-details-city {
	width: 300px;
	line-height: 50px;
	margin: 10px 0;
	padding-left: 10px;
	/*color: #222222;*/
	font-size: 16px;
	border: 1px solid rgb(224, 224, 224);
}

.signup-user-data-form-element-adress-details-postcode {
	width: 200px;
	line-height: 50px;
	margin: 10px 0;
	padding-left: 10px;
	/*color: #222222;*/
	font-size: 16px;
	border: 1px solid rgb(224, 224, 224);
}

.signup-user-data-form-element-checkbox {
	max-width: 550px;
	color: #222222;
	font-size: 12px;
	line-height: 15px;
}


.permit-type-list {
	display: none;
}


.signup-user-data-form-container input[required]+label {
 /* color: #999;
  font-size: 16px;*/
  /*font-family: Arial;*/
  /*font-size: .8em;*/
/*  position: relative;
  left: -560px;*/
  /* the negative of the input width */
}

/*.signup-user-data-form-container input[required]+label:after {
  content: '*';
  color: red;
}*/

/* show the placeholder when input has no content (no content = invalid) */

/*.signup-user-data-form-container input[required]:invalid+label {
  display: inline-block;
}*/


/* hide the placeholder when input has some text typed in */

/*.signup-user-data-form-container input[required]:valid+label {
  display: none;
}*/

.signup-user-data-form-container input[type=button], input[type=submit], input[type=reset] {
  background-color: blue;
  background-color: rgb(34, 158, 215);
  border: none;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  padding: 20px 32px;
  text-decoration: none;
  margin: 10px 2px;
  cursor: default;
  width: 400px;
  opacity: 0.5;
}

.signup-user-data-form-container input[type=submit]:hover {
	background-color: rgb(8, 139, 230);
}

.form-check {
	border: 1px solid rgb(224, 224, 224);
}

.enterprise {
	display: none;
}


#student {
	background-color: #FFFFFF;
	color: #222222;
	border: 2px solid blue;
	border-radius: 3px;
}

#enterprise {
	background-color: #F5F5F5;
	color: rgb(100, 122, 147);;
}



/* MOBILE RESPONSIVE */

@media screen and (max-width: 960px) {

	.intro-container {
		flex-direction: column;
	}

	.intro-text {
		width: 100%;
	}

	.intro-img {
		width: 100%;
		align-items: flex-start;
		margin-top: 50px;
	}

	.intro-img-stealth-mode h2 {
		font-size: 45px;
		line-height: 60px;
	}

	.nav-bar-container {
		width: 100%;
		padding-left: 15px;
	}

	.intro-container {
		width: 100%;
	}

	/* SIGNUP */

	.signup-container {
		width: 100%;
		background-color: white;
	}
	.signup-user-data {
		width: 100%;
		box-sizing: border-box;
		background-color: #FAFAFA;
	}
	.signup-user-data-linkedin a {
		width: 100%;
	}
	.signup-user-data-form-container input[type=button], input[type=submit], input[type=reset] {
		width: 100%;
	}
	.signup-user-data-form-element {
		width: 100%;
	}

	.leftaligner-aligned {
		width: 100%;
	}

	.signup-user-data-form-element-adress-details {
		width: 100%;
	}

	.signup-user-data-form-element-adress-details-city {
		width: 55%;
	}

	.signup-user-data-form-element-adress-details-postcode {
		width: 35%;
	}

	.nav-bar-menu {
		display: none;
	}
	.nav-bar-menu-toggle-button {
		display: flex;
	}

	.sidenav {
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  /*left: 0;*/
	  right: 0;
	  background-color: #111;
	  overflow-x: hidden;
	  transition: 0.5s;
	  padding-top: 60px;
	}

	.sidenav a {
	  padding: 8px 8px 8px 32px;
	  text-decoration: none;
	  font-size: 25px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	}

	.sidenav a:hover {
	  color: #f1f1f1;
	}

	.sidenav .closebtn {
	  position: absolute;
	  top: 0;
	  right: 25px;
	  font-size: 36px;
	  margin-left: 50px;
	}

}








