body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Univers LT 45', Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: 'Breymont-Bold';
	src: url('/fonts/Breymont-Bold.eot');
	src: url('/fonts/Breymont-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Breymont-Bold.woff2') format('woff2'),
		url('/fonts/Breymont-Bold.woff') format('woff'),
		url('/fonts/Breymont-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Univers LT 65';
	src: url('/fonts/UniversLT-Bold.eot');
	src: url('/fonts/UniversLT-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/UniversLT-Bold.woff2') format('woff2'),
		url('/fonts/UniversLT-Bold.woff') format('woff'),
		url('/fonts/UniversLT-Bold.ttf') format('truetype'),
		url('/fonts/UniversLT-Bold.svg#UniversLT-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Univers LT 55';
	src: url('/fonts/UniversLT.eot');
	src: url('/fonts/UniversLT.eot?#iefix') format('embedded-opentype'),
		url('/fonts/UniversLT.woff2') format('woff2'),
		url('/fonts/UniversLT.woff') format('woff'),
		url('/fonts/UniversLT.ttf') format('truetype'),
		url('/fonts/UniversLT.svg#UniversLT') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Univers LT 45';
	src: url('/fonts/UniversLT-Light.eot');
	src: url('/fonts/UniversLT-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/UniversLT-Light.woff2') format('woff2'),
		url('/fonts/UniversLT-Light.woff') format('woff'),
		url('/fonts/UniversLT-Light.ttf') format('truetype'),
		url('/fonts/UniversLT-Light.svg#UniversLT-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Breymont-Bold', "Univers LT 65";
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

p,
form,
span,
header,
section,
footer,
table,
span {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	overflow: hidden;
}

b,
strong {
	font-family: 'Univers LT 65';
	font-weight: normal;
}

h1 {
	font-size: 32px;
	padding: 0 0 1rem 0;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	padding: 0 0 1rem 0;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	padding: 0 0 1rem 0;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	padding: 0 0 0.75rem 0;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	padding: 0 0 0.75rem 0;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	padding: 0 0 0.75rem 0;
	font-weight: bold;
}

p {
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0 5px 0;
}

ul li {
	list-style: none outside none;
}

ul {
	padding: 0;
	margin: 0;
}



/* Start Nav Style */

.header_fix {
	padding: 2rem 0;
	width: 90%;
	margin: 0 auto;
}

.main_nav {
	min-height: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#nav {
	display: none;
}

.logo {
	position: relative;
	float: left;
	margin-top: -20px;
	width: 195px;
	margin-right: 24px;
}

.nav_create {
	background-repeat: no-repeat;
	background-position: 13px 13px;
}

.nav_browse {
	background-repeat: no-repeat;
	background-position: 13px 13px;
}

.nav_home {
	background-image: url(../images/icon_home.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

.nav_login {
	background-image: url(../images/icon_login.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

.nav_signup {
	background-image: url(../images/icon_signup.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

.login_btn,
.signup_btn {
	padding: 10px 0;
	/*margin-right: 10px;*/
	float: right;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.signup_btn {
	background-color: #f2b138;
}

.login_btn {
	background-color: #A2C4F5;
}

ul.nav li a {
	font-family: 'Breymont-Bold', "Univers LT 55", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	font-weight: bold;
}

.log_div_text {
	position: absolute;
	z-index: 1000;
	display: none;
	width: 100%;
}

.log_div {
	top: 41px;
}

.log_div ul li a {
	padding: 7px 20px 7px 20px !important;
}

.log_link_text {
	position: relative;
}

.log_link_text a:hover {
	background: none !important;
}

ul.nav li a:hover {
	background: none !important;
}

.user_menu {
	position: absolute;
}

.space_hidden {
	display: none;
}

.space_lang path,
.space_lang {
	fill: #233357;
	color: #233357;
}

.space_lang:hover path,
.space_lang:hover div {
	fill: #f2b138;
	color: #f2b138;
	-webkit-transition: all 0.3s;
}

.space_lang svg {
	height: 20px;
	width: 20px;
	margin-right: 7px;
	transform: translate(0px, -1px);
}

.nav_buttons {
	display: flex;
	align-items: center;
}

.space_lang {
	display: flex;
	align-items: center;
	float: right;
	position: relative;
	padding: 9px 10px 9px 10px;
	cursor: pointer;
}

.space_value {
	display: flex;
	margin-top: 2px;
	position: relative;
	cursor: pointer;
}

ul.space_ul li {
	display: flex;
	align-items: center;
	color: #233357;
	padding: 5px 15px;
	cursor: pointer;
}

ul.space_ul li:hover {
	color: #f2b138;
	-webkit-transition: all 0.3s;
}

ul.space_ul {
	background-color: #ffffff;
	padding: 5px 0px 5px 0px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	border-radius: 3px;
	box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 8%);
}

.space_lang path,
.space_lang {
	fill: #fff;
	color: #fff;
}

.top_user_name {
	color: #f2b138;
}

.home-color-section {
	background: #ffffff;
	padding: 6rem 0 6rem 0;
	background-image: url(../images/background-image-fn.webp);
	background-size: cover;
	background-position: bottom;
}

.home-color-section p {
	color: #2c2c2e !important;
}

svg.leaves {
	width: 100%;
	position: absolute;
	z-index: 0;
}

@media (max-width: 720px) {

	.space_lang path,
	.space_lang {
		fill: #233357;
		color: #233357;
	}
}

@media only screen and (min-width: 721px) and (max-width: 900px) {

	.space_lang path,
	.space_lang {
		fill: #fff;
		color: #fff;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {

	.space_lang path,
	.space_lang {
		fill: #fff;
		color: #fff;
	}
}

/* End Nav Style */




.static_content p {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.static_content ul {
	padding: 0 0 10px 30px;
	font-size: 16px;
	line-height: 22px;
}

.static_content ul li {
	list-style: inherit;
}

.content_page {
	font-size: 14px;
	padding-bottom: 1rem;
}

.main_content_page p {
	font-size: 16px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
}

.content_container {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

img {
	border: none;
	max-width: 100%;
}

.clear {
	clear: both;
}

a,
a:visited,
a:focus {
	text-decoration: none;
	outline: none;
	transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

input,
select,
textarea {
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: 0;
	font-family: 'Univers LT 55', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

textarea.comment {
	font-size: 16px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	border: 2px solid #dae0e7;
	color: #2c2c2e;
	padding: 10px;
	border-radius: 3px
}

.main {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: block;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.footer_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_box h4 {
	margin-top: 15px;
}

.footer_box li {
	padding: 7px 0;
}

.contact_data p {
	padding: 7px 0;
	font-size: 14px;
	line-height: 17px;
}

.footer_box li a {
	position: relative;
}

.footerB {
	background: #FFFFFF;
	padding: 15px 0;
}

.copyright span {}

.footerB ul {
	text-align: right;
}

.footerB ul li {
	display: inline;
}

.footerB ul li a {
	padding: 0 3%;
}

.social a {
	width: 35px;
	height: 35px;
	margin-left: 5px;
}

#nav.opened {
	max-height: max-content !important;
}

.log_div {
	top: 38px !important;
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.log_div ul li a {
	display: block;
	padding: 10px;
	font-size: 14px;
}

ul.user_menu {
	z-index: 11;
	padding: 0px;
	margin: 0px;
	outline: none;
	border: none;
}

ul.user_menu li {
	width: 100%;
	border-top: 1px solid #fff;
	outline: none;
	border: none;
}

ul.user_menu li a {
	outline: none;
	border: none;
	font-size: 15px;
}

/* Alert Messages */
.info,
.success_change,
.warning,
.error_change {
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	z-index: 999;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}

.success_change {
	color: #FFF;
	background-color: #233357;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 100;
	left: 0;
	font-size: 12px;
	text-align: center;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

.error_change {
	color: #FFF;
	background-color: rgba(216, 0, 12, 0.8);
	z-index: 100;
	font-size: 12px;
	text-align: center;
	/*border-radius: 5px;*/
	margin: 10px 0px;
	padding: 10px 0px;
}

.validation {
	color: #FFF;
	background-color: rgba(216, 0, 12, 0.8);
	z-index: 100;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	padding: 10px 10px;
	margin: 15px 0 10px 0;
}

.validation a {
	color: white !important;
	text-decoration: underline;
}

.validation a:hover {
	color: #79aef2 !important;
}

/* Alert Messages end */

.user_image {
	float: left;
	width: 40px;
	margin-left: 10px;
}

.user_image img {
	border-radius: 5px;
}

.view_compaign {}

.view_compaign a {
	font-size: 18px;
	padding: 1rem 2rem;
	display: inline-block;
}

.top_user_photo {
	float: left;
	margin: 0 10px;
}

.top_user_photo img {
	width: 38px;
	height: 38px;
	border-radius: 3px;
}

.top_user_name {
	color: #233357;
	margin-top: 12px;
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 20px;
}

.top_user_name:after {
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-top: 6px solid;
	top: 5px;
	right: -18px;
}

.footer_box ul {
	margin: 0;
	margin-top: 15px;
}

.homepage-first-section {
	padding-bottom: 20px;
	min-height: 500px;
}

.fl.view_compaign.view_campaigns {
	margin: 2rem 0 0 0;
}

.view_compaign a {
	behavior: url(PIE.htc);
	position: relative;
}

.view_compaign a,
.log_link,
.contact_me {
	behavior: url(PIE.htc);
	position: relative;
}

.footer_content {
	min-height: 220px;
	font-size: 14px;
	display: block;
	padding: 2rem 0;
}

.footer_content ul {
	margin-top: 0;
}

.view_campaign {
	border: 0;
	padding: 11px 15px;
	/*border-radius: 5px;*/
	cursor: pointer;
}

input.view_campaign {
	border: 0;
	padding: 11px 15px;
	/*border-radius: 5px;*/
	cursor: pointer;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.pt0 {
	padding-top: 0px;
}

.pt5 {
	padding-top: 5px;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.btn {
	padding: 12px 30px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.small {
	text-overflow: ellipsis;
	padding: 10px 20px;
	cursor: pointer;
	border: none;
	border-width: 1px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.medium {
	padding: 14px 32px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.header {
	padding: 10px 20px;
	color: white;
	cursor: pointer;
	border-width: 1px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fa {
	padding: 9px;
	border-radius: 3px;
	font-size: 16px !important;
	width: 17px;
	text-align: center;
	text-decoration: none;
	margin: 7px 3px;
}

.fa:hover {
	opacity: 0.7;
}

a.fa:hover {
	color: white !important;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.heading_camp h1 {
	font-weight: normal;
	color: #233357;
	font-size: x-large;
	padding: 2rem 0;
}

h1.heading_large_dark {
	color: #233357;
	font-size: 44px;
	padding: 3rem 0 2rem 0;
}

p.subheader {
	color: #233357;
	font-size: x-large;
	line-height: 32px;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

.top_user_name {
	min-width: 119px;
}

/* RESPONSIVE NAVIGATION START */
#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}

#nav li {
	width: 100%;
	display: block;
}

.js #nav {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	overflow: hidden;
	zoom: 1;
}

@media screen and (min-width: 1100px) {
	.js #nav {
		position: relative;
		max-height: none;
	}

	#nav-toggle {
		display: none;
	}
}

/* RESPONSIVE NAVIGATION END */

.btn_yellow {
	color: #ffffff;
	background: #f2b138;
	display: inline-block;
}

.btn_yellow:hover {
	color: #ffffff;
	background: #233357;
}

.btn_blue {
	color: #ffffff;
	background: #233357;
	display: inline-block;
}

.btn_blue:hover {
	color: #ffffff;
	background: #f2b138;
}

#contact div.contact {
	padding-top: 1rem;
}

.contact img {
	margin-right: 2rem;
	float: left;
	max-width: 170px;
	border-radius: 50%;
}

.contact div {
	padding: 1rem 0 0 0;
	word-break: break-all;
}

.contact h3 {
	padding-bottom: 0;
}

/* start of style for facts and sweetspots #investment-facts #finanzierungs-facts #vorteile-prime-club #investment-sweetspots */

.investment-sweetspots {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sweet-card {
	margin: 2% 0% 2% 0%;
	width: 30%;
}

.sweet-card:nth-of-type(2),
.sweet-card:nth-of-type(5),
.sweet-card:nth-of-type(8) {
	margin-right: 5%;
	margin-left: 5%;
}

.sweetspot-box {
	position: relative;
	padding: 2rem 1.75rem 2.5rem;
	background: white;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.sweetspot-box img {
	width: 75px;
	height: auto;
	margin-bottom: 1rem;
}

.sweetspot-box p:last-of-type {
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
	hyphens: auto;
	text-align: justify;
}

.sweetspot-box.showContent p:last-of-type {
	overflow: unset;
	display: table;
}

a.readmore-btn {
	font-size: 14px;
	font-family: "Univers LT 65";
}

/* end of style for facts and sweetspots #investment-facts #finanzierungs-facts #vorteile-prime-club #investment-sweetspots */

.content-section-white,
.content-section-grey,
.content-section-lightyellow,
.content-section-lightblue {
	padding: 6rem 0 6rem 0 !important;
	color: #2c2c2e;
}

.content-section-white {
	background: white;
}

.content-section-grey {
	background: #F2F2F2;
}

.content-section-lightyellow {
	background: #f7d49d;
}

.content-section-lightblue {
	background: #a2c4f5;
}

.footer_column {
	width: 25%;
}

#footer_column_rights,
#footer_column_fundernation {
	width: 20%;
}

.button {
	margin: 2rem 0 0 0;
	padding: 1rem 2rem;
	background-color: #f2b138;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	border-color: transparent;
	border: 0 none;
	font-size: 18px;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button:hover {
	background-color: #233357;
}