.secondary  {
	background-color:  #9BD4C0;
	color:  #1a1b1a;
}

.primary  {
	background-color:  #71B654;
	color:  #1a1b1a;
}

body  {
	margin:  0;
	background-color:  #F3F9F1;
	color:  #0A1208;
}

*  {
	font-family:  Raleway, serif !Important;
	font-size:  21px;
	line-height:  36px;
	letter-spacing:  1px;
	font-style:  normal;
	font-weight:  500;
}

h3  {
	font-size:  42px;
	font-weight:  800;
	line-height:  60px;
	letter-spacing:  0;
	margin:  0;
}

a  {
	color:  inherit;
	text-decoration:  none;
	font-size:  21px;
	line-height:  36px;
	padding:  6px;
	letter-spacing:  2px;
}

.contactInfoLine  {
	display:  flex;
	align-items:  center;
}

.smallIcon  {
	height:  18px;
}

.heroObjectContainer > button  {
	margin:  15px;
}

.heroObjectContainer  {
	margin-top:  calc(100dvh - 250px);
}

h4  {
	font-size:  30px;
	font-weight:  1000;
	line-height:  45px;
	letter-spacing:  0;
	margin:  0;
}

button  {
	text-transform:  uppercase;
	width:  fit-content;
	cursor:  pointer;
	border:  none;
	border-radius:  50px;
	padding:  10px 20px;
	font-size:  18px;
	font-weight:  700;
}

.centeredContent > *  {
	width:  fit-content;
	margin-left:  auto;
	margin-right:  auto;
}

h1  {
	font-size:  68px;
	font-weight:  800;
	letter-spacing:  -1px;
	line-height:  100px;
	margin:  0;
}

h2  {
	font-size:  50px;
	font-weight:  800;
	line-height:  70px;
	letter-spacing:  0;
	margin:  0;
}

p  {
	margin:  25px 0 0 0;
	text-align:  justify;
}

.rightCenteredContent > *  {
	margin-left:  auto !important;
}

.topNavbar  {
	flex-direction:  row;
	position:  initial;
	left:  0;
	top:  0;
	justify-content:  center;
	width:  calc(100% - 50px);
	border-bottom:  1px solid #e3e3e3;
	display:  flex;
	align-items:  center;
	padding:  25px;
}

.contactInfoLine > img  {
	margin-right:  5px;
}

.icon  {
	height:  22px;
}

.mobileNav  {
	border-bottom:  1px solid #e3e3e3;
	display:  none;
	position:  initial;
}

.topNavbar > a  {
	position:  relative;
	padding:  6px 24px;
	color:  inherit;
}

.topNavbar > a:hover::after  {
	width:  100%;
	left:  0;
}

.sideNav  {
	display:  none;
}

.heroVideo  {
	position:  absolute;
	width:  100%;
	max-height:  100%;
	object-fit:  cover;
	z-index:  -1;
	top:  0;
}

.heroImage  {
	position:  absolute;
	width:  100%;
	max-height:  100%;
	object-fit:  cover;
	z-index:  -1;
	top:  0;
	bottom:  -50px;
}

.heroImageSmall  {
	position:  absolute;
	width:  100%;
	max-height:  100%;
	object-fit:  cover;
	z-index:  -1;
	top:  0;
}

.leftCenteredContent  {
	width:  60%;
	margin:  0 20% 0 20%;
}

.centeredContent  {
	width:  60%;
	margin:  0 auto;
	display:  flex;
	justify-content:  center;
	align-items:  center;
	flex-direction:  column;
}

.rightCenteredContent  {
	width:  60%;
	margin:  0 20% 0 20%;
	display:  flex;
	flex-direction:  column;
}

.impressumContainer  {
	margin:  100px auto;
}

.loadingBarContainer  {
	width:  100%;
	height:  2px;
}

.callToActionButton:after  {
	content:  '';
	position:  absolute;
	top:  -10px;
	left:  -10px;
	bottom:  -10px;
	right:  -10px;
	background-color:  #71c6c1;
	z-index:  -1;
	filter:  blur(0);
	opacity:  0;
	border-radius:  50px;
	transition:  filter 1.5s ease, opacity 1s ease;
}

.callToActionButton:hover:after  {
	filter:  blur(25px);
	opacity:  0.6;
}

.loadingBarTail  {
	left:  0;
	width:  100%;
	height:  100%;
	border-radius:  5px;
}

.accent  {
	background-color:  #71c6c1;
	color:  #1a1b1a;
}

.loadingBarProjectile  {
	position:  relative;
	width:  0;
	height:  3px;
	border-radius:  10px;
	filter:  blur(2px);
	left:  0;
	top:  -2.5px;
	opacity:  0;
}

.primaryBorder  {
	border:  2px solid #71c6c1;
	color:  #71c6c1;
	background:  none;
	letter-spacing:  2px;
}

.mediumIcon  {
	height:  33px;
}

.bigIcon  {
	height:  44px;
}

@font-face  {
	font-family:  'Raleway';
	src:  url('../source/Raleway/static/Raleway-BlackItalic.ttf') format('truetype');
	font-weight:  900;
	font-style:  italic;
}

.mobileNavButton  {
	display:  none;
}

.backgroundBlur  {
	display:  none;
	height:  100dvh !important;
	position:  fixed;
	z-index:  19;
	top:  0;
	backdrop-filter:  blur(5px);
	left:  0;
	width:  100dvw;
	background-color:  rgba(243, 249, 241, 0.7);
}

.topNavbar > a::after  {
	content:  "";
	position:  absolute;
	left:  50%;
	bottom:  0;
	width:  0;
	height:  2px;
	background-color:  #71c6c1;
	box-shadow:  0 0 10px rgba(113, 198, 193, 0.7);
	transition:  width 0.3s ease, left 0.3s ease;
	border-radius:  50px;
}

.topImage  {
	width:  60%;
	margin:  80px auto 20px auto;
	user-select:  none;
}

.slicedHeader  {
	width:  60%;
	text-align:  center;
	margin-bottom:  80px;
}

.callToActionText  {
	margin-bottom:  40px;
}

.callToActionButton  {
	display:  inline-block;
	position:  relative;
	background-color:  #F3F9F1;
}

.contactsContainer > h2  {
	margin:  200px auto 80px auto;
	width:  fit-content;
	font-weight:  700;
}

.impressumNumber  {
	font-family:  sans-serif !important;
	font-weight:  500;
}

.impressumBulletPoint  {
	margin-top:  50px;
}

.impressumComplexBulletPoint  {
	display:  flex;
	flex-direction:  column;
	margin-top:  50px;
}

.standard-config  {
	background-color:  #F3F9F1;
	color:  #0A1208;
}

@media screen and (max-width: 1850px) {
	    *  {
		font-size:  18px;
		line-height:  28px;
	}

	    a  {
		font-size:  18px;
	}

	    .leftCenteredContent  {
		width:  80%;
		margin:  0 10% 0 10%;
	}

	    button  {
		font-size:  18px;
		padding:  8px 15px;
	}

	    h1  {
		font-size:  40px;
		line-height:  75px;
	}

	    p  {
		margin:  18px 0 0 0;
	}

	    .rightCenteredContent  {
		width:  80%;
		margin:  0 10% 0 10%;
	}

	    .centeredContent  {
		width:  80%;
	}

	    .heroObjectContainer  {
		display:  flex;
		flex-direction:  column;
		margin-top:  calc(100dvh - 200px);
	}

	    .heroObjectContainer > h1  {
		text-align:  center;
	}

	    .smallIcon  {
		height:  16px;
	}

	    .heroObjectContainer > button  {
		margin-left:  auto;
		margin-right:  auto;
	}

	    .icon  {
		height:  20px;
	}

	    .mediumIcon  {
		height:  30px;
	}

	    .bigIcon  {
		height:  40px;
	}

	    .topImage  {
		margin-top:  120px;
		width:  40%;
	}

}

@media screen and (max-width: 1024px) {
	    *  {
		font-size:  15px;
		line-height:  20px;
	}

	    h3  {
		font-size:  20px;
		line-height:  25px;
	}

	    a  {
		font-size:  15px;
	}

	    h4  {
		font-size:  18px;
		line-height:  25px;
	}

	    button  {
		font-size:  15px;
		padding:  5px 10px;
	}

	    h1  {
		font-size:  27px;
		line-height:  32px;
	}

	    p  {
		margin:  10px 0 0 0;
	}

	    h2  {
		font-size:  24px;
		line-height:  30px;
	}

	    .sideNav > a  {
		margin-left:  16px;
	}

	    .topNavbar  {
		display:  none;
	}

	    .mobileNav  {
		position:  absolute;
		left:  0;
		top:  0;
		width:  100%;
		display:  flex;
		flex-direction:  row;
		padding:  25px;
		box-sizing:  border-box;
	}

	    .sideNav  {
		display:  none;
		flex-direction:  column;
		position:  absolute;
		width:  100dvw;
		height:  100dvh;
		top:  0;
		left:  0;
		z-index:  95;
		justify-content:  center;
	}

	    .mobileNav > div  {
		margin:  0 auto;
	}

	    .mobileNavButton  {
		display:  block;
		position:  absolute;
		top:  25px;
		left:  16px;
		z-index:  96;
		background:  none;
		padding:  0;
		height:  20px;
	}

	    .topImage  {
		width:  60%;
	}

}

/* Regular */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Thin */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* ExtraBold */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* ExtraBold Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Raleway';
    src: url('/source/Raleway/static/Raleway-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}