@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css);

:root {
	--bildauRed: #9b0000;
	--bildauRedDark: #7f0000;
	--grey: #777;
	--white: #fff;
	--darkGrey: #333;
	--headerFontSize: 76px;
}

@media screen and (max-width: 768px) {
	:root {
		--headerFontSize: 36px;
	}
}

@media screen and (max-width: 768px) {
	html {
		height: auto;
	}

	body {
		overflow-y: scroll;
	}

	.snapper {
		scroll-snap-type: none;
		height: auto;
		overflow: auto;
	}

	.snappee {
		height: auto;
		min-height: auto;
	}

}


body {
	background-image: url("../images/welcome_bg_blurry.jpg");
	background-attachment: fixed;
	background-size: cover;
}


@font-face {
	font-family: "Officina";
	src: url("../fonts/OSN45.otf") format("opentype");
}

@font-face {
	font-family: "Source-Light";
	src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
	font-family: "Source-Regular";
	src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Source-SemiBold";
	src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.lp-request-btn {
	position: fixed;
	width: 340px;
	bottom: 70px;
	right: 40px;
	border-radius: 5px;
	padding: 20px 30px;
	font-family: Source-Regular, serif;
	font-size: 32px;
	color: var(--white);
	text-align: center;
}

.lp-login-link {
	position: fixed;
	bottom: 42px;
	right: 65px;
	width: 284px;
	text-align: center;
	padding: 0 30px;
	font-family: Source-Light, serif;
	size: 32px;
}

@media screen and (max-width: 768px) {
	.lp-request-btn {
		width: 100%;
		margin: 0;
		bottom: 0;
		height: 70px;
		border-radius: 0;
		right: 0;
		display: flex;
		font-size: large;
		flex-direction: column;
	}

	.lp-request-btn a {
		margin: 0;
		padding: 0;
	}

	.lp-login-link {
		display: none;
	}
}

.lp-imprint-privacy {
	position: fixed;
	bottom: 10px;
	width: 100%;
}

.privacy-link {
	display: none;
}

@media screen and (max-width: 768px) {
	.lp-imprint-privacy {
		display: none;
	}

	.privacy-link {
		position: relative;
		margin-top: 1em;
		margin-bottom: -0.5em;
		width: 100%;
		height: 20px;
		font-size: 12px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.lp-imprint-privacy-content {
	font-family: Source-Regular, serif;
	font-size: 12px;
	color: var(--bildauRed);
	margin-left: 50px;
}

.link-bildau-color {
	color: var(--bildauRed);
}

.link-bildau-color:hover {
	color: var(--bildauRedDark);
	text-decoration: underline;
}

.button-bildau-color {
	background: var(--bildauRed);
	outline: none;
	border: none;
}

.button-bildau-color.disabled-btn {
	background: var(--grey);
	outline: none;
	border: none;
}

.button-bildau-color:hover {
	background-color: var(--bildauRedDark);
	outline: none;
	color: var(--white) !important;
	border: none;
}

.button-bildau-color.disabled-btn:hover {
	background: var(--grey);
	outline: none;
	border: none;
}


.lp-title {
	font-family: Officina, serif;
	font-size: var(--headerFontSize);
	color: var(--darkGrey);
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
	.lp-title {
		font-size: 32px;
		padding-top: 1em;
	}
}

.lp-sub-title {
	font-family: Source-Light, serif;
	font-size: 32px;
	color: var(--darkGrey);
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.lp-sub-title {
		font-size: 20px;
	}
}

.page1items {
	list-style: none;
}

.page1items li {
	text-align: center;
}

.lp-point-title {
	font-family: Source-Regular, serif;
	font-size: 32px;
	color: var(--darkGrey);
}

.lp-point-content {
	font-family: Source-Light, serif;
	font-size: 20px;
	color: var(--darkGrey);
}

#page2 {
	padding-top: 80px;
}

@media screen and (max-width: 768px) {
	#page2 {
		padding-top: 0;
	}
}

.page2-features {
	background: rgba(255, 255, 255, 0.60);
	border-radius: 6px;
	padding: 25px;
}

@media screen and (max-width: 768px) {
	.page2-features {
		margin-top: 2rem;
	}
}

.lp-feature-title {
	font-family: Source-Regular, serif;
	font-size: 36px;
	color: var(--darkGrey);
	margin-bottom: 50px;
}

.lp-feature-holder {
	list-style: none;
}

@media screen and (max-width: 768px) {
	.lp-feature-holder {
		padding-left: 0;
	}
}

.lp-feature-holder li:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 12px;
	background-image: url("../img/icons/FORWARD_RED.svg");
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.lp-feature-holder li {
	font-family: Source-Regular, serif;
	font-size: 24px;
	color: var(--darkGrey);
	margin-bottom: 30px;
}

.lp-feature-holder li span {
	position: relative;
	bottom: 3px;
}

.header-wrapper {
	position: fixed;
	font-size: 32px;
	width: 100%;
	top: 37px;
}

.header-wrapper .lp-contact-question {
	font-family: Source-Regular, serif;
	text-align: right;
}

.header-wrapper .contact-wrapper {
	margin-right: 47px;
}

.header-wrapper .lp-contact-number {
	font-family: Source-SemiBold, serif;
	text-align: right;
	display: block;
	float: right;
}

@media screen and (max-width: 768px) {
	.header-wrapper {
		position: static;
		margin-left: 0 !important;
	}

	.lang-selector-wrapper {
		flex-direction: column;
		margin-left: 0.5rem;
		display: block;
	}

	.header-wrapper .logo {
		margin-left: 0;
	}

	.header-wrapper div {
		padding: 0;
	}

	.header-wrapper img {
		width: 60vw
	}

	.header-wrapper .contact-wrapper {
		margin-right: 0;
	}

	.header-wrapper p, a {
		margin-bottom: 0;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.intro-title {
		margin-top: 0;
	}
}

.page-spacer {
	min-height: 200px;
}

@media screen and (max-width: 768px) {
	.page-spacer {
		display: none;
	}
}

.page2quotes.desktop {
	position: relative;
	left: -95px;
	margin-bottom: 50px;
}

.page2quotes.mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.page2quotes.mobile {
		display: flex;
		flex-direction: column;
	}

	.page2quotes.desktop {
		display: none;
	}

	.quote-group {
		display: flex;
	}

	.quote-group-text {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.page2quotes.mobile .page2quote:last-child {
		margin-bottom: 7em !important
	}
}

.page2quote img {
	width: 120px;
	height: 120px;
}

.desktop .page2quote {
	padding-left: 15px;
	display: flex;
}

.desktop .lp-quote-quote {
	padding-left: 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.lp-quote-content {
	font-family: Source-Regular, serif;
	font-size: 18px;
	color: var(--darkGrey);
}

.lp-quote-name {
	font-family: Source-SemiBold, serif;
	font-size: 16px;
	color: var(--darkGrey);
}

.lp-quote-company {
	font-family: Source-Regular, serif;
	font-size: 12px;
	color: var(--darkGrey);
}

.ui-dialog {

	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
	.ui-dialog {
		width: 100% !important;
	}
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0 !important;
	margin: 0 !important;
}

.ui-dialog-titlebar.ui-corner-all {
	border-radius: 0 !important;
}

.ui-dialog .ui-widget-header {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--bildauRed);
}

.ui-widget textarea, .ui-widget input {
	width: 100%;
}

.ui-dialog .ui-widget-header .ui-dialog-title {
	padding: 10px 10px 10px 20px;
	font-family: Source-SemiBold, serif;
	font-size: 16px;
	color: var(--darkGrey);
	font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
	background: none;
	border: none;
}

.ui-dialog .ui-dialog-titlebar-close img {
	position: absolute;
	right: 10px;
	top: -1px;
}

.ui-dialog.ui-corner-all {
	border-radius: 6px !important;
	border: 1px solid #DDD;
}

.contact-details-wrapper {
	width: 49%;
	margin-left: 50px;
}

@media screen and (max-width: 768px) {
	.contact-details-wrapper {
		margin-left: auto;
		width: auto;
	}
}

.contact-wrapper.mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.contact-wrapper.mobile {
		display: block;
		position: relative;
		bottom: 80px;
	}

	.contact-wrapper.desktop {
		display: none;
	}

	.contact-wrapper .lp-contact-question {
		font-size: 28px;
		line-height: 1;
	}

	.contact-wrapper .lp-contact-number {
		font-size: 32px;
		font-family: 'Source-SemiBold';
	}
}


input, textarea {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px !important;
	font-size: 13px !important;
}

textarea {
	padding-bottom: 20px;
	resize: none;
}

label {
	font-family: Source-Regular, serif;
	font-size: 12px;
	color: #808080;
}

.text-left {
	text-align: left;
}

#file-upload-files-add-holder {
	margin-top: 10px;
	text-align: center;
	color: #dca7a7;
	border: dashed 2px #dca7a7;
	border-radius: 10px;
	padding-bottom: 10px;
	font-family: Source-Regular, serif !important;
	font-size: 11px !important;
}

#file-upload-files-add-holder { /* Temp Class */
	margin-top: 0;
	border: none;
}

.file-upload-files-add-list {
	margin-top: 10px;
}

#file-upload-files-add-list {
	font-family: Source-Regular, serif;
	font-size: 11px;
	margin-bottom: 7px;
	margin-left: 20px;
}

#file-upload-files {
	display: none;
}

.icon-upload {
	background-image: url("../img/icons/UPLOAD_RED.svg");
	opacity: 0.5;
	float: none;
	display: inline-block;
	margin-top: 7px;
	margin-bottom: 7px;
	background-size: 30px 30px;
	height: 30px;
	width: 30px !important;
	border: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.lp-select-files {
	color: var(--white);
	padding: 2px 5px;
	border-radius: 5px;
	margin: 0 10px;
}

.lp-popup-footnote {
	float: left;
	font-family: Source-Regular, serif;
	font-size: 12px;
	color: #808080;
	margin-top: 12px;
}

.lp-popup-send-button {
	float: right;
	text-align: right;
	font-family: Source-Regular, serif;
	font-size: 16px;
	color: var(--white);
	padding: 6px 12px;
	border-radius: 5px;
	cursor: pointer;
}

#file-upload-filenames {
	margin-top: 10px;
}

#file-upload-filenames div {
	margin: 5px;
}

.disabled-btn {
	cursor: not-allowed !important;
}

.ui-widget textarea, .ui-widget input, .ui-widget button {
	font-family: Source-Regular, serif !important;
}

button, button:active {
	outline: none;
}

.ui-widget p {
	font-family: Source-Regular, serif !important;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
}

.fileinput-button {
	display: block;
}

select {
	color: #9B0000;
	display: inline;
	font-family: Source-Regular, serif;
	font-size: 11px;
	font-weight: 500;
	background-color: transparent;
	width: 36px;
	height: 22px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("../img/icons/UNFOLD_RED.svg");
	background-repeat: no-repeat, repeat;
	background-position: right 4px top 65%, 0 0;
	background-size: .65em auto, 100%;
	cursor: pointer;
	border: none;
	padding: 5px 5px 2px;
	border-bottom: 1px solid transparent;
}

select option {
	font-size: 11px;
	margin-left: 5px !important;
}

select:hover {
	border-bottom: 1px solid #9b0000;
	border-radius: 0;
}

.ui-widget-overlay {
	background: #000 !important;
	opacity: 0.5 !important;
}

div.no-border {
	border: 0 !important;
}

.promo-content {
	text-align: center;
}

.promo-title {
	font-size: 60px;
	line-height: 63px;
	font-family: 'Source-SemiBold', sans-serif;
	margin-bottom: 30px;
}

.promo-content-1 {
	font-size: 50px;
	font-family: "Source-Regular", sans-serif;
	margin-bottom: 30px;
}

.promo-content-2 {
	font-size: 30px;
	font-family: "Source-Regular", sans-serif;
	margin-bottom: 30px;
}

#close-promo-show-quote {
	border-radius: 5px;
	padding: 20px 30px;
	font-family: Source-Regular, serif;
	font-size: 32px;
	color: var(--white);
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
}

.start-logo {
	font-family: "Officina", sans-serif;
	text-align: right;
	letter-spacing: 0.6px;
	font-size: 2.95rem;
	line-height: 39px;
}

.start-logo a {
	color: #9b0000;
}

.start-logo span {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.3px;
	line-height: 32px;
	margin-right: 2px;
}

.logo-holder {
	width: 470px;
	margin-top: 50px;
	position: relative;
}

.lang-top {
	display: none;
}

@media screen and (max-width: 768px) {
	.logo-holder {
		width: auto;
		margin-top: 1rem;
		margin-left: 0.5rem;
		float: left;
	}

	.start-logo {

	}

	.lang-top {
		display: block;
		float: right;
		margin: 0.5rem 0.5rem 0 0;
	}

	.container {
		clear: both;
	}

	.start-logo span {

	}
}

#file-upload-current-filesize {
	display: inline-block;
	margin-right: 20px;
}

#email-error,
#company-error,
#message-error,
#file-size-error,
#extention-error {
	text-align: right;
	font-size: 12px;
	color: red;
	display: none;
}

.error-field {
	border-color: red;
}

.disabled {
	background: #ccc !important;
	cursor: not-allowed;
}

.size-error {
	color: red;
}

.size-ok {
	color: green;
}

.modal-open {
	overflow: hidden;
}

b, strong {
	font-weight: 600;
}
