body {
	margin:0;
	padding:0;
	background-color: white;
	background-size: 100%;
	color: #000000;
}

/* Register page */

.full {
	width: 100%;
	height: 100vh;
	background:red;
}

/* Thank you page */

.register .thankyou {
	background-color: #0067ff;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register .thankyou .top {
	padding: 20px;
	height: 100%;
}

.register .thankyou .top .content {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 50px;
    box-sizing: border-box;
	color: white;
}

.register .thankyou .top .content a {
	background: white;
    width: auto;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 5px;
    color: black;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
}

.register .thankyou .top .content a img {
	margin-right: 20px;
}

.register .thankyou .top .content h1 {
	font-size: 90px;
	font-weight: 700;
}

.register .thankyou .top .content p {
	font-size: 40px;
	font-weight: 300;
}

.register .thankyou .bottom {
	padding: 0 90px;
	height: 120px;
	width: 100%;
	background-color: #ececec;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 25px;
	text-transform: uppercase;
}

/* Register page */

.register .form {
	background-color: #f9f9f9;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register .form .top {
	padding: 20px;
	height: 100%;
}

.register .form .top .content {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 50px;
    box-sizing: border-box;
	color: black;
}

.register .form .top .content a {
	background: white;
    width: auto;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 5px;
    color: black;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
}

.register .form .top .content a img {
	margin-right: 20px;
}

.register .form .top .content h1 {
	font-size: 60px;
	font-weight: 700;
}

.register .form .top .content p {
	font-size: 40px;
	font-weight: 300;
}

.register .form .bottom {
	padding: 0 90px;
	height: 120px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	text-transform: uppercase;
}

.register .form .bottom>div:first-child {
	color: #0067ff;
}
.register .form .bottom>div:first-child a {
	color: #0067ff;
	text-decoration: none;
}

.register .form .bottom>div:last-child {
	color: white;
}
.register .form .bottom>div:last-child>div:first-child {
	font-size: 30px;
	letter-spacing: 2px;
}
.register .form .bottom>div:last-child>div:last-child {
	letter-spacing: 2px;
	font-size: 20px;
}

.register .form label {
	font-size: 38px;
	margin-bottom: 30px;
	color: #0067ff;
}
.register .form button {
	background: #0067ff;
	border-radius: 5px;
	border: none;
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	padding: 15px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register .form button img {
	margin-left: 30px;
}

.register .form .radio {
	display: flex;
	margin: 20px;
	text-transform: uppercase;
}

/* landing */

.landing {
	width: 100%;
	background-image: url('/app/assets/img/background.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.landing img {
	max-width: 100%;
}

/* Landing page */
.landing .nav-top {
	display: flex;
    justify-content: flex-end;
    height: 60px;
}

.landing .nav-top .link {
	color: black;
	text-decoration: none;
	font-weight: 700;
}

.landing .nav-top .link:hover {
	color: #0067ff;
	text-decoration: none;
	font-weight: 700;
}

.landing .nav-top>div {
	color: #0067ff;
}

.landing .nav-top .link-active {
	color: #0067ff !important;
	text-decoration: none;
}

.landing .logo {
	text-align: center;
	margin-bottom: 50px;
}

.landing .baner {
	text-align: center;
}

.landing .baner img {
	width: 80%;
}

.landing .baner-text {
	padding: 100px 0 100px;
	text-align: center;
}

.landing .baner-text img {
	width: 70%;
}

.landing .center {
	text-align: center;
}

.landing .center img {
	height: 80px;
	margin-bottom: 30px;
}

.landing .center h3 {
	font-size: 35px;
	font-weight: 300;
}

.landing .center p {
	font-size: 25px;
	font-weight: 700;
}

.landing .plan {
	width: 100%;
	background-image: url('../img/plan_background.webp');
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 27%;
	margin-top: -10%;
	color: white;
	padding-bottom: 12%;
}

.landing .plan h3 {
	text-align: center;
    font-size: 100px;
	margin-bottom: 50px;
    text-wrap: nowrap;
}

.landing .plan .row {
	font-size: 33px;
}

.landing .plan .row .col {
	text-align: left;
}

.landing .plan .row .col:first-child {
	text-align: right;
}

.landing .plan h4 {
	text-align: center;
    margin-top: 30px;
    font-size: 43px;
	text-align: center;
}

.landing .plan p {
	text-align: center;
    font-size: 33px;
}

.landing .agenda h2,
.landing .location h2,
.landing .contact h2 {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 300;
	margin: 20px;
}
.landing .agenda {
	margin-bottom: 50px;
}

.landing .agenda>.container>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.landing .agenda .agenda-row {
	background-color: #f8f8f8;
    max-width: 100%;
    width: 1000px;
    margin: 10px;
    box-sizing: border-box;
    height: 100px;
    display: flex;
    align-items: center;
	border-radius: 10px;
	font-size: 30px;
	text-transform: uppercase;
}
.landing .agenda .agenda-row span {
	background-color: #0067ff;
	color: white;
	border-radius: 10px;
	padding: 10px 50px;
	font-size: 30px;
	font-weight: 700;
	margin-left: -30px;
	margin-right: 50px;
	text-wrap: nowrap;
}

/* Kontakt */

.landing .contact {
	min-height: 300px;
}
.landing .contact .container {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
}
.landing .contact .container a {
	text-decoration: none;
	color: black;
}

.landing .contact .container a {
	border-bottom: 5px solid #0067ff;
    padding: 5px 0;
}

.map {
	text-align: center;
}

.map img {
	width: 80%;
}

/* Footer */

.landing footer .container>div {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 25px;
	word-spacing: 25px;
	font-size: 30px;
	margin: 30px;
}
.landing footer .container .blue {
	width: 100px;
    height: 15px;
    background-color: #0067ff;
    margin: 0 auto;
}

.bg_pl {
	background-image: url('/app/assets/img/register_bg.webp');
	background-repeat: no-repeat;
	background-position: right;
    background-size: auto 100%;
}

.bg_de {
	background-image: url('/app/assets/img/register_bg.webp');
	background-repeat: no-repeat;
	background-position: right;
    background-size: auto 100%;
}

.error {
	color: red;
}

.mobile-baner {
	display: none;
}

/* Form mobile */
@media only screen and (max-width: 1600px) {
	.form {
		display: grid !important;
	}
	.full {
		width: 100% !important;
		height: auto !important;
	}
	.bg_pl,
	.bg_de {
		background-image: none !important;
	}

	.top .logo {
		display: none !important;
	}

	.mobile-baner {
		display: block !important;
		background: #0067ff !important;
	}
	.mobile-baner>div:nth-child(2) {
		text-align: center !important;
	}

	.mobile-baner>div:nth-child(2)>img {
		width: 80% !important;
	}

	.mobile-baner .logo-mobile>img {
		margin: 20px 0 0 20px !important;
	}

	.register .form {
		display: block !important;
	}

	.register .top {
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
	}
	.register .top .content {
		display: block !important;
		height: auto !important;
		padding: 20px !important;
		width: 500px !important;
		margin: 0 auto !important;
		max-width: 100% !important;
	}

	.register .thankyou .top .content {
		padding: 20px !important;
	}

	.register .thankyou .top .content a {
		font-size: 1.5rem !important;
		padding: 5px 20px !important;
		text-align: center !important;
	}
	.register .top .content h1 {
		font-size: 2.5em !important;
	}

	.register .thankyou .top .content p {
		font-size: 1.5rem !important;
	}

	.register .top .content p {
		font-size: 2rem !important;
	}

	.register .thankyou .bottom {
		flex-direction: column !important;
		text-align: center !important;
		padding: 40px !important;
		height: auto !important;
	}

	.register .form .bottom {
		display: flex !important;
		flex-direction: column !important;
		align-items: unset !important;
		justify-content: unset !important;
		padding: 20px !important;
	}

	.register .form .bottom>div:first-child {
		text-align: center !important;
		font-size: 1.2rem !important;
	}

	.register .form .bottom>div:last-child>div:first-child {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.register .form .bottom>div:last-child>div:last-child {
		margin-top: 30px !important;
	}

	.register .form .bottom>div:last-child>div:first-child,
	.register .form .bottom>div:last-child>div:last-child {
		font-size: 1.2rem !important;
		text-align: center !important;
	}

	.register .form .bottom>div:last-child {
		color: #0067ff !important;
		font-size: 1rem !important;
		padding-bottom: 40px !important;
	}

	.register .form label {
		font-size: 1.5rem !important;
		padding: 10px 0 0 50px !important;
	}

	.register .form button {
		font-size: 1.5rem !important;
		padding: 10px 40px !important;
	}
	
	.register .form button img {
		height: 25px !important;
	}
}