@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed&family=Nunito+Sans&family=Roboto+Mono&family=Roboto+Slab&display=swap');

html
{
	margin: 0;
	padding: 0;
	background-image: linear-gradient(15deg, silver, white);
	background-size: cover;
	background-attachment: fixed;
}

body
{
	padding: 0px;
	margin: 0 auto;
	max-width: 800px;
	box-shadow: 0px 0px 20px rgb(150,150,150);
	font-family: 'IBM Plex Sans Condensed', 'Roboto Mono';
}

@media ( min-width: 520px )
{
	header
	{
		background-image: linear-gradient(to top, rgba(245,245,245,0.90), rgba(255,255,255,0.98));
		box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.04 );
		border-bottom-right-radius: 30px;
		border-top-right-radius: 30px;
		position: fixed;
	}

	header nav ul
	{
		justify-content: center;
		list-style-type: none;
		padding-right: 22px;
		align-items: center;
		display: flex;
		padding: 0;
		margin: 0;
	}

	header nav ul li img
	{
		transition: 1.5s;
		cursor: pointer;
		opacity: 0.78;
		height: 32px;
	}

	header nav ul li img:hover
	{
		cursor: pointer;
		height: 32px;
		opacity: 1.0;
	}

	header nav ul li
	{
		text-align: left;
	}

	header nav ul li div
	{
		margin: 4px;
		padding: 10px;
		cursor: pointer;
		transition: 0.5s;
		text-align: left;
		border: 1px solid rgba(200,190,180,0.0);
	}

	header nav ul li div:hover
	{
		background-color: rgba( 230, 210, 200, 0.45 );
		box-shadow: inset 4px 4px 4px rgba(0,0,0,0.1);
		text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
		border: 1px solid rgb(180,170,160);
		border-radius: 30px;
	}

}

@media ( max-width: 519px )
{
	header
	{
		margin: 0;
		padding: 0;
		background-image: linear-gradient(to top, rgb(235,225,215), rgb(255,255,255));
		box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.04 );
	}

	header nav ul
	{
		justify-content: center;
		list-style-type: none;
		align-items: center;
		padding: 0;
		margin: 0;
	}

	header nav ul li img
	{
		transition: 1.5s;
		cursor: pointer;
		opacity: 0.70;
		height: 64px;
	}

	header nav ul li img:hover
	{
		cursor: pointer;
		opacity: 1.0;
	}

	header nav ul li
	{
		text-align: center;
	}

	header nav ul li div
	{
		margin: 6px;
		padding: 5px;
		cursor: pointer;
		transition: 0.5s;
		text-align: center;
		border-radius: 10px;
		border: 1px solid rgba(200,190,180,0.0);
	}

	header nav ul li div:hover
	{
		background-color: rgba( 230, 210, 200, 0.45 );
		text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
		box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
		border: 1px solid rgb(180,170,160);
		border-radius: 10px;
	}

}

header nav ul li a
{
	text-shadow: 4px 4px 4px rgba( 0, 0, 0, 0.25 );
	text-decoration: none;
	font-size: 12px;
	color: red;
}

@media ( min-width: 520px )
{
	main
	{
		background: url(imgs/image3.jpg) no-repeat left top fixed;
		background-size: 100%;
	}

	main .front
	{
		height: 500px;
	}

	main .front .node-1
	{
		text-shadow: 0px 0px 10px rgb( 155, 155, 155 );
		/*color: rgba( 255, 255, 255, 0.92 );*/
		color: hotpink;
		padding-left: 15%;
		margin-bottom: 11%;
		font-weight: bold;
		padding-top: 9%;
		font-size: 400%;
	}

	main .front .node-2
	{
		text-shadow: 0px 0px 10px rgb( 155, 155, 155 );
		/*color: rgba( 255, 255, 255, 0.92 );*/
		color: hotpink;
		padding-right: 5%;
		padding-left: 25%;
		font-weight: bold;
		padding-top: 5%;
		font-size: 240%;
	}
}

@media ( max-width: 519px )
{
	main
	{
		background: url(imgs/image3.jpg) no-repeat left top fixed;
		background-size: 150%;
	}

	main .front
	{
		height: 500px;
	}

	main .front .node-1
	{
		text-shadow: 0px 0px 10px rgb( 155, 155, 155 );
		/*color: rgba( 255, 255, 255, 0.92 );*/
		color: hotpink;
		padding-left: 14%;
		margin-bottom: 4%;
		font-weight: bold;
		padding-top: 4%;
		font-size: 320%;
	}

	main .front .node-2
	{
		text-shadow: 0px 0px 10px rgb( 155, 155, 155 );
		/*color: rgba( 255, 255, 255, 0.92 );*/
		color: hotpink;
		padding-right: 3%;
		padding-left: 22%;
		font-weight: bold;
		padding-top: 2%;
		font-size: 180%;
	}
}

main .backend
{
	background: url(imgs/backend-1.png) center center fixed rgb( 141, 150, 158 );
	border-top: 1px solid rgb( 230, 230, 230 );
}

main .backend2
{
	background: url(imgs/backend-2.png) center center fixed rgb( 35, 40, 140 );
	border-bottom: 1px solid rgb( 230, 230, 230 );
	border-top: 1px solid rgb( 230, 230, 230 );
}

@media ( min-width: 540px )
{
	main .backend .fit, main .backend2 .fit
	{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}

	main .backend .fit .half, main .backend2 .fit .half
	{
		width: 40%;
	}

	main .backend .fit .full, main .backend2 .fit .full
	{
		width: 50%;
	}
}

main .backend .fit img, main .backend2 .fit img
{
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25 );
	max-height: 100%;
	max-width: 100%;
}

.centerize
{
	text-align: center;
}

.leftflow
{
	text-align: left;
	line-height: 24px;
}

.rightflow
{
	text-align: left;
	line-height: 24px;
}

.leftflow, .rightflow, .centerize
{
	padding: 1%;
}

.mt10
{
	margin-top: 10px;
}

.shdw
{
	text-shadow: 4px 4px 4px rgba( 0, 0, 0, 0.2 );
}


.ftbig
{
	font-size: 320%;
	color: #FFFFFF;
}

.htbutton
{
	background-image: linear-gradient(to top, rgb(135,25,15), rgb(200,45,25));
	text-shadow: 4px 4px 4px rgba( 0, 0, 0, 0.18 );
	border-radius: 20px;
	cursor: pointer;
	font-size: 20pt;
	transition: 0.5s;
	padding: 14px;
	color: white;
	border: none;
	margin: 4px;
}

.htbutton:hover
{
	background-image: linear-gradient(to top, rgb(165,45,35), red);
	text-shadow: 4px 4px 4px rgba( 0, 0, 0, 0.22 );
	padding: 18px;
	margin: 0px;
}

.htbutton a, .htbutton a:link, .htbutton a:hover, .htbutton a:active, .htbutton a:focus
{
	text-decoration: none;
}

main .hightlight
{
	background: url(imgs/backend-1.png) center center fixed rgb( 141, 150, 158 );
	border-bottom: 1px solid rgb( 230, 230, 230 );
	justify-content: center;
	flex-flow: wrap;
	display: flex;
}

.card
{
	padding: 2%;
	max-width: 340px;
}

.card-image-1
{
	background: url(imgs/image0.jpg) center center;
	border: 12px solid rgba( 255, 255, 255, 0.0 );
	background-size: 100%;
	transition: 1.5s;
	margin: 0 auto;
	height: 240px;
	width: 90%;
}

.card:hover .card-image-1
{
	box-shadow: 4px 4px 4px rgba( 0, 0, 0, 0.25 );
	border: 12px solid rgba( 255, 255, 255, 0.65 );
	background-size: 160%;
}

.card-image-2
{
	background: url(imgs/image1.jpg) center center;
	border: 12px solid rgba( 255, 255, 255, 0.0 );
	background-size: 100%;
	transition: 1.5s;
	margin: 0 auto;
	height: 240px;
	width: 90%;
}

.card-image-1, .card-image-2
{
	border-radius: 12px;
}

.card:hover .card-image-2
{
	box-shadow: 4px 4px 4px rgba( 0, 0, 0, 0.25 );
	border: 12px solid rgba( 255, 255, 255, 0.65 );
	background-size: 160%;
}

.bodyset
{
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.0));
	border-radius: 30px;
	line-height: 24px;
	transition: 0.5s;
	padding: 16px;
}

.bodyset:hover
{
	box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.2 );
}

.bodyset h3
{
	text-align: center;
}

.autofit
{
	justify-content: center;
	flex-flow: wrap;
	display: flex;
}

.brightback
{
	background: url(imgs/backend-2.png) center center fixed rgb( 124, 198, 152 );
	justify-content: center;
	flex-flow: wrap;
	display: flex;
}

footer .subline
{
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.disclaimer
{
	font-size: 11px;
	position: fixed; 
	width: 100%; 
	left: 0px; 
	bottom: 0; 
	background-color: rgba( 200, 30, 30 );
	color: #ffffff;
	box-shadow: 0px 0px 6px rgba(200,200,230,0.3); 
	z-index:99999;
	font-size: 18px;
	padding: 4px;
	display: flex;
	justify-content: center;
}

.disclaimer-info
{
	margin: 0;
	padding: 0;
	text-align: left;
	max-width: 500px;
	padding-right: 10px;
}

.disclaimer-info a
{
	text-shadow: 4px 4px 4px rgba( 130, 50, 50, 0.18 );
	text-decoration: none;
	color: yellow;
}

.disclaimer-info b
{
	text-shadow: 4px 4px 4px rgba( 130, 50, 50, 0.18 );
	color: peachpuff;
}

.disclaimer-actn
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.disclaimer-actn button
{
	background-color: rgb( 240, 120, 120 );
	border-radius: 30px;
	cursor: pointer;
	transition: 1s;
	padding: 15px;
	color: white;
	border: none;
}

.disclaimer-actn button:hover
{
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	background-color: rgb( 245, 155, 158 );
	box-shadow: 0px 0px 10px #fff;
	color: rgb( 120, 30, 30 );
}

.privacy
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 80%;
	margin: 0px 10%;
	background-color: rgba( 255, 255, 255, 0.97 );
	box-shadow: 0px 0px 20px rgb( 100, 100, 200 );
}

.privacy .topic
{
	text-align: right;
	padding: 10px;
}

.privacy .topic button
{
	background-color: rgb( 240, 120, 120 );
	border-radius: 30px;
	cursor: pointer;
	transition: 1s;
	padding: 15px;
	color: white;
	border: none;
}

.privacy .topic button:hover
{
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	background-color: rgb( 245, 155, 158 );
	box-shadow: 0px 0px 10px #fff;
	color: rgb( 120, 30, 30 );
}

.privacy .inner
{
	line-height: 34px;
	max-height: 400px;
	text-align: left;
	font-size: 20px;
	padding: 20px;
	overflow: auto;
}

.map-view
{
	margin: 0px auto;
}

.scroller-side
{
	margin-right: 10px;
	position: fixed;
	top: 150px;
	right: 0;
}

.scroller-side img
{
	transition: 1.5s;
	cursor: pointer;
	opacity: 0.2;
}

.scroller-side img:hover
{
	opacity: 1.0;
}

.node-1
{
	text-align: center;
}

.node-2
{
	text-align: right;
}

.middi
{
	padding-right: 15%;
}

footer .subline
{
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.disclaimer
{
	font-size: 11px;
	position: fixed; 
	width: 100%; 
	left: 0px; 
	bottom: 0; 
	color: #ffffff;
	background-color: rgba(235, 63, 154,0.92);/*rgba( 200, 30, 30 );*/
	box-shadow: 0px 0px 6px rgba(200,200,230,0.3); 
	text-shadow: 4px 4px 4px #000;
	z-index:99999;
	font-size: 18px;
	padding: 4px;
	display: flex;
	justify-content: center;
}

.disclaimer-info
{
	margin: 0;
	padding: 0;
	text-align: left;
	max-width: 500px;
	padding-right: 10px;
}

.disclaimer-info a
{
	/*text-shadow: 4px 4px 4px rgba( 130, 50, 50, 0.18 );*/
	text-decoration: none;
	color: yellow;
}

.disclaimer-info b
{
	/*text-shadow: 4px 4px 4px rgba( 130, 50, 50, 0.18 );*/
	/*color: peachpuff;*/
	color: orange;
}

.disclaimer-actn
{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.disclaimer-actn button
{
	background-color: rgb( 240, 120, 120 );
	border-radius: 30px;
	cursor: pointer;
	transition: 1s;
	padding: 15px;
	color: white;
	border: none;
}

.disclaimer-actn button:hover
{
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	background-color: rgb( 245, 155, 158 );
	box-shadow: 0px 0px 10px #fff;
	color: rgb( 120, 30, 30 );
}

.privacy
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 80%;
	margin: 0px 10%;
	background-color: rgba( 255, 255, 255, 0.97 );
	box-shadow: 0px 0px 20px rgb( 100, 100, 200 );
}

.privacy .topic
{
	text-align: right;
	padding: 10px;
}

.privacy .topic button
{
	background-color: rgb( 240, 120, 120 );
	border-radius: 30px;
	cursor: pointer;
	transition: 1s;
	padding: 15px;
	color: white;
	border: none;
}

.privacy .topic button:hover
{
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	background-color: rgb( 245, 155, 158 );
	box-shadow: 0px 0px 10px #fff;
	color: rgb( 120, 30, 30 );
}

.privacy .inner
{
	line-height: 34px;
	max-height: 400px;
	text-align: left;
	font-size: 20px;
	padding: 20px;
	overflow: auto;
}

.imprint
{
	padding: 20px;
	display: flex;
	flex-flow: wrap;
	font-size: 12px;
	line-height: 28px;
	justify-content: space-between;
	border-top: 1px solid rgb( 230, 230, 230 );
	border-bottom: 1px solid rgb( 230, 230, 230 );
	background: url(imgs/backend-2.png) center bottom fixed rgb( 140, 155, 160 );
}

.imprint div
{
	margin: 2px;
}

.brightback
{
	background: url(imgs/backend-2.png) center center fixed rgba(235, 63, 154,0.76); /*rgb( 124, 198, 152 );*/
	justify-content: center;
	flex-flow: wrap;
	color: #ffffff;
	display: flex;
}

.brightback .card
{
	font-size: 22px;
	line-height: 30px;
}

.brightback .card .bodyset .autofit
{
	font-size: 22px;
	line-height: 30px;
}

.brightback .card .bodyset h3
{
	font-size: 24px;
	line-height: 32px;
}

.flexiable-partners
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-items: center;
	background-color: white;
}

.flexiable-partners img
{
	margin: 10px;
	align-items: center;
	max-height: 64px;
}