@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital@0;1&display=swap');

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px;
  }
}

.timeslot {
    display: flex;
    gap: 14px;
    margin-bottom: 5px;
}

.timeslot strong {
	white-space: nowrap;
	min-width: 126px;
}

.gallery img {
	width: 100%;
	height: auto;
}

.msg p a {
	color: #1b2533;
}

.videowrap {
		margin: 30px 0px;
    display: block;
    position: relative;
}

.videowrap img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

.videowrap:after {
    content: url('../img/play.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    pointer-events: none;
    opacity: 1;
    transition: all 0.4s;
}

.videowrap:hover:after {
	opacity: 0.8;
}


body {
	font-family: "Nunito";
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #fff;
  overflow-x: hidden;
  width: 100%;
}

body nav {
	margin-top: 32px;
	position: absolute!important;
	width: 100%;
	z-index: 20;
}

body nav .language-items a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	width: 29px;
	height: 29px;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	line-height: 29px;
	text-decoration: none!important;
	margin: 0px 4px;
}

body nav .language-items a:hover {
	background: rgba(255,255,255,0.5);
}


body nav .language-items a.active {
	background: #ffffff;
	color: #1B2533;
}

body a {
	color: #ffffff;
	transition: all 0.4s;
}

body a:hover {
	color: #87ceeb;
}

body span.datum {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 63px;
	line-height: 63px;
	text-align: left;
	color: #fff;
	text-shadow: 3px 3px 26px rgba(74, 101, 131, 0.67);
}

body h1 {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 90px;
	line-height: 71px;
	text-align: left;
	color: #87ceeb;
	text-shadow: 3px 3px 26px rgba(135, 206, 235, 0.51);
}

body h2 {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 40px;
	line-height: 45px;
	text-align: left;
	color: #87ceeb;
	margin-bottom: 15px;
}

body h3 {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 27px;
	line-height: 31px;
	text-align: left;
	color: #fff;
	text-shadow: 3px 3px 26px rgba(74, 101, 131, 0.67);
	margin-bottom: 15px;
}

body ul,
body ol {
	padding-left: 20px;
}

body footer {
	background: #1B2533;
	font-size: 14px;
	padding: 60px 0px;
}

body footer img {
	margin-right: 34px;
}

body footer p {
	margin-bottom: 0px;
}

section {
	padding: 70px 0px;
	background: #233154;
	position: relative;
}

section:before {
	content: '';
	height: 100%;
	position: absolute;
	background: #233154;
	width: 200vw;
	left: -100vw;
	top: 0px;
}

section .content {
	z-index: 2;
	position: relative;
}

.bgvideo {
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 690px;
	top: 0px;
	object-fit: cover;
	object-position: center top;
	opacity: 0.3;
}

section.header {
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 690px;
}

section.header .content {
	margin-bottom: -20px;
}

section.dark {
	background: #1b2533;
}

section.dark:before {
	background: #1b2533;
}

body .form-wrapper {
	background: #ffffff;
	border-radius: 10px;
	padding: 34px 40px;
	color: #1B2533;
	z-index: 5;
	position: relative;
}

body .form-wrapper h3 {
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	color: #1b2533;
	text-shadow: initial;
}

a.reset {
	margin-top: 10px;
}

body .form-wrapper p,
a.reset {
	font-family: "Nunito";
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #1b2533;
	margin-bottom: 0px;
}

body .form-wrapper p em {
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
}

body .form-wrapper form input {
	font-family: "Nunito";
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #1b2533;
	margin-top: 10px;
	width: 100%;
	border: 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #707070;
}

body .form-wrapper form input::placeholder {
	font-family: "Nunito";
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #707070;
}

body .form-wrapper form label a {
	color: #1b2533;
}

body .form-wrapper form label {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	font-size: 14px;
	line-height: 17px;
}

body .form-wrapper form label input {
	height: 14px;
	width: 14px;
	border-radius: 4px;
	border-color: #707070;
	margin-top: 0px;
	margin-right: 10px;
	padding-bottom: 5px;
	top: 1px;
	position: relative;
}

body .form-wrapper form input.error {
	border-color: #bf0d1d;
} 

body .form-wrapper form label.error {
	color: #bf0d1d;
} 

body .form-wrapper form input[type=submit] {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #1B2533;
	border: 0px;
	margin-top: 20px;
	border-radius: 10px;
	padding: 14px 20px;
	display: inline-block;
	width: auto;
}

body .form-wrapper #resetform {
	display: none;
}

body .sidebar-top {
	margin-top: 400px;
}

body .registerBtn {
text-decoration: none;
  padding: 3px 10px;
  border-radius: 18px;
  background-color: #87ceeb;
  color: #1B2533;
  margin-right: 10px;
  font-size: 14px;
}

body .registerBtn:hover {
  background-color: #ffffff;
  color: #1B2533;
}

body .extra .actioncontainer {
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 20px;
}

body .extra .actioncontainer a {
	text-decoration: none;
	padding: 12px 12px 12px 12px;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	display: flex;
  align-items: center;
}

body .extra .actioncontainer a svg {
	margin-right: 10px;
}

body .extra .actioncontainer a:hover {
	color: #ffffff;
	opacity: 0.8;
}

body .extra .actioncontainer a span {
	padding-right: 12px;
	display: inline-block;
}

body .extra .actioncontainer a.add {
		background-color: #233154;
}

body .extra .actioncontainer a.remove {
		background-color: #9F3636;
}

body .extra .actioncontainer a.disabled {
	background-color: #B7B7B7!important;
}

@media screen and (max-width: 1700px) {
	body .extra .actioncontainer a.remove span {
		display: none;
	}

	body .extra .actioncontainer a.remove svg {
		margin-right: 0px;
	}
}

@media screen and (max-width: 1399px) {
	body h1 {
		font-size: 64px;
		line-height: 50px;
	}
	body span.datum {
		font-size: 51px;
		line-height: 51px;
	}
}

@media screen and (max-width: 1199px) {
	.bgvideo,
	section.header {
		min-height: 500px;
		height: 500px;
	}

	body .sidebar-top {
		margin-top: 0px;
	}

	body .form-wrapper {
		padding: 70px 0px;
	}
}

@media screen and (max-width: 991px) {
	.logo-mobile {
		width: 87px;
	}
	.bgvideo,
	section.header {
		min-height: 60vh;
		height: 60vh;
	}
	body h1 {
		font-size: 64px;
		line-height: 50px;
	}
	body span.datum {
		font-size: 51px;
		line-height: 51px;
	}

	.language-items a.active {
		display: none;
	}

	.navbar-nav {
		flex-direction: row!important;
	}

	body nav {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {
	.timeslot {
		flex-direction: column;
		gap: 0;
		margin-bottom: 20px;
	}
}



