body {
	background: #DDDDDD;
}

:root {
	--red: #DF002A;
	--oekv-gray-100: #DDDDDD;
	--oekv-gray-200: #CCCCCC;
	--oekv-gray-300: #B3B3B3;
	--oekv-gray-400: #999999;
	--oekv-gray-500: #8D8D8D;
	--oekv-gray-600: #666666;
	--oekv-gray-700: #707070;
	--oekv-gray-800: #707070;
	--footer-top-margin: 100px;
	--header-bottom-margin: 100px;
	--header-height: 100px;
	--content-min-height: calc(100vh - #{--footer-top-margin} - #{--header-bottom-margin} - #{--sub-footer-height} - #{--footer-height} - #{--header-height});
}

#content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

body {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666666;
}

h2 {
	font-size: 24px;
}

a {
	font: normal normal normal 15px/24px Open Sans, sans-serif;
	letter-spacing: 0;
	color: #DF002A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #DF002A;
}


.bold {
	font-weight: bold;
}

.info {
	font: normal normal bold 15px/24px Open Sans, sans-serif;
	letter-spacing: 0;
}

.info--gray {
	 color: #999999;
 }

.info--form {
	 margin-top: 20px;
	 margin-bottom: 10px;
 }

.info--red {
	 color: #DF002A;
	 font-weight: 700;
 }


.lang-link {
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.lang-link.active {
	 font-weight: 700;
 }


.footer-content-container {
	padding: 30px 10px;
}

.link-red {
	margin-right: 20px;
}

.icon-link:hover {
	text-decoration: none;
}

.content-container {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	width: 750px;
}

/* buttons */

.btn {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	border-radius: 4px;
	line-height: 10px;
	padding: 9px;
	font-size: 10px;
}
.btn:hover {
	 text-decoration: none;
 }
.btn--big {
	 width: 124px;
	 height: 40px;
	 padding: 14px 5px;
	 font: normal normal bold 10px/12px Open Sans, sans-serif;
 }

.btn--biggest {
	 width: 220px;
	 height: 40px;
	 padding: 14px 5px;
	 font: normal normal bold 10px/12px Open Sans, sans-serif;
 }
.btn.focus, .btn:focus {
	outline: none;
	color: inherit;
}

.ico {
	margin-right: 5px;
}
.btn--primary {
	background: var(--red);
	color: #fff;
}
.btn--primary .ico {
	color: #fff;
}
.btn--primary .ico:before {
	 display: inline-block;

}
.btn--primary:hover {
	 color: #fff;
}
.btn--border {
	background: #ffffff;
	color: #999999;
	font-weight: 700;
	border: 2px #999999 solid;
}

.btn--border .ico {
	color: #999999;
}
.btn--border .ico:before {
	 display: inline-block;
}
.btn--border:hover {
	 color: #999999;
}



/* form */

.form .input-group-text {
	background: #DDDDDD;
	color: #707070;
}

.form-element-wrapper {
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

label {
	font-weight: 600;
	font-size: 16px;
	margin-right: 25px;
	min-width: 130px;
}

.field-label {
	cursor: pointer;
	text-transform: none;
}

.form-actions {
	text-align: right;
}

.input-group-text {
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 0;
	background: #707070;
	color: #fff;
	padding: 0;
	justify-content: center;
}

.form-control {
	height: 50px;
	flex: 0 0 50px;
}

/* footer */
.container-footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
}

.footer {
	background: #111;
	height: 100%;
	margin-top: var(--footer-top-margin);
	color: #999999;
	font: normal normal normal 16px/24px Open Sans, sans-serif;
	letter-spacing: 0;
}
.footer h2 {
	font: normal normal bold 18px/24px Open Sans, sans-serif;
	font-weight: bold;
	margin: 0;
}
.footer .logo {
	width: 71px;
	height: 64px;
	display: block;
	background: #6d000d;
}
.footer .col-lg-4 {
	display: flex;
	align-items: center;
}

.footer-contacts {
	text-align: right;
}

.footer-contacts > p,
.footer-addesses > p {
	margin-bottom: 0;
}


.footer-info {
	margin-left: 24px;
}

.footer-addesses {
	text-align: right;
}


.sub-footer {
	background: #707070;
	align-items: center;
	letter-spacing: 0;
	color: #DDDDDD;
	font: normal normal normal 12px/27px Open Sans, sans-serif;
	padding: 10px 5px;
}
.sub-footer .col-lg-4 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.sub-footer-menu-wrapper {
	display: flex;
	justify-content: flex-start;
}

.sub-footer-menu {
	margin-bottom: 0;
}
.sub-footer-menu li {
	display: inline-block;
	margin-right: 25px;
	text-align: center;
}
.sub-footer-menu a {
	font-size: inherit;
	color: #DDDDDD;
}
.sub-footer-menu li:last-child {
	 margin-right: 0;
 }

.footer-info-wrapper {
	display: flex;
}

.footer-info-wrapper > img {
	width: 50px;
	height: 50px;
}

.info-data {
	padding-bottom: 20px;
}

/*header*/

.header-container {
	background: #DDDDDD;
	box-shadow: 0 3px 6px #00000029;
	height: var(--header-height);
	position: relative;
	margin-bottom: var(--header-bottom-margin);
}

.lang-links {
	min-height: 0;
}

.header {
	position: relative;
}

.logo-col {
	align-items: center;
	display: flex;
	height: var(--header-height);
}


.menu-col {
	height: var(--header-height);
	align-items: center;
	display: flex;
	justify-content: flex-end;
}


.header .logo {
	position: absolute;
	left: -15px;
	top: 23px;
}

.headings {
	font-weight: 700;
	min-height: 40px;
	margin: 0 0 0 120px;
}

/* Onlinezahlungen */


.content {
	min-height: calc(100vh - 490px);
}

.onlinezahlung-content-container {
	width: 1100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#paymentbox {
	border: none;
}

/* Return Pages */

.message-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Service Page */
.service-content-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 500px;
}

.image-header {
	text-align: center;
	margin-bottom: 10px;
}

.image-header > img {
	margin-bottom: 10px;
}

.inner-content p {
	margin-bottom: .1rem;
}

.contacts {
	margin-top: 5px;
}


.infobox {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffecb5;
	color: #fff;
	text-align: center;
	visibility: visible;
	z-index: 999;
	padding: 20px;
}

.infobox-content {
	font-size: 14px;
	line-height: 1.4;
	color: black;
	font-weight: 800;
}


/* Media - queries */

@media (max-width: 1450px) {
	.footer-content-container {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.footer-info-wrapper > img {
		width: 40px !important;
		height: 40px !important;
	}
}

@media (max-width: 767px) {
	.footer-row {
		display: block !important;
		text-align: center;
	}
	.footer-info-wrapper {
		display: block !important;
	}

	.footer-addesses,
	.footer-contacts {
		text-align: center;
		margin-top: 10px;
	}

	.footer-info-wrapper > img {
		width: 50px !important;
		height: 50px !important;
		margin-bottom: 5px;

	}

	.headings {
		display: none !important;
	}

	.content-container {
		width: 100%;
	}

	label {
		width: 100%;
	}

	.form-element-wrapper {
		flex-wrap: wrap;
	}

}

/* payment things */
.selected_brandimage {
	display: none !important;
}





