* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-appearance: none;
}

body {
	font-family: arponasans, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: var(--c-light);
	position: relative;
	overflow-x: hidden;
}

.no-files {
	width: fit-content;
	margin: 7px auto;
	color: #FFF;
	padding: 7px !important;
	border: 1px solid #fff;
	border-radius: 7px;
}

.course-detail-outer > .course-list {
		padding: 0 !important;
}

.course-detail-outer .event-list-item {
		padding-left: 0 !important;
}


.back-to-top {
	position: fixed;
	width: 80px;
	z-index: 3;
	bottom: 50px;
	right: 50px;
	box-shadow: 0 0 15px #33333359;
	border-radius: 100px;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
	display: none;
}

.back-to-top:hover {
	box-shadow: 0 0 15px #333333de;
	transition: box-shadow 0.3s ease-in-out;
}

.button-blue {
	width: fit-content;
	margin: 15px;
	padding: 10px;
	background-color: var(--c-secondary-dark);
	font-size: 20px;
	display: block;
	text-decoration: none;
	color: var(--font-c-white);
	cursor: pointer;
	border: 2px solid var(--c-secondary-dark);
	border-radius: 7px;
	float: right;
	transition:
		background-color .2s ease,
		color .2s ease;
}

.button-blue:hover {
	background-color: var(--c-light);
	color: var(--c-secondary-dark);
}

h1 {
	font-family: arponasans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 45pt;
	color: #282A37;
	margin: 100px 0 30px 0;
}

h2 {
	font-family: arponasans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	/*color: #fff;*/
	color: var(--font-c-dark);
	line-height: 80px;
}

h3 {
	font-family: arponasans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	/*line-height: 60px;*/
	color: #282A37;
	margin-bottom: 30px;
}

h4 {
	font-family: arponasans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 45px;
	color: #282A37;
}

h5 {
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	color: #fff;
	margin: 30px 0;
}

p {
	font-style: normal;
	color: #57586A;
	font-size: 22px;
}

header {
	height: 85vh;
	position: initial;
}

.clear {
	clear: both;
}

.wrapper {
	width: 1375px;
	margin: 60px auto 60px auto;
}

.main-nav-container {
	width: 90%;
	margin: 0 auto;
	height: 15vh;
	display: flex;
	align-items: center;
}

.main-nav-container label {
	display: none;
}

.jobs-slider h2 {
	color: var(--font-c-white);
}

#toggle {
	display: none;
}

#main-nav {
	width: 100%;
	height: 120px;
	overflow: hidden;
}

#main-nav ul li {
	cursor: pointer;
	list-style: none;
	display: inline;
	float: left;
	margin-top: 45px;
}

#main-nav ul li a,
#main-nav ul li p {
	text-decoration: none;
	color: var(--c-primary);
	font-size: 24px;
	margin-right: 35px;
	padding-bottom: 3px;
	position: relative;
	display: inline-block;
	background-color: none;
}

#main-nav > ul > li  > ul {
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: white;
}


#main-nav > ul > li:hover  > ul > li {
	display: block;
}

#main-nav > ul > li  > ul > li {
	width: fit-content;
	margin: 7px 0 0 7px;
	display: none;
}

#main-nav > ul > li  > ul a {
	font-size: 20px;
}

#main-nav > ul > li  > ul > li > ul > li {
	/*display: none;*/
}

#main-nav > ul > li > ul > li:hover > ul > li {
	display: block;
}

#main-nav > ul > li > ul > li > ul  {
	display: flex;
	flex-direction: column;
}

#main-nav > ul > li > ul > li > ul > li {
	margin: 0 0 0 17px;
}

#main-nav p {
	margin-right: 25px;
	font-size: 24px;
	color: var(--c-primary);
	cursor: default;
}

.current {
	border-bottom: 2px solid var(--c-primary);
}










#main-nav img {
	height: 80px;
	max-height: 13vh;
	float: left;
	margin: 20px 40px 0 0;
}

#main-nav a::before,
.main-active::before,
#main-nav p::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: var(--c-primary);
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

#main-nav li a:hover::before, #main-nav .main-active::before {
	visibility: visible;
	transform: scaleX(1);
}

.jobs-slider {
	cursor: pointer;
}

#single-slider-item .jobs-slider {
	cursor: default;
}

#single-slider-item .jobs-slider .description-preview,
#single-slider-item .jobs-slider .description-preview p {
	max-height: none;
	margin-top: 0;
}

.background-image {
	margin-top: 15vh;
	top: 0;
	z-index: -2;
	height: 85vh;
	width: 100%;
	overflow: hidden;
	position: absolute;
}

.background-image img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.scroll-down {
	width: 60px;
	position: absolute;
	bottom: 50px;
	left: calc(50% - 30px);
}

#gradient {
	height: 85vh;
	margin-top: 15vh;
	background-image: linear-gradient(to bottom, var(--c-light), var(--c-dark-shadow) 30%, var(--c-dark));
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

#vertical-nav {
	width: 0;
	margin-left: 50px;
	height: 300px;
	float: left;
	z-index: 1;
	position: relative;
	margin-top: 27vh;
}

#vertical-nav nav ul li {
	margin-top: 0;
	margin-bottom: 30px;
	list-style: none;
}

#vertical-nav nav ul li a {
	width: 8px;
	height: 80px;
	list-style: none;
	display: block;
}

#vertical-nav nav,
#vertical-nav nav ul {
	height: 100%;
}

#nav-dots {
	display: flex;
	flex-direction: column;
}

#nav-dots li {
	flex-grow: 1;
}

#nav-dots li a,
#nav-dots li a div {
	height: 100% !important;
}

.contact-container iframe:hover {
	position: relative;
}

.dot {
	width: 8px;
	height: 80px;
	background-color: #9C9DAB;
}

.simple-content {
	display: flex;
	flex-direction: row;
}


.simple-content > div {
	width: 50%;
	display: flex;
}

.simple-content > div:first-child {
	width: 60%;
	padding: 30px;
	background-color: var(--font-c-white);
	color: var(--font-c-dark);
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	flex-direction: column;
	justify-content: space-around;
}

.description-preview a {
	color: white;	
}


.simple-content > div:last-child {
	width: 40%;
	/*justify-content: space-around;*/
}



.simple-content img {
	max-width: 80%;
	margin: auto;
	display: block;
	border-radius: 7px;
	height: 100%;
	object-fit: cover;
}


.educations-overview-outer > div {
	margin-top: 120px;
	display: flex;
	flex-direction: row;
}

.educations-overview-outer > div > div {
	width: 50%;
}

.educations-overview-outer > div > div:first-child p {
	padding: 20px 20px 20px 0;
}

.educations-overview-outer h2 {
	color: var(--font-c-dark);
}


.educations-overview-outer > div > div:last-child {
	display: flex;
	justify-content: space-around;
}

.educations-overview-outer img {
	width: 80%;
	margin: 0 auto;
	display: block;
	border-radius: 7px;
}

.has-free-slots-1,
.has-free-slots-0 {
	width: fit-content;
	/*padding: 10px;*/
	float: right;
	color: var(--font-c-white);
	font-size: 22px;
	border-radius: 7px;
	line-height: 50px;
}

.has-free-slots-1 {
	background-color: var(--c-green);
}

.has-free-slots-1:after {
	padding: 0 12px;
	content: "Freie Plätze";
	display: inline-block;
}

.has-free-slots-0 {
	background-color: var(--c-red);
}

.has-free-slots-0:after {
	padding: 0 12px;
	content: "Keine freie Plätze";
}

.has-free-slots-1 > div,
.has-free-slots-0 > div {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: inline-flex;
	background-color: var(--c-dark);
	line-height: 44px;
	overflow: hidden;
	border-radius: 7px 0 0 7px;
	text-align: center;
	cursor: pointer;

	transition: width .3s ease,
		height .3s step-end,
		margin .3s step-end,
		padding-top .3s step-end,
		padding-bottom .3s step-end,
		padding-left .3s ease,
		padding-right .3s ease;
}

.has-free-slots-1:hover > div,
.has-free-slots-0:hover > div {
	width: 210px;
	height: 50px;
	padding: 3px 7px;

	transition: width .3s ease,
		height .3s step-start,
		margin .3s step-start,
		padding-top .3s step-start,
		padding-bottom .3s step-start,
		padding-left .3s ease,
		padding-right .3s ease;
}

.has-free-slots-1 > div:hover,
.has-free-slots-0 > div:hover {
	background-color: var(--c-secondary-dark);
	transition: background-color .3s ease,
		color .3s ease;
}

.has-free-slots-1 a,
.has-free-slots-0 a{
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: var(--font-c-white);
}

.soonest-events-outer h2 {
	color: var(--font-c-dark);
}

.soonest-events .event-list {
	margin-bottom: 70px;
}

.partner-overview-outer h2 {
	margin-bottom: 60px;
	color: var(--font-c-dark);
}

.partner-overview-item {
	margin-bottom: 77px;
	padding: 20px;
	background-color: var(--c-secondary-light);
	border-radius: 7px;

	transition: margin-right .3s ease;
}

.partner-overview-item:hover h4 {
	margin-right: 20px;
}

.partner-overview-item-title {
	margin-top: -70px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.partner-overview-item h4 {
	width: fit-content;
	padding: 12px 16px;
	border-radius: 7px;
	background-color: var(--font-c-white);
	text-align: right;
	color: var(--font-c-dark);

	transition: margin-right .3s ease;
}

.partner-overview-images {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
}

.partner-overview-images > div {
	width: 25%;
	display: flex;
}

.partner-overview-images img {
	width: 80%;
	margin: auto;
	display: block;
}

.partner-link-container {
	display: table;
}

.partner-nav-selected {
	background-color: var(--c-primary) !important;
	color: var(--font-c-white) !important;
}

.become-partner-overview {
	width: 100% !important;
	flex-direction: column !important;
}

.become-partner-overview h5 {
	margin-top: 0;
}

.decorator-box {
	display: flex;
	flex-direction: row;
	flex-flow: row-reverse;
	position: relative;
	top: -35px;
}

.decorator-box div,
.decorator-original div {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	border-radius: 20px;
	background-color: var(--c-secondary);;
}

.decorator-original-outer {
	position: relative;
}

.decorator-original {
	width: fit-content;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.decorator-original div {
	margin: 7px 0 0 0;
	background-color: var(--c-primary);
}


.service-item {
	margin-bottom: 40px;
	padding: 25px;
	border-radius: 7px;
	background-color: var(--font-c-white);
}

.service-item h2 {
	margin-bottom: 30px;
	color: var(--font-c-dark);
}

.service-item img {
	width: 60%;
	margin: 40px auto;
	display: block;
}

.service-text {
	width: 90%;
}

.service-text p {
	color: var(--font-c-dark);
}

.service-text a {
	margin: 20px 0;
	float: none;
}

.sitemap,
.sitemap a {
	font-size: 20px;
}

.sitemap ul {
	padding-left: 17px;
}

.form-captcha-holder {
	width: fit-content;
	margin: 0 auto 30px auto;
}


.team h3 {
	text-align: center;
}

.team-members-holder {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

.team-member-outer {
	width: 22%;
	margin-bottom: 70px;
}

.team-member-outer img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.team-member-outer p {
	padding: 7px;
	background-color: var(--c-secondary);
	color: var(--font-c-white);
	text-align: center;
}

.team-member-outer a {
	color: var(--font-c-white);
}


.team-member-details-outer {
	position: relative;
}

.team-member-details {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.team-member-details p {
	padding: 7px 7%;
	position: relative;
	text-align: left;
	font-size: 25px;
	background-color: var(--c-secondary-transparent);
	opacity: 0;
	transition: opacity ease 800ms;
}

.team-member-details p:not(:first-child):before {
	content: '';
	width: 90%;
	position: absolute;
	top: 0;
	left: 5%;
	border-bottom: 2px solid var(--c-light);
}

.team-member-outer:hover .team-member-details > p:first-child {
	opacity: 1;
	transition: opacity ease 1s;
}

.team-member-outer:hover .team-member-details > p:nth-child(2) {
	opacity: 1;
	transition: opacity ease 700ms;
}

.team-member-outer:hover .team-member-details > p:nth-child(3) {
	opacity: 1;
	transition: opacity ease 400ms;
}


.team-member-details i {
	width: 10%;
	margin-right: 7px;
	text-align: center;
}


/* Page Events */
.event-outer {
	margin-bottom: 40px;
	background-color: var(--c-secondary);
	color: var(--font-c-white);
}

.event-outer h2 {
	padding: 17px 0;
	text-align: center;
	font-size: 27pt;
	line-height: normal;
	color: var(--font-c-white);
}

.event-description {
	padding: 20px 70px;
	background-color: var(--font-c-white);
	text-align: left;
	color: var(--font-c-dark);
}

.event-list {
	padding: 50px;
}

.event-list-item {
	margin: 30px 0;
	padding-left: 20px;
	display: flex;
	flex-direction: row;
	border-radius: 7px;
	background-color: var(--c-secondary-dark);
}

.event-list-item > div,
.event-list-item > a {
	padding: 12px 10px;
	display: flex;
	align-items: center;
	flex: 1 1 0;
	font-size: 17pt;
}

.courses-holder {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.course-outer {
	width: 100%;
	margin: 0;
	border-radius: 7px;
}

.course-main {
	width: 42%;
	margin: 4%;
	display: flex;
	flex-direction: column;
}

.course-item-description {
	flex: 1;
}

.btn-course-details,
.btn-course-details-contact {
	width: fit-content;
	margin: 20px auto;
	padding: 20px;
	display: flex;
	background-color: var(--c-form-background);
	border-radius: 7px;
	color: var(--font-c-white);
	font-size: 17pt;
	text-decoration: none;

	transition:
		background-color 300ms ease,
		color 300ms ease;
}

.course-main .btn-course-details {
	margin: 20px 0;
}

.course-controls {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.course-controls > div > i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: var(--font-c-white);
	border-radius: 100px;
	font-size: 50px;
	color: var(--font-c-dark);
	cursor: pointer;
	transition:
		width .2s,
		height .2s,
		font-size .2s,
		line-height .2s;
}

.course-main:hover .fa-info-circle {
	width: 55px;
	height: 55px;
	font-size: 55px;
	line-height: 55px;
}

.course-dropdown {
	display: none;
	border: none !important;
}

.course-dropdown > div,
.course-dropdown > div > a {
	padding: 7px;
	color: var(--font-c-white);
	font-size: 20px;
}

.btn-course-details:hover,
.btn-course-details-contact:hover {
	background-color: var(--font-c-light);
	color: var(--font-c-dark);
}

.btn-course-details-contact {
	margin: 20px auto;
	font-size: 15pt;
	padding: 15px;
}

.btn-course-details > i {
	margin-left: 17px;
}

.course-list {
	padding: 20px 70px;
	text-align: center;
}

.course-list > div > h4 {
	width: fit-content;
	margin: 0 auto 20px auto;
	padding: 0 50px 0 50px;
	font-size: 20pt;
	color: var(--font-c-white);
	border-bottom: 1px solid ;
}

.course-list > div {
	border-radius: 0;
}

.course-list > .event-list-item > div {
	text-align: center;
}

.course-list > div:not(:nth-child(1)),
.course-dropdown > div {
	border-bottom: 1px solid #FFF;
}

.course-list > *:not(:last-child) {
	margin: 0;
}

.course-item-description,
.course-list {
	padding: 20px;
}

.course-dates-header {
	font-weight: bold;
}

.course-list > .event-list-item > div {
	display: block;
}

.course-header,
.course-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 17pt;
}

.course-footer,
.course-dropdown {
	background-color: var(--c-secondary);
}

.course-header {
	padding-top: 50px;
	flex-direction: row;
}

.course-footer {
	flex-direction: column;
}
.course-footer > div {
	margin-bottom: 7px;
}

.course-detail {
	display: flex;
	flex-direction: row;
}

.course-detail-main {
	width: 64%;
	margin-right: 1%;
}

.course-detail-side {
	width: 35%;
	height: fit-content;
	padding: 35px;
	border-radius: 7px;
	background-color: var(--c-secondary);
}

.course-reg-details {
	width: 100%;
}

.course-detail-side > div,
.course-detail-side > div > div {
	padding-bottom: 17px;
}

.course-detail-side p,
.course-detail-side a {
	color: var(--font-c-white) !important;
}

.course-detail-side h5 {
	margin: 0;
	padding-top: 7px;
	border-top: 1px solid var(--c-light);
	font-size: 17pt;
	color: var(--font-c-light);
}

.course-detail-side a {
	color: var(--c-primary);
}

.course-desc-box {
	background-color: var(--c-secondary-light);
	margin: 20px 0;
	padding: 45px;
	font-size: 19px;
	border-radius: 7px;
}

.course-desc-box p {
	padding-bottom: 17px;
	color: var(--font-c-dark);
}

.course-desc-box li {
	padding-bottom: 7px;
}

.course-desc-box ul {
	padding-left: 40px !important;
}

.course-files {
	display: block;
}

.course-files > a {
	text-decoration: none;
}

.course-files > a > div {
	margin-bottom: 17px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.course-files i {
	margin-right: 7px;
	font-size: 30pt;
	color: var(--font-c-white);
}

.course-file-name {
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.course-file-name p {
	padding: 0;
}

.course-registration {
	display: flex;
	flex-direction: row;
}

.course-registration > div:first-child {
	width: 60%;
	margin: 1%;
}

.course-registration > div:last-child {
	width: 36%;
	margin: 1%;
}

.event-list-item > div:empty {
	height: 0;
}

.event-list-item > a {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	background-color: var(--c-form-background);
	border-radius: 7px;
	color: var(--font-c-white);
	text-decoration: none;

	transition: background-color 300ms ease,
		color 300ms ease;
}

.event-list-item > a:hover {
	background-color: var(--font-c-light);
	color: var(--font-c-dark);
}


/* Page event information */
.event-registration-container {
	width: 100%;
}

.event-detail h2 {
	text-align: center;
}

.event-detail-description {
	width: 70%;
	margin: auto;
}

.event-detail-description p {
	color: #57586A !important;
}

.btn-back {
	width: fit-content;
	margin-bottom: 20px;
	padding: 10px 20px;
	display: block;
	font-size: 22px;
	background-color: var(--c-secondary);
	border-radius: 7px;
	color: #FFF;
}

.event-detail-list {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	background-color: var(--c-secondary);
	border-radius: 7px;
}

.event-detail-list > div {
	margin: 10px 20px;
	color: #FFF;
	font-size: 22px;
}

.all-seats-occupied {
	width: 100%;
	margin: 20px 0;
	padding: 30px;
	background-color: var(--c-secondary);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.all-seats-occupied h4 {
	font-size: 27pt;
}

.all-seats-occupied h4,
.all-seats-occupied p {
	color: var(--font-c-white);
}

.all-seats-occupied i {
	margin-right: 30px;
	font-size: 70pt;
	color: var(--font-c-white);
}

.event-registration-container h2 {
	text-align: center;
}

.event-registration-container form {
	width: 70%;
	margin: auto;
	float: none;
}

.event-registration-container p {
	margin-bottom: 20px;
	color: var(--font-c-light);
}

input,
select {
	width: 100%;
	height: 50px;
	background-color: var(--c-form-inputs);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	margin-bottom: 20px;
	padding: 20px;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: #fff;
}

input[type="submit"] {
	background-color: var(--c-form-submit);
	font-size: 30px;
	font-weight: 500;
	height: 70px;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 0;

}

textarea {
	min-width: 100%;
	max-width: 100%;
	background-color: var(--c-form-inputs);
	border-radius: 5px;
	border: 0;
	margin: 30px 0;
	padding: 20px;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: #fff;
	height: 160px;
}

select {
	padding: 5px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image:
			linear-gradient(45deg, transparent 50%, var(--font-c-white) 50%),
			linear-gradient(135deg, var(--font-c-white) 50%, transparent 50%),
			linear-gradient(to right, var(--font-c-white), var(--font-c-white));
	background-position:
			calc(100% - 25px) calc(20px),
			calc(100% - 15px) calc(20px),
			calc(100% - 50px) 0;
	background-size:
			10px 10px,
			10px 10px,
			3px 50px;
	background-repeat: no-repeat;
}

select:focus {
	outline: none;
	background-image:
			linear-gradient(45deg, var(--font-c-white) 50%, transparent 50%),
			linear-gradient(135deg, transparent 50%, var(--font-c-white) 50%),
			linear-gradient(to right, var(--font-c-white), var(--font-c-white));
	background-position:
			calc(100% - 15px) 20px,
			calc(100% - 25px) 20px,
			calc(100% - 50px) 0;
}

::placeholder {
	color: var(--c-form-placeholder);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--c-form-placeholder);
}

::-ms-input-placeholder {
	color: var(--c-form-placeholder);
}


/* Page News */
.news-article {
	/*width: 77%;*/
	margin: 0 200px 40px 0;
	background-color: var(--font-c-white);
	border-radius: 7px;
}

.news-article-inner {
	padding: 30px 30px 0 30px;
}

.news-article h3 {
	font-size: 27pt;
	color: var(--font-c-dark);
}

.article-image {
	max-width: 70%;
	margin: 20px auto;
	display: block;
}

.article-text {
	max-height: 145px;
	padding: 15px 30px;
	overflow: hidden;
}

.news-article a {
	text-decoration: none;
}

.btn-show-more {
	width: 100%;
	margin-top: -60px;
	background-color: var(--c-form-submit);
	opacity: .9;
	color: var(--font-c-white);
	text-align: center;
	line-height: 60px;
	font-size: 25px;
	cursor: pointer;
	border-radius: 0 0 7px 7px;
}

/* News Nav */
.news-nav {
	width: 270px;
	height: 80%;
	position: absolute;
	right: 0;
}

.news-nav-inner {
	width: 100%;
	margin: 0 7px 0 0;
	position: sticky;
	position: -webkit-sticky;
	top: 50px;
	right: 50px;
	float: right;
	background-color: var(--c-dark);
	border-radius: 7px;
	z-index: 1;
	overflow: hidden;
}

.news-nav-inner h4 {
	padding: 15px;
	background-color: var(--c-secondary-dark);
	color: var(--font-c-white);
	font-size: 24pt;
	text-align: center;
	white-space: nowrap;
}

.news-nav-items {
	padding: 15px 30px;
}

.news-nav-items a {
	text-decoration: none;
}

.news-nav-year:not(:first-child) {
	margin-top: 7px;
}

.news-nav-year {
	color: var(--font-c-white);
	font-size: 17pt;
}

.news-nav-month {
	margin-left: 7px;
	color: var(--font-c-light);
}

/* Page News Detail */

.img-news-detail {
	max-width: 70%;
	margin: 30px auto;
	display: block;
}

.event-text div {
	font-family: proxima-nova, sans-serif;
	font-size: 28px;
	font-weight: 100;
	color: #fff;
}

.event-button {
	width: 400px;
	text-align: center;
	background-color: #383B4D;
	color: #fff;
	font-family: proxima-nova, sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
	padding: 15px 0;
	border-radius: 7px;
	margin-right: 20px;
	display: inline-block;
}

.blue-background {
	background-color: #3948B3;
	width: 100%;
}

.infos-container h2 {
	margin-bottom: 30px;
}

.info-table-outer {
	display: flex;
	flex-direction: column;
	background-color: var(--font-c-white);
	font-size: 17pt;
	border-radius: 7px;
	overflow: hidden;
}

.info-table-row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.info-table-row:not(:last-child) {
	border-bottom: 2px solid var(--font-c-light);
}


.info-table-row > div {
	padding: 20px;
	display: flex;
	align-items: center;
	flex: 1 1 0;
}


.info-table-row > div:first-child {
	background-color: var(--c-secondary);
	flex-grow: 1;
	flex-direction: row;
	color: var(--font-c-white);
	font-weight: bolder;
}

.info-table-row img {
	width: 40px;
	height: 40px;
	margin-right: 30px;
}

.info-table-row > div:last-child {
	flex-grow: 2;
}

.jobs-slider {
	width: 940px;
	height: 320px;
	position: relative;
	float: left;
	margin-top: 27vh;
	margin-left: 30px;
	overflow: hidden;
}

.description-preview p {
	margin-top: 30px;
	font-size: 25px;
	color: var(--font-c-white);
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	max-height: 180px;
	text-overflow: hidden;
	overflow-y: hidden;
}
.main-nav-container .description-preview {
	max-height: 180px;
}

.dot {
	cursor: pointer;
	background-color: #9C9DAB;
}

.active, .dot:hover {
	background-color: #fff;
}

.box {
	background-color: var(--c-secondary-light);
	width: 140%;
	height: 1080px;
	transform: rotate(3deg);
	margin-top: 40px;
	margin-left: -20%;
	position: absolute;
	z-index: -1;
	overflow-x: hidden;
}

.rotated-blue-box {
	background: #3948B3;
	width: 140%;
	height: 980px;
	transform: rotate(-3deg);
	overflow: hidden;
	margin-top: 100px;
	margin-left: -20%;
	position: absolute;
	z-index: -1;
}

.contact-container {
	width: 70%;
	margin: 250px auto;
	position: relative;
	display: flex;
	flex-direction: row;
}

.contact-box {
	background-color: #6370C7;
	width: 45%;
	padding: 30px 40px 40px 40px;
	border-radius: 7px;
	position: absolute;
	right: 0;
}

.contact-box h4 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 45px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
}

.contact-box img {
	width: 10%;
	padding-top: 15px;
	float: left;
}

.contact-text {
	font-size: 35px;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	color: #D3DCE4 !important;
	float: left;
	padding: 15px 0 0 30px;
}

.contact-container iframe {
	width: 70%;
	height: 450px;
	float: right;
	margin: 100px 0 80px 0;
	border-radius: 7px;
}

.contact-form-container {
	width: 1080px;
	margin: 100px auto;
}

.contact-form-container h2 {
	font-weight: 700;
	color: #383B4D;
}

.contact-container h2 {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	margin: 50px 0;
}

.contact-form-container img {
	width: 47.5%;
	float: left;
	margin-top: 180px;
}

form {
	width: 47.5%;
	background-color: var(--c-form-background);
	padding: 30px 40px;
	border-radius: 7px;
	margin: 50px 5% 50px 0;
	float: left;
}

.requirements {
	margin: 250px auto 250px auto;
	padding: 10px 50px 30px 50px !important;
	background-color: #fff;
	position: relative;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.requirements h5 {
	font-family: arponasans, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #383B4D;
}

.requirements img {
	height: 50px;
	width: 50px;
	margin: 5px 0;
	position: absolute;
	left: 50px;
}

.checklist {
	font-size: 25px;
	font-family: proxima-nova, sans-serif;
	font-weight: regular;
	height: 50px;
	margin: 5px 0 5px 25px;
	padding: 10px 50px;
	float: left;
	background: linear-gradient(90deg, rgba(237,239,243,1) 70%, rgba(245,248,252,0) 100%);
	width: 850px;
}

.checklist a {
	font-size: 20px;
	font-weight: 700;
	color: #3948B3;
	text-decoration: none;
	float: right;
	margin: 5px 20px 0 0;
}

.banner {
	width: 100%;
}

.img-banner {
	width: 100%;
	position: absolute;
	margin-top: 300px;
	z-index: -1;
}

.further-education-container {
	width: 1080px;
	margin: 100px auto 250px auto;
}

.further-education {
	background-color: #383B4D;
	width: 100%;
	padding: 60px 120px 80px 120px;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.further-education span {
	font-size: 34px;
	font-family: proxima-nova, sans-serif;
	font-weight: regular;
	color: #fff;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	width: 700px;
}

.further-education img {
	width: 20px;
	float: left;
	margin-top: 30px;
}

.event-offer {
	width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
}

.event-offer img {
	width: 45%;
	float: left;
	margin: 100px 5% 120px 0;
}

.infos-container h2,
.event-offer h2 {
	color: var(--font-c-light);
}

.theory-practice {
	width: 1080px;
	margin: 70px auto;
}

.box-50 {
	width: 47.5%;
	background-color: #fff;
	border-radius: 7px;
	overflow: hidden;
	float: left;
	height: 600px;
	margin-bottom: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.box-50:first-of-type {
	margin-right: 5%;
}

.box-50 img {
	width: 100%;
}

h6 {
	font-family: arponasans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	color: #383B4D;
	padding: 20px 40px;
}

.box-50 ul {
	padding: 0 60px;
	font-family: proxima-nova, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #57586A;
}

.box-dark {
	background-color: #C7CEE5;
	width: 140%;
	height: 650px;
	transform: rotate(-3deg);
	margin-top: 100px;
	margin-left: -20%;
	position: absolute;
	z-index: -2;
}

.infos-container {
	width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
}

.education-partner {
	width: 1080px;
	margin: 200px auto 0 auto;
	background: var(--c-secondary-light);
	border-radius: 7px;
}

.partner-nav-item {
	width: 50%;
	background-color: #33333340;
	height: 80px;
	float: left;
	cursor: pointer;
	font-family: arponasans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	color: #383B4D;
	padding: 25px 40px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 50px;
}

.row {
	margin: 5% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.partner-img {
	width: 30%;
	height: 200px;
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.partner-img:nth-of-type(3n) {
	margin-right: 0;
}

.partner-img img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
	padding: 10%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.detail-date {
	font-size: 35px;
	color: #9C9DAB;
}

.back-button {
	font-family: proxima-nova, sans-serif;
	font-size: 30px;
	text-decoration: none;
}

.back-button div {
	width: fit-content;
	margin: 30px 0;
	padding: 10px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #3948B3;
	text-align: center;
	border-radius: 10px;
}

.back-button i {
	margin-right: 20px;
}
.back-button i,
.back-button p {
	color: var(--font-c-white);
}

table {
	/*width: 1080px;
	text-align: left;
	margin: 100px auto;*/
	border-collapse: collapse;
}

th {
	color: #383B4D;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 35px;
	border-bottom: solid 5px #3948B3;
	padding: 10px;
	text-align: left;
}

td {
	color: #57586A;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-size: 25px;
	border-bottom: solid 2px #9C9DAB;
	padding: 20px 10px 10px 10px;
}

tr:last-child td {
	border-bottom: 0;
}


/* Footer */
footer {
	background-color: #383B4D;
	width: 100%;
	height: 680px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.footer-container {
	width: 1080px;
	margin: 0 auto;
}

.footer-links a {
	color: var(--font-c-white);
}

.footer-links a:hover {
	color: var(--font-c-light);
}

.col-33 {
	float: left;
	width: 33.333%;
	margin-top: 50px;
}

#social-media-links a {
	display: flex;
	cursor: default;
}

#social-media-links a > div {
	cursor: pointer;
}

.social-media-icon {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	position: relative;
}


.social-media-icon img {
	height: 100%;
	width: 100%;
	padding: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-text {
	float: left;
	font-size: 20px;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	color: var(--font-c-light);
	margin: 20px 0;
	text-decoration: none;
}

.footer-text a {
	color: var(--font-c-light) !important;
}

.footer-links {
	text-align: center;
}

.col-33 iframe {
	width: 120%;
	height: 200px;
	margin: 110px 0 110px -20%;
	border-radius: 7px;
}

.copyright {
	height: 65px;
	bottom: 0;
	font-size: 25px;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	color: #FFF;
	text-align: right;
	padding: 18px 0;
}


/* Responsive */
@media (max-width: 1500px) {
	.wrapper {
		width: 1050px;
		max-width: 100%;
	}
	.main-nav-container {
		width: 950px;
	}

	#main-nav {
		height: 88px;
	}
	#main-nav ul li {
		margin-top: 35px;
	}
	#main-nav ul li a,
	#main-nav ul li p {
		font-size: 18px;
		margin-right: 25px;
	}
	#main-nav img {
		height: 50px;
		margin: 22px 35px 0 0;
	}
	#main-nav a::before, .main-active::before {
		height: 2px;
	}
	#main-nav p {
		font-size: 18px;
	}
	.scroll-down {
		width: 50px;
		bottom: 40px;
		left: calc(50% - 25px);
	}
	h1 {
		margin: 100px 0 20px 0;
	}
	h4 {
		font-size: 45px;
	}
	h5 {
		font-size: 40px;
		margin: 30px 0;
	}
	p {
		font-size: 20px;
	}
	#vertical-nav {
		height: 270px;
	}
	#vertical-nav nav ul li a {
		width: 8px;
		height: 70px;
	}
	.dot {
		width: 8px;
		height: 70px;
	}
	.jobs-slider {
		width: 850px;
		height: 280px;
		margin-top: 27vh;
	}
	.description-preview {
		margin-top: 30px;
		font-size: 22px;
	}
	
	.course-registration {
		flex-direction: column;
	}

	.course-registration > div {
		width: 98% !important;
		margin: 1;
	}
	
	.course-detail {
		flex-direction: column-reverse;
	}
	
	.course-detail-main, .course-detail-side {
		width: 98% !important;
		margin: 1%;
	}
	
	.course-desc-box {
		padding: 20px;
	}

	/*.box {
		width: 110%;
		height: 800px;
		transform: rotate(3deg);
		margin-top: 150px;
		margin-left: -80%;
		position: absolute;
		z-index: -1;
	}*/
	.contact-text {
		font-size: 30px;
	}
	.contact-container iframe {
		width: 70%;
		height: 450px;
		float: left;
		margin: 100px 0 80px 0;
	}
	.further-education span {
		width: 90%;
	}
	.further-education img {
		width: 20px;
		float: left;
		margin-top: 30px;
	}
	.img-banner {
		margin-top: 400px;
	}
	.detail-date {
		font-size: 30px;
	}
	table {
	/*	width: 950px; */
		margin: 50px auto;
	}
	th {
		font-size: 25px;
		border-bottom: solid 3px #3948B3;
		padding: 10px;
	}
	td {
		font-size: 20px;
		border-bottom: solid 2px #9C9DAB;
		padding: 20px 10px 10px 10px;
	}
	.contact-container {
		width: 950px;
	}
	.footer-container {
		width: 950px;
	}
	.event-offer {
		width: 950px;
	}
	.infos-container {
		width: 950px;
	}
	.education-partner {
		width: 950px;
	}

	.contact-form-container {
		width: 950px;
	}
	.theory-practice {
		width: 950px;
	}
}

@media only screen and (max-width: 1024px) {
	.infos-container {
		width: 100%;	
	}
	
	.courses-holder {
		width: auto;
		flex-direction: column;
	}

	.course-main {
		width: 100%;
		margin: 20px 0;
	}
	
	.course-detail h2 {
		font-size: 28px;
	}
	
	.course-detail h3 {
		font-size: 24px;
	}

	.soonest-events .event-list-item {
		background-color: var(--c-secondary);
	}
	.soonest-events .event-list {
		background-color: transparent;
	}

	.event-list-item {
		overflow: hidden;
	}

	.main-nav-container {
		height: auto;
	}

	#toggle:checked + #main-nav {
		top: 0;
	}

	#main-nav > ul > li > ul {
		position: initial;
	}

	#main-nav > ul > li > ul > li {
		display: block;
	}

	header {
		position: initial;
	}

	.simple-content {
		flex-direction: column;
	}

	.simple-content > div:first-child,
	.simple-content > div:last-child {
		width: 100%;
	}

	.simple-content > div:last-child {
		height: fit-content;
		padding: 30px 0;
	}

	.educations-overview-outer > div {
		flex-direction: column;
	}

	.educations-overview-outer > div > div {
		width: 100%;
	}

	.has-free-slots-1,
	.has-free-slots-0 {
		margin: 0 auto;
		float: none;
	}

	.partner-link-container {
		margin: 0 auto;
	}

	.button-blue {
		font-size: 17px;
	}

	.team-member-details-outer,
	.team-member-details {
		position: static;
	}

	.team-member-details p {
		font-size: 16px;
		opacity: 1;
	}
	
	.team-member-outer {
		width: 40%;
		margin-bottom: 70px;
	}

	/* Page Events */

	.course-main,
	#course-appointments {
		background-color: var(--c-secondary) !important;
	}

	.event-list-item > div,
	.event-list-item > a {
		font-size: 13pt;
		text-align: center;
	}

	.event-list-item > div {
		padding: 0;
		text-align: center;
		flex-direction: column;
		justify-content: center;
	}


	/* Page News */
	.news-nav {
		height: auto;
		margin: auto;
		position: static;
	}

	.news-nav-inner {
		margin: 0 auto;
		position: static;
		top: auto;
		right: auto;
		float: none;
	}

	.news-article {
		margin-right: auto;
	}

	.back-to-top {
		width: 50px;
		bottom: 30px;
		right: calc(50% - 25px);
	}

	.wrapper {
		width: 100%;
		padding: 0 15px;
	}

	.main-nav-container {
		width: 100%;
	}

	#open-nav {
		position: fixed;
		right: 30px;
		top: 20px;
		display: block;
		cursor: pointer;
		font-size: 70px;
		float: right;
		color: #333;
		z-index: 2;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FFF;
	}

	#close-nav {
		position: fixed;
		display: block;
		right: 30px;
		top: 20px;
		cursor: pointer;
		font-size: 70px;
		float: right;
		color: #FFF;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #333;
	}

	#main-nav {
		height: 100%;
		padding: 20px 50px;
		width: 0;
		position: fixed;
		z-index: 2;
		display: none;
		background-color: #fff;
		transition: 0.3s ease;
	}

	#main-nav ul li {
		list-style: none;
		display: block;
		float: none;
		margin-top: 30px;
	}

	#main-nav ul li a,
	#main-nav ul li p {
		text-decoration: none;
		color: #11208B;
		font-size: 30px;
		margin-right: 0;
		padding-bottom: 3px;
		position: relative;
		display: inline-block;
		background-color: none;
	}
	#main-nav img {
		height: 70px;
		float: none;
		margin: 20px 0 20px 0;
	}
	#toggle:checked + #main-nav {
		width: 100%;
		display: block;
		overflow-y: scroll;
	}

	.scroll-down {
		display: none;
	}
	h1 {
		margin: 30px 0 20px 0;
		display: block;
	}
	h2 {
		font-size: 35px;
		line-height: 35px;
	}
	h3 {
		font-size: 33px;
		line-height: 33px;
		margin-bottom: 30px;
		word-break: normal;
	}
	h4 {
		font-size: 40px;
	}
	h5 {
		font-size: 30px;
		margin: 30px 0;
	}
	p {
		font-size: 16px;
	}

	#vertical-nav {
		position: absolute;
		right: 30px;
		width: 35px;
		height: 50px;
		margin-top: 27vh;
	}
	.dot {
		display: none;
	}

	.mySlides .jobs-slider {
		padding: 0 30px;
	}
	.jobs-slider {
		margin-left: 0;
		width: 100%;
		margin-top: 50vh;
	}
	.description-preview p {
		margin-top: 20px;
		font-size: 22px;
		max-height: 130px;
		text-overflow: hidden;
		overflow-y: hidden;
	}
	.wrapper .description-preview {
		max-height: 185px;
	}
	.box {
		width: 100%;
		height: 2030px;
		transform: rotate(0deg);
		margin-top: 70px;
		margin-left: 0;
		position: absolute;
		z-index: -1;
	}
	
	.rotated-blue-box {
		width: 100%;
		transform: rotate(0deg);
		margin-left: 0;
	}
	
	.box-dark {
		width: 100%;
		transform: rotate(0deg);
		margin-left: 0;
		height: 750px;
	}

	.contact-container {
		width: 100%;
		padding: 0 30px;
	}
	.contact-box h4 {
		margin-bottom: 5px;
		font-size: 30px;
	}
	.contact-box {
		background-color: #6370C7;
		width: 75%;
		padding: 30px 40px 40px 40px;
		border-radius: 20px;
		position: absolute;
	}
	.contact-box img {
		width: 10%;
		padding-top: 15px;
		float: left;
	}
	.contact-text {
		font-size: 20px;
	}
	.contact-container iframe {
		width: 80%;
		height: 300px;
		border-radius: 20px;
		float: right;
		margin: 220px 0 80px 0;
	}

	.img-banner {
		display: none;
	}

	.education-partner {
		width: 100%;
		padding: 0 30px;
		margin: 200px auto 0 auto;
	}
	.requirements h5 {
		margin-bottom: 50px;
	}
	.requirements img {
		height: 80px;
		width: 80px;
		margin: 0 auto;
	}
	.checklist {
		font-size: 22px;
		text-align: center;
		height: auto;
		margin: 55px 0;
		padding: 30px;
		background: #F5F8FC;
		width: 100%;
	}
	.checklist a {
		font-size: 22px;
		float: none;
		display: block;
		margin: 30px 0 0 0;
	}
	.event-outer {
		background-color: #ffffff00;
	}
	.event-offer {
		width: 100%;
		padding: 100px 30px;
	}
	.event-offer img {
		margin: 20px 0;
		width: 100%;
	}
	.event-text {
		margin-top: 20px;
		width: 100%;
	}
	.event-text div {
		margin: 30px 0;
	}
	.event-button {
		width: 100%;
		font-size: 30px;
		padding: 15px 0;
		margin: 10px 0;
	}
	.theory-practice {
		width: 100%;
		padding: 0 30px;
	}
	.box-50 {
		height: auto;
		margin-bottom: 50px;
		width: 100%;
		padding-bottom: 40px;
	}
	h6 {
		font-size: 30px;
		padding: 20px 40px 10px 40px;
	}
	.box-50 ul {
		padding: 0 60px;
		font-size: 22px;
	}

	.news-container {
		width: 100%;
		margin: 50px auto;
		padding: 0 30px;
	}
	.news-container h3 {
		font-size: 45px;
	}

	.news-container h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.detail-date {
		font-size: 25px;
	}

	table {
		width: 100%;
	}
	
	th {
		font-size: 16px;
		border-bottom: solid 3px #3948B3;
		padding: 10px;
	}
	td {
		font-size: 14px;
		border-bottom: solid 2px #9C9DAB;
		padding: 20px 10px 10px 10px;
		color: #37384A;
		font-family: arial;
	}
	.contact-form-container {
		margin: 80px auto 0 auto;
		width: 100%;
		padding: 0 30px;
	}
	.contact-form-container h2 {
		font-size: 35px;
	}
	.contact-container h2 {
		font-size: 35px;
		margin: 20px 0;
	}
	.contact-form-container img {
		width: 100%;
		margin-top: 50px;
	}
	form {
		width: 100%;
		padding: 25px;
		margin: 30px 0 10px 0;
	}
	input {
		height: 40px;
		margin-bottom: 15px;
		padding: 16px;
		font-size: 16px;
	}
	input[type="submit"] {
		font-size: 20px;
		height: 50px;
		padding: 10px;
	}
	textarea {
		border-radius: 5px;
		margin: 20px 0;
		padding: 16px;
		font-size: 16px;
		height: 135px;
	}

	footer {
		width: 100%;
		height: auto;
		padding-bottom: 70px;
		background-color: #383B4D;
		position: relative;
	}

	.footer-container {
		width: 100%;
	}

	h5 {
		font-size: 30px;
		margin: 20px 0 10px 0;
	}

	.col-33 {
		float: none;
		width: 100%;
		padding: 20px 30px;
		margin-top: 0;
		text-align: center;
	}
	.col-33:first-child {
		width: 230px;
		margin: 0 auto;
		text-align: center;
	}
	.col-33:nth-child(2) .footer-text {
		text-align: center;
		float: none
	}
	.col-33 iframe {
		width: 100%;
		height: 200px;
		margin: 0 0 70px 0;
		border-radius: 10px;
	}

	header,
	#gradient,
	.background-image {
		height: 100vh;
		margin-top: 0;
	}

	.educations-overview-outer > div > div:last-child {
		padding-top: 30px;
		display: block;
	}

	.has-free-slots-1 > div,
	.has-free-slots-0 > div {
		width: 210px;
		height: 50px;
		padding: 3px 7px;
	}

	.partner-overview-images {
		flex-direction: column;
	}

	.partner-overview-images > div {
		width: 70%;
		margin: 50px auto 0 auto;
		display: block;
	}

	.partner-overview-images > div:not(:last-child) {
		padding-bottom: 50px;
		border-bottom: 2px solid var(--c-primary);
	}

	.social-media-title {
		width: 200%;
		margin-left: -50%;
	}

	.box-dark,
	.rotated-blue-box {
		width: 110%;
	}
	.back-to-top {
		width: 60px;
		bottom: 40px;
		right: 40px;
	}
	.wrapper {
		width: 100%;
	}
	.main-nav-container {
		width: 700px;
	}
	#main-nav {
		left: 0;
	}
	#main-nav ul li {
		margin: 27px 0 0 37px;
	}
	#main-nav ul li a,
	#main-nav ul li p {
		margin-right: 25px;
	}
	#main-nav img {
		height: 35px;
		margin: 20px 30px 0 0;
	}
	.scroll-down {
		width: 40px;
		bottom: 30px;
		left: calc(50% - 20px);
	}
	h1 {
		margin: 100px 0 20px 0;
	}
	h2 {
		font-size: 50px;
		line-height: 50px;
	}
	h3 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 40px;
	}
	h5 {
		font-size: 30px;
		margin: 30px 0;
	}
	p {
		font-size: 16px;
	}
	.course-desc-box {
		font-size: 16px;
	}
	#vertical-nav {
		width: 60px;
		height: 210px;
		margin-top: 27vh;
	}
	#vertical-nav nav ul li {
		margin-bottom: 20px;
	}
	#vertical-nav nav ul li a {
		width: 6px;
		height: 55px;
	}
	.dot {
		width: 6px;
		height: 55px;
	}
	.jobs-slider {
		margin-top: calc(100vh - 325px);
	}
	.description-preview p {
		margin-top: 20px;
		font-size: 16px;
	}
	.contact-text {
		font-size: 25px;
	}
	.contact-container iframe {
		height: 300px;
	}
	.further-education span {
		width: 80%;
	}
	.further-education img {
		width: 20px;
		float: left;
		margin-top: 30px;
	}
	.further-education {
		padding: 20px 50px 40px 50px;
	}
	.further-education span {
		font-size: 25px;
		margin-left: 30px;
		margin-top: 25px;
		width: 90%;
	}
	.further-education img {
		width: 15px;
		float: left;
		margin-top: 35px;
	}
	.img-banner {
		margin-top: 350px;
	}
	.requirements img {
		height: 40px;
		width: 40px;
		margin: 5px 0;
	}
	.checklist {
		font-size: 20px;
		height: 40px;
		margin: 5px 0 5px 10px;
		padding: 10px 50px;
		width: 100%;
	}
	.checklist a {
		font-size: 15px;
		margin: 2px 0 0 0;
	}
	.event-offer img {
		margin: 50px 5% 70px 0;
	}
	.event-text {
		margin-top: 20px;
	}
	.event-text div {
		font-size: 20px;
	}
	.event-button {
		width: 300px;
		font-size: 20px;
		padding: 15px 0;
		margin-right: 20px;
	}
	.event-outer h2 {
		font-size: 21pt;
	}
	.theory-practice {
		width: 100%;
	}
	.box-50 {
		margin-bottom: 37px;
	}
	.box-50 ul {
		padding: 0 60px;
		font-size: 18px;
	}
	.partner-nav-item {
		height: 60px;
		font-size: 25px;
		padding: 20px 40px;
		margin-bottom: 30px;
	}
	.detail-date {
		font-size: 25px;
	}
	.contact-form-container h2 {
		font-size: 45px;
	}
	.contact-container h2 {
		font-size: 45px;
		margin: 20px 0;
	}
	.contact-form-container img {
		margin-top: 50px;
	}
	form {
		padding: 30px 40px;
		margin: 50px 5% 50px 0;
	}
	input {
		height: 40px;
		margin-bottom: 15px;
		padding: 16px;
		font-size: 16px;
	}
	input[type="submit"] {
		font-size: 20px;
		height: 50px;
		padding: 10px;
	}
	textarea {
		border-radius: 5px;
		margin: 20px 0;
		padding: 16px;
		font-size: 16px;
		height: 135px;
	}
	.col-33 {
		margin-top: 50px;
	}
	.social-media-icon {

		margin: 10px 15px 0 0;
	}
	.footer-text {
		font-size: 25px;
		margin: 16px 0;
	}
	.col-33 iframe {
		width: 100%;
		height: 180px;
	}
	.copyright {
		height: 60px;
		font-size: 20px;
		padding: 18px;
	}
	.contact-container {
		margin: 200px auto;
	}
	.further-education-container {
		width: 80%;
		margin: 80px auto 150px auto;
	}
	.event-offer {
		padding: 100px 0;
	}
	.contact-form-container {
		margin: 80px auto 0 auto;
	}
	.course-detail {
		flex-direction: column-reverse;
	}

	.course-detail-main {
		margin-top: 50px;
	}

	.course-detail-main,
	.course-detail-side {
		width: 100%;
	}

	.education-partner {
		width: 90%;
		padding: 0;
		margin: 200px auto 0 auto;
	}

	.partner-slide {
		padding: 17px;
	}

}

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

	.jobs-slider {
		height: 540px;
		margin-top: 17vh;
	}

	.description-preview p {
		font-size: 19px;
	}

	.box {
		height: 2080px;
		margin-top: 70px;
	}

	.has-free-slots-1,
	.has-free-slots-0 {
		font-size: 17px;
	}

	.has-free-slots-1 > div,
	.has-free-slots-0 > div {
		width: 150px;
	}

	.has-free-slots-1,
	.has-free-slots-0,
	.has-free-slots-1 a,
	.has-free-slots-0 a  {
		line-height: 30px;
	}

	.has-free-slots-1 > div,
	.has-free-slots-0 > div {
		height: auto;
	}

	.partner-overview-item h4 {
		font-size: 27px;
	}

	.partner-overview-item-title {
		margin-top: -47px;
	}

	.team-member-outer {
		width: 100%;
	}

	/* Page News */
	.news-article-inner {
		padding: 10px 10px 0 10px;
	}

	.news-article-inner h3 {
		font-size: 17pt;
	}

	/* Page Events */
	.event-list {
		/*background: var(--font-c-white);*/
	}

	.event-list-item {
		margin-top: 0;
		/*flex-direction: column;*/
	}

	#course-appointments > .event-list-item {
		flex-direction: row !important;
	}

	.event-list-item > div {
		padding: 17px;
	}

	.event-list-item > div:first-child {
		font-weight: bold;
	}

	.event-list-item > div:empty {
		padding: 0;
	}

	.event-list-item > a {
		justify-content: center;
		border-radius: 0;
	}

	.event-list-item > a > i {
		margin-left: 7px;
	}

	/* Page event details */
	.event-registration-container form {
		width: 100%;
	}

	.info-mobile-title {
		float: left;
	}

	.info-mobile {
		padding-top: 70px;
	}

	#main-nav ul li {
		margin-top: 30px;
	}
	#main-nav ul li a,
	#main-nav ul li p {
		font-size: 20px;
	}
	#main-nav img {
		height: 50px;
		float: none;
		margin: 20px 0 10px 0;
	}
	h2 {
		font-size: 28px;
	}

	.partner-nav-item {
		height: 40px;
		font-size: 15px;
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.row {
		margin: 0;
	}

	.partner-img {
		height: auto;
		width: 100%;
		max-width: 100%;
		margin: 20px 0;
	}
}

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

	#course-appointments .event-list-item {
		flex-direction: row;
	}

	h3 {
		font-size: 21pt;
		line-height: 21pt;
	}
	.copyright {
		text-align: center;
	}
	.info-table-row {
		flex-direction: column;
	}

	.info-table-row img {
		display: none;
	}

	.info-table-row > div:last-child {
		display: block;
		text-align: right;
	}

	.event-list {
		padding: 16px;
	}

	.event-list-item {
		padding: 0;
		flex-direction: column;
	}

	.contact-container iframe {
		width: 87%;
		margin: 288px 0 0 0;
	}

	.requirements {
		width: 100% !important;
		padding: 50px 10px !important;
		text-align: center;
		border-radius: 0;
	}

	.requirements h5 {
		margin-top: 0;
	}

	.further-education {
		padding-left: 30px;
	}

	.requirements img {
		margin: 17px 0;
		left: 17px;
	}

	.checklist {
		margin: 17px 0;
		padding: 10px 0 10px 50px;
	}

	.further-education-item {
		display: flex;
		flex-direction: row;
	}

}
