body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Univers LT 45', Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: 'Garamond Bold';
	src: url('../fonts/EBGaramond-Bold.eot');
	src: url('../fonts/EBGaramond-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EBGaramond-Bold.woff2') format('woff2'),
		url('../fonts/EBGaramond-Bold.woff') format('woff'),
		url('../fonts/EBGaramond-Bold.ttf') format('truetype'),
		url('../fonts/EBGaramond-Bold.svg#EBGaramond-Bold') format('svg');
	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: 'Garamond Bold', "Univers LT 65";
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #233357;
}

p,
form,
span,
header,
section,
footer,
table,
span {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

b,
strong {
	font-family: 'Univers LT 65';
	font-weight: normal;
}

h1 {
	text-align: center;
	font-size: 64px;
	padding: 0 0 2rem 0;  
}

h2 {
	font-size: 40px;
	padding: 0 0 1.5rem 0;
}

h3 {
	text-align: center;
	font-size: 24px;
	padding: 0 0 1rem 0;
}

h4 {
	font-size: 24px;
	padding: 0 0 0.75rem 0;
}

h5 {
	font-size: 14px;
	padding: 0 0 0.75rem 0;
}

h6 {
	font-size: 12px;
	padding: 0 0 0.75rem 0;
}

p {
	text-align: justify;
	font-size: 20px;
	line-height: 25px;
	padding: 5px 0 15px 0;
	color: #2c2c2e;
}

ul li {
	list-style: none outside none;
}

ul {
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

/* Start Nav Style */

.header_fix {
	padding: 45px 0;
	width: 95%;
	margin: 0 auto;
}

.main_nav {
	padding-left: 40px;
	min-height: 38px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

#nav {
	display: none;
}

.logo {
	position: relative;
	float: left;
	margin-top: -27px;
	width: 220px;
	margin-right: 30px;
}

ul.nav li a {
	color: #4d4d4d;
	font-family: "Univers LT 55", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 30px 0px 30px;
}

/* 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 {
	border: 2px solid #d8d8d8;
	border-radius: 3px;
	min-height: 40px;
	cursor: pointer;
	text-indent: 12px;
	outline: none;
	margin: 0;
	padding: 0;
	font-family: 'Univers LT 55', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

textarea {
	padding: 12px;
	text-indent: 0;
	resize: vertical;
}

.main {
	width: 1250px;
	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 li {
	padding: 5px 0;
}

.footer_box li a {
	position: relative;
}

.footerB {
	background: #FFFFFF;
	padding: 15px 0;
	font-family: 'Garamond Bold';
	font-size: 16px;
	color: #4D4D4D;
}

.copyright span {}

.footerB ul {
	text-align: right;
}

.footerB ul li {
	display: inline;
}

.footerB ul li a {
	padding: 0 3%;
}

#nav.opened {
	max-height: max-content !important;
	background: #233357;
    text-align: center;
}

#nav.opened a {
	color: #FFFFFF;
	font-family: "Univers LT 45";
	font-size: 18px;
}

.view_compaign {
	width: 28%;
	margin: 0 auto;
}

.view_compaign a {
	font-family: 'Garamond Bold';
	font-size: 18px;
	padding: 0.75rem 2rem;
	display: inline-block;
	color: white;
	width: -webkit-fill-available;
}

.footer_box ul {
	margin: 0;
	margin-top: 15px;
}

.homepage-first-section {
	padding-bottom: 20px;
	min-height: 750px;
}

.footer_content {
	background-color: #233357;
	color: white;
	min-height: 220px;
	font-size: 14px;
	display: block;
	padding: 2rem 0;
}

.footer_content a,
.footer_content p,
.footer_content li {
	color: white;
	font-size: 16px;
	text-align: left;
}

.footer_content h4 {
	color: white;
}

.footer_content ul {
	margin-top: 0;
}

.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: 0px;
    border-radius: 3px;
    color: white;
    font-size: 18px;
    font-family: 'Garamond Bold';
	-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;
	background-color: #233357;
}

input[type=submit] {
	font-family: 'Garamond Bold';
	font-size: 18px;
	padding: 0.75rem 2rem;
	display: inline-block;
	color: white;
	width: -webkit-fill-available;
	border: none;
	-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;
	background-color: #233357;
}

h1.heading_large_dark {
	text-align: center;
	color: #233357;
	font-size: 70px;
	padding: 3.5rem 0 1.5rem 0;
}

p.subheader {
	text-align: center;
	color: #4d4d4d;
	font-size: 24px;
	line-height: 32px;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

/* 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 */


/* 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;
	padding-bottom: 4rem;
}

.sweet-card {
	margin: 5% 0% 2% 0%;
	width: 28%;
}

.sweet-card:nth-of-type(2) {
	margin-right: 8%;
	margin-left: 8%;
}

.sweet-card.showContent p:last-of-type {
	overflow: unset;
	display: table;
}

a.readmore-btn {
	position: absolute;
	font-size: 14px;
	font-family: "Univers LT 65";
	color: #233357;
	padding-top: 0.5rem;
}

/* end of style for facts and sweetspots #investment-facts #finanzierungs-facts #vorteile-prime-club #investment-sweetspots */

.content-section-white,
.content-section-grey {
	padding: 6.5rem 0 9rem 0 !important;
	color: #2c2c2e;
}

.content-section-white {
	background: white;
}

.content-section-grey {
	background: #F2F2F2;
}

.footer_column {
	width: 28%;
	margin-bottom: 2rem;
}

.sweet-card p {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
	hyphens: auto;
}

.visit-fn {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #233357;
}

.fn-logo {
	height: 50px;
	margin: 30px;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.user_pic {
	margin-bottom: 1rem;
}

.logo-container-footer {
	width: 100%;
	height: 130px;
}

.logo-container-footer img {
	width: 230px;
}

.contact-form-container {
	display: flex;
	justify-content: center;
}

.contact-form {
	width: 750px;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.form-column {
	width: 47%;
}

label {
	margin-bottom: 5px;
	font-family: 'Univers LT 65';
	font-size: 16px;
	color: #4D4D4D;
}
.new-slide-wrap {
	position: relative;
	top: auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../images/keyvisual-triangle.jpg);
	background-position: top center;
}