@charset "UTF-8";

:root {
    --background: #f2f2f2;
    --backgroundDark: #2c2c2c;
	--backgroundCont: #ffffff;
    --backgroundContDark: #333333;
	--backgroundHeader: #2D9AB7;
	--backgroundImg: #B3B3B3;
	--backgroundBanner: #2D9AB7;
	--backgroundCopy: #707070;
	--backgroundGrey: #838383;
	--backgroundButton: #50577A /*#b4b4b4*/;
    --backgroundButtonDark: #2f3752 /*#494949*/;
	--backgroundButtonHover: #2f3752 /*#8d8d8d*/;
	--backgroundButtonHoverDark: #50577A;
	--backgroundBorder: #2a2c35;
	--backgroundBorderDark: #2a2c35;
	--button: #ffffff;
	--buttonDark: #ffffff;
    --text: #000000;
	--textDark: #ffffff;
	--textHeader: #ffffff;
	--textHeaderDark: #252525;
	--texth4: #52BAD5;
	--texth4Dark: #0e5d85;
	--textp: #A3A3A3;
	--textpDark: #505050;
	--textGrey: #666666;
	--textGreyDark: #252525;
	--textLightGrey: #A3A3A3;
    --textHover: #033f5c;
	--textClicked: #0e5d85;
	/*#786796*/

	--containerSizeMobile: 99%;
}

html	{
	background-color: var(--background);
}
/* Body */
body {
	font-family: hoss-round, sans-serif;
	background-color: var(--background);
	color: var(--text);
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: 200;
}
a	{
	text-decoration: none;
}

/* Container */
.container {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	height: fit-content;
	background-color: var(--backgroundCont);
}
/* Navigation */
header {
	background-color: var(--backgroundHeader);
	background-image: url(./parallax.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 65px;
	margin-bottom: 6px;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.title {
	margin: 0;
	margin-top: 5px;
	width: 50%;
	text-align: left;
	color: var(--textHeader);
	font-weight: bold;
	font-size: 38px;
	margin-left: 50px;
	letter-spacing: 4px;
	/*Deutschland-Flagge bei Hover*/
}
nav {
	width: 50%;
	text-align: right;
	margin-right: 30px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: var(--textHeader);
	font-size: 18px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	margin: 0;
	color: var(--textHeader);
	text-decoration: none;
	transition: all 0.05s linear;
}
ul li:hover a {
	color: var(--textHover);
	
	/* Farbe beareiten */
}
#navBars {
	display: none;
    position: absolute;
    top: 14px;
    z-index: 11;
    padding: 10px;
    border-right: 1px solid #000000;
}
.bar {
    height: 5px;
    width: 50px;
    margin-bottom: 10px;
    background-color: var(--textHeader);
    border-radius: 5px;
}
.bar:last-child {
    margin-bottom: 0;
}

/* Hero Section */
/*	[old]
#hero_container {
	margin-bottom: 2px;	
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: 450px;
}
#hero	{
	display: block;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 300px;
	height: 50px;
	z-index: 1;
}
#hero_header {
	color: var(--text);
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
#hero_paragraph	{
	text-align: center;
	color: var(--textGrey);
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#imgcontainer	{
	background-color: var(--backgroundImg);
	background-image: url("./wallpaper.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border-top-left-radius: 2px ;
	border-top-right-radius: 2px ;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
*/
.hero {
	background-color: var(--backgroundImg);
	background-image: url("./wallpaper.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	margin-bottom: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.hero_title {
	color: var(--textHover);
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.hero_sub_title {
	text-align: center;
	color: var(--textDark);
	margin-top: 4px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.light {
	font-weight: bold;
	color: var(--textDark);
}

.intro	{
	padding-bottom: 35px;
}
#topLinks	{
	display: inline-block;
	padding-bottom: 35px;
	background-color: var(--backgroundBanner);
	background-image: url(./parallaxMirrored.png);
	background-size: cover;
	background-repeat: no-repeat;
	/*transform: scaleX(-1) scaleY(-1);*/
}
#topLinks .column	{
	width: 40%;
	text-align: left;
	padding: 30px;
	padding-bottom: 0;
	float: left;
}
#topLinks .column a	{
	display: block;
	width: 70%;
	padding-left: 30px;
	color: var(--text);
	font-size: 18px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
#topLinks .column a:hover	{
	color: var(--textHover);
}
#impressum {
	display: flex;
	height: 75vh;
	padding-bottom: 35px;
	background-color: var(--backgroundCont);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
#impressum .column {
	width: 50%;
	text-align: left;
	padding-top: 30px;
	/*transform: scaleX(-1) scaleY(-1);*/
}
#impressum .column h3 {
	color: var(--text);
	margin: 50px 30px 20px;
	font-size: 24px;
	text-align: justify;
	text-transform: uppercase;
}
#impressum .column h3:last-child {
	color: var(--text);
	margin: 100px 30px 20px;
	font-size: 18px;
	text-align: justify;
	text-transform: none;
}
.intro .column p {
	color: var(--text);
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 30px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.profile {
	height: 100%;
	min-height: 300px;
	max-height: 400px;
	width: 100%;
	min-width: 300px;
	max-width: 400px;
	object-fit: contain;
	margin: 30px;
}
.links	{
	display: inline-block;
	width: 100%;
	height: fit-content;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: var(--backgroundBanner);
	background-image: url(./parallaxMirrored.png);
	background-size: cover;
	background-repeat: no-repeat;
	/*transform: scaleX(-1) scaleY(-1);*/
}
.links .column	{
	width: 40%;
	text-align: left;
	padding: 30px;
	float: left;
}
.links .column ul li	{
	list-style: none;
}
.links .column a	{
	display: block;
	padding-left: 30px;
	color: #000000;
}

/* Main Section */
.main {
	height: fit-content;
	padding: 35px;
	display: flex;
	background-color: var(--backgroundCont);
	margin-top: 0px;
	margin-bottom: 2px;
	justify-content: space-evenly;
}
.main_block {
	width: 27%;
	text-align: center;
	align-self: center;
	font-weight: lighter;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	color: var(--textGrey);
	font-size: 20px;
	letter-spacing: 4px;
	transition: all 0.3s linear;
	cursor: default;
}
.main_block p	{
	margin: 8px;
}
.main_block:hover	{
	font-size: 23px;
	color: var(--textHover);
		
}
#witz	{
	width: 40%;
	letter-spacing: 0px;
	font-size: 18px;
	line-height: 20px;
}
#mainWizard{
	display: flex;
	height: 70vh;
	justify-content: center;
}
#wizard	{
	margin: 10px;
	padding: 0;
	width: fit-content ;
	align-self: start;
}

/* Parallax Section */
.banner {
	background-color: var(--backgroundBanner);
	background-image: url(./parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
.parallax {
	color: var(--textDark);
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: var(--textDark);
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin: 0;
}

/* Gallerys */
.gallery {
	clear: both;
	/*[old] display: inline-block;
	width: 100%;
	background-color: var(--backgroundCont);
	padding: 30px 0px;
	margin-bottom: -4px;*/
	/* [disabled]min-width: 400px; */
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
   	grid-template-rows: auto auto;
   	grid-gap: 0px;
	align-items: center;
	width: auto;
	padding: 20px;
}
.socialmedia {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.gallery .socialmedia h4 {
	margin: 0;
	margin-top: 4px;
	color: var(--texth4);
}
.gallery .socialmedia p {
	margin: 0;
	margin-top: 16px;
	color: var(--textp);
}
.icon	{
	height: 64px;
	width: 64px;
}

.karte {
	/*width: 23%;*/
	width: auto;
	text-align: center;
	align-self: flex-start;
	float: left;
	background-color: #F8F8F8;
	padding: 10px 0px 20px 0px;
	margin: 20px 2%;
	border-radius: 3px;
	border-bottom: 4px solid #6DC7D0;
	border-top: 2px solid #6DC7D0;
}
.thumbnail {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	border-radius: 3px;
	opacity: 0.95;
}
.gallery .karte h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .karte p {
	margin: 0;
	margin-bottom: 6px;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.gallery .karte .sub-title {
	color: #5D5E5D;
	padding: 4px 20px;
	text-align: left;
}
.description {
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.description a	{
	color: var(--text);
	margin-left: 4px;
	letter-spacing: 1px;
}
.description a:hover	{
	color: var(--textHover);
}

/* More info */
footer {
	background-color: var(--backgroundCont);
	padding-bottom: 0px;
}
.copyright {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
	margin-top: 6px;
	background-color: var(--backgroundCopy);
	color: var(--textDark);
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-radius: 2px;
}
.copyright a	{
	text-decoration: none;
	color: var(--textDark);
	transition: all 0.05s linear;
}
.copyright a:hover	{
	color: var(--textHover);
}
.smaller	{
	font-size: 8px;
	color: var(--textLightGrey);
}
.button {
	display: block;
	width: fit-content;
	margin: 20px 30px;
	padding: 15px 10px;
	border: 2px solid var(--backgroundBorder);
	border-radius: 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: var(--button);
	background-color: var(--backgroundButton);
	transition: all 0.2s linear;
}
.button:hover {
	background-color: var(--backgroundButtonHover);
	cursor: pointer;
}
.buttonQ {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 220px;
	background-color:#fefefebb;
	color: #14586b;
	margin: 0;
	padding: 15px;
	text-align: center;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px solid #2D9AB7;
	font-size: 15px;
	transition: all 0.2s linear;
}
.buttonQ:hover {
	background-color: #61c8e2;
	color: #222222;
	cursor: pointer;
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
html	{
	background-color: var(--backgroundDark);
}
body	{
	background-color: var(--backgroundDark);
  	color: var(--textDark);
	}
.container	{
	background-color: var(--backgroundContDark);
  	color: var(--textDark);
}
.title	{
	color: var(--textHeaderDark);
}
ul li a {
	color: var(--textHeaderDark);
}
.bar	{
	background-color: var(--textHeaderDark);
}
.hero_title {
	color: var(--textHover);
}
.hero_sub_title {
	color: var(--backgroundDark);
}
.light {
	color: var(--backgroundContDark);
}
#impressum {
	background-color: var(--backgroundGrey);
}
.main {
	background-color: var(--backgroundGrey);
}
.main_block	{
	color: var(--textGreyDark);
}
.parallax	{
	color: var(--text);
}
.parallax_description	{
	color: var(--text);
}
.gallery {
	background-color: var(--backgroundGrey);
}
.gallery .socialmedia h4	{
	color: var(--texth4Dark);
}
.gallery .socialmedia p	{
	color: var(--textpDark);
}
.links .gallery	{
	background-color: transparent;
} 
.copyright	{
	color: var(--textHeaderDark);
}
.copyright a	{
	color: var(--textHeaderDark);
}
.button	{
	background-color: var(--backgroundButtonDark);
	color: var(--buttonDark);
}
.button:hover	{
	background-color: var(--backgroundButtonHoverDark);
}
}



/* Mobile and small Tablets */
@media (max-width: 720px) {
	.container	{
		width: var(--containerSizeMobile);
	}
	header	{
		background-color: var(--backgroundHeader);
		background-image: url(./parallax.png);
		background-attachment: fixed;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 65px;
		display: block;
	}
	.title	{
		font-size: 34px;
		margin-left: 20px;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 16px 0;
	}
	nav {
		position: absolute;
		top: 73px;
		left: 50%;
		transform: translate(-50%, 0);
		display: none;
		text-align: center;
		width: var(--containerSizeMobile);
		background-color: var(--backgroundHeader);
		margin-left: 0px;
		animation: swipe 0.3s forwards ease-in-out;
		border-radius: 4px;
	}
	nav ul	{
		margin: 0;
		padding: 0;
		
	}
	nav ul li {
		margin: 0;
		padding: 10px 0;
		width: 100%;
		font-size: 18px;
		text-align: center;
		border-bottom: solid #033f5c 1px;
		animation: swipeLi 0.5s forwards ease-in-out;
	}
	nav ul li:first-child	{
		padding-top: 11px;
		border-top: solid #033f5c 1px;
	}
	nav ul li:last-child {
		border-radius: 4px;
	}
	#navBars {
		display: block;
		top: 16px;
		z-index: 11;
		padding: 12px 14px;
	}
	.bar {
		height: 4px;
		width: 35px;
		margin-bottom: 7px;
		border-radius: 20px;
	}
	.bar:last-child {
		margin-bottom: 0;
	}
	.hero	{
		background-size: contain;
		width: 100%;
		padding: 14% 0px;
	}
	.hero_title {
		font-size: 18px;
		line-height: 22px;
		text-align: center;
	}
	.hero_sub_title	{
		font-size: 14px;
		margin: 0;
		margin-top: 6px;
	}
	.main	{
		display: inline-block;
		width: 100%;
		padding: 20px 0px;
		margin: 0;
		margin-bottom: 2px;
	}
	.main_block	{
		width: 100%;
		line-height: 16px;
		padding: 0;
		margin: 30px auto;
		font-size: 16px;	
	}
	#witz	{
		width: auto;
		padding: 0 20px;
		letter-spacing: 0px;
		font-size: 16px;
		line-height: 20px;
	}
	.banner {
		background-color: var(--backgroundBanner);
		background-image: url(./parallax.png);	
		margin: 0;
		margin-bottom: 2px;
		padding: 0;
		height: auto;
	}
	.parallax {
		text-align: center;
		margin: 0;
		padding: 0;
		padding-top: 15%;
		width: 100%;
		font-size: 18px;
	}
	.parallax_description {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 15%;
		margin-top: 25px;
		float: none;
	}	
	.gallery {
		display: grid;
		grid-template-columns: 1fr 1fr;
   		grid-template-rows: auto auto;
   		grid-gap: 0px;
		align-items: center;
		width: auto;
		height: fit-content;
		padding: 20px 1vw;
	}
	.socialmedia {
		width: 100%;
		margin: 0;
		padding: 20px 0;
		font-size: 16px;
	}
	.icon	{
		height: 60px;
		width: 60px;
	}
	.karte {
		width: auto;
		margin: 0 5px;
		margin-bottom: 20px;
		align-self: flex-start;
	}
	#topLinks	{
		padding-bottom: 0px;
	}
	#topLinks .column	{
		width: auto;
		padding: 30px;
		float: none;
	}
	#topLinks .column a	{
		padding-left: 20px;
	}
	#topLinks .column p	{
		width: auto;
		margin: 20px;
		margin-bottom: 0;
		padding: 0;
	}
	#impressum	{
		display: block;
		height: fit-content;
	}
	#impressum .column {
		width: auto;
		padding: 30px 0;
		margin: 0;
	}
	.profile {
		width: 50%;
		object-fit: contain;
		margin: 0;
	}
	#impressum .column h3 {
		margin: 0;
		margin-left: 60px; 
		padding: 0;
	}
	#impressum .column h3:last-child {
		margin: 0;
		margin-top: 80px;
		margin-left: 60px;
		font-size: 18px;
	}
	#impressum .column p {
		margin: 0;
		margin-top: 4%;
		margin-left: 60px;
		padding: 0;
	}
	.button	{
		margin: 30px 60px;
	}
	.copyright	{
		font-size: 12px;
	}
	.buttonQ:hover {
		background-color:#fefefebb;
		color: #14586b;
		cursor: default;
	}	
}

/* Small Desktops */
@media (min-width: 721px) and (max-width: 1080px) {
	.title {
		width: 30%;
	}
	nav {
		width: 70%;
		margin-right: 10px;
	}
	nav ul li {
		margin-right: 15px;
	}
	#topLinks .column	{
		width: 60%;
	}
	.main {
		padding: 35px 5px;
	}
	.main_block {
		padding: 0;
		width: 30%;
	}
	.parallax_description {
		width: 50%;
	}
}

@keyframes swipe	{
	0%	{ height: 0px; }
	100%	{ height: 119px;}
}
@keyframes swipeLi	{
	0%	{ height: 0px; font-size: 0px; }
	100%	{ height:18px; font-size: 18px;}
}