
/*!
Theme Name: Wordliner Pace Ewe
Theme URI: https://wordliner.com
Author: Wordliner GmbH
Author URI: https://wordliner.com
Description: Custom Real Estate Theme Wordliner Pace Ewe
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordliner-pace-ewe

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	font-style: normal;
	line-height: inherit;
}

address, dl, ol, ul {
	margin-bottom: 1rem;
}

dl, ol, ul {
	margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1270px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 25px;
	padding-left: 25px;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1, .col-auto {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
}

.col-1 {
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-2, .col-3 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
}

.col-3 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-4, .col-5 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
}

.col-5 {
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-6, .col-7 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
}

.col-7 {
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-8, .col-9 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
}

.col-9 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-10, .col-11 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
}

.col-11 {
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-moz-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-moz-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-moz-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-moz-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-moz-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-moz-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-moz-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-moz-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width:576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-sm-1, .col-sm-auto {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-sm-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-sm-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-sm-2, .col-sm-3 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-sm-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-sm-4, .col-sm-5 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-sm-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-sm-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-6, .col-sm-7 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-sm-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-sm-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-sm-8, .col-sm-9 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-sm-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-sm-10, .col-sm-11 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-sm-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-moz-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-moz-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-moz-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-moz-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-moz-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-md-1, .col-md-auto {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-md-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-md-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-md-2, .col-md-3 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-md-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-md-4, .col-md-5 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-md-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-md-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-6, .col-md-7 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-md-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-md-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-md-8, .col-md-9 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-md-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-md-10, .col-md-11 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-md-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-moz-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-moz-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-moz-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-moz-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-moz-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-lg-1, .col-lg-auto {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-lg-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-lg-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-lg-2, .col-lg-3 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-lg-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-lg-4, .col-lg-5 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-lg-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-lg-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-6, .col-lg-7 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-lg-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-lg-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-lg-8, .col-lg-9 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-lg-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-lg-10, .col-lg-11 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-lg-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-moz-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-moz-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-moz-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-moz-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-moz-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xl-1, .col-xl-auto {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-xl-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-xl-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-xl-2, .col-xl-3 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-xl-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-xl-4, .col-xl-5 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-xl-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-xl-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-6, .col-xl-7 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-xl-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-xl-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-xl-8, .col-xl-9 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-xl-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-xl-10, .col-xl-11 {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
	}
	
	.col-xl-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-moz-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-moz-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-moz-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-moz-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-moz-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-moz-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-moz-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -moz-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -moz-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -moz-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -moz-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -moz-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-flex-direction: row !important;
	-moz-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column, .flex-row {
	-webkit-box-direction: normal !important;
	-moz-box-direction: normal !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-flex-direction: row-reverse !important;
	-moz-box-orient: horizontal !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse, .flex-row-reverse {
	-webkit-box-direction: reverse !important;
	-moz-box-direction: reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column-reverse !important;
	-moz-box-orient: vertical !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 auto !important;
	-moz-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-webkit-flex-grow: 0 !important;
	-moz-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	-moz-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-webkit-flex-shrink: 0 !important;
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-webkit-flex-shrink: 1 !important;
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-moz-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-moz-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-moz-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-moz-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-moz-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-moz-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-moz-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column, .flex-sm-row {
		-webkit-box-direction: normal !important;
		-moz-box-direction: normal !important;
	}
	
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row-reverse !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse, .flex-sm-row-reverse {
		-webkit-box-direction: reverse !important;
		-moz-box-direction: reverse !important;
	}
	
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column-reverse !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-moz-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-moz-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-moz-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-moz-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-moz-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-moz-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-moz-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-moz-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-moz-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-moz-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-moz-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column, .flex-md-row {
		-webkit-box-direction: normal !important;
		-moz-box-direction: normal !important;
	}
	
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row-reverse !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse, .flex-md-row-reverse {
		-webkit-box-direction: reverse !important;
		-moz-box-direction: reverse !important;
	}
	
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column-reverse !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-moz-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-moz-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-moz-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-moz-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-moz-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-moz-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-moz-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-moz-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-moz-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-moz-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-moz-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column, .flex-lg-row {
		-webkit-box-direction: normal !important;
		-moz-box-direction: normal !important;
	}
	
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row-reverse !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse, .flex-lg-row-reverse {
		-webkit-box-direction: reverse !important;
		-moz-box-direction: reverse !important;
	}
	
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column-reverse !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-moz-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-moz-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-moz-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-moz-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-moz-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-moz-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-moz-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-moz-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-moz-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-moz-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-moz-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column, .flex-xl-row {
		-webkit-box-direction: normal !important;
		-moz-box-direction: normal !important;
	}
	
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-flex-direction: row-reverse !important;
		-moz-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse, .flex-xl-row-reverse {
		-webkit-box-direction: reverse !important;
		-moz-box-direction: reverse !important;
	}
	
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column-reverse !important;
		-moz-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-moz-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-moz-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-moz-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-moz-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-moz-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-moz-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-moz-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-moz-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-moz-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-moz-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-moz-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-moz-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.page-template-general-template .blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	text-align: center;
}

.page-template-general-template .blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em;
}

.page-template-general-template .blocker.behind {
	background-color: transparent;
}

.page-template-general-template .modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.page-template-general-template .modal a {
	display: none;
}

.page-template-general-template .modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: none;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.page-template-general-template .modal a.close-modal.nitro-lazy {
	background-image: none !important;
}

.page-template-general-template .modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}

.page-template-general-template .modal-spinner>div {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: a 1.2s infinite ease-in-out;
	-moz-animation: a 1.2s infinite ease-in-out;
	-o-animation: a 1.2s infinite ease-in-out;
	animation: a 1.2s infinite ease-in-out;
}

.page-template-general-template .modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	-moz-animation-delay: -1.1s;
	-o-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.page-template-general-template .modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	-moz-animation-delay: -1s;
	-o-animation-delay: -1s;
	animation-delay: -1s;
}

.page-template-general-template .modal-spinner .rect4 {
	-webkit-animation-delay: -.9s;
	-moz-animation-delay: -.9s;
	-o-animation-delay: -.9s;
	animation-delay: -.9s;
}

@-webkit-keyframes a {
	0%, 40%, to {
		-webkit-transform: scaleY(.5);
	}
	
	20% {
		-webkit-transform: scaleY(1);
	}
}

@-moz-keyframes a {
	0%, 40%, to {
		-moz-transform: scaleY(.5);
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5);
	}
	
	20% {
		-moz-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

@-o-keyframes a {
	0%, 40%, to {
		-o-transform: scaleY(.5);
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5);
	}
	
	20% {
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

@keyframes a {
	0%, 40%, to {
		-moz-transform: scaleY(.5);
		-o-transform: scaleY(.5);
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5);
	}
	
	20% {
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

.standard-top-header-spacing {
	margin-top: 110px;
}

.h-50 {
	height: 50% !important;
}

.standard-top-border {
	border-top: 1px solid #eee;
}

.standard-bottom-border {
	border-bottom: 1px solid #eee;
}

@media (max-width:1100px) {
	.mobile-menu-width-hidden {
		display: block;
	}
}

ul {
	margin-left: 0;
}

blockquote, ul {
	padding-left: 20px;
}

blockquote {
	margin: 20px 0 30px;
	border-left: 5px solid;
	border-left-color: transparent;
}

.topBar {
	background-color: #eee;
	padding: 12px 0;
}

.topBar ul li a {
	color: #282828;
	font-weight: 400;
}

.topBar ul li {
	display: inline-block;
}

.topBarSocial li a img {
	height: 22px;
	width: 22px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 6px;
}

.topBarSocial li:first-child a img {
	height: 20px;
	width: 20px;
}

.topBarSocial li {
	padding: 0 30px 0 0;
}

.topBarRight ul li {
	padding: 0 0 0 40px;
}

a.navbar-brand img {
	max-width: 150px;
}

.navbar-nav li a {
	text-align: center;
	font-weight: 600;
	letter-spacing: 0;
	color: #282828;
	opacity: 1;
	padding: 0 0 0 35px !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #282828;
}

.navbar {
	-ms-flex-align: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	padding: 15px 0;
}

.vh-85 {
	height: 100%;
}

.siteBanner {
	position: relative;
	height: 85vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: top;
}

.siteBanner .container {
	height: 100%;
}

.siteBanner p {
	color: #fff;
	margin-bottom: 0;
}

.siteBanner__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.bannerText {
	color: #fff;
	padding-top: 70px;
}

.bannerText h1 {
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 10px;
}

.bannerTiles {
	max-width: 400px;
	position: absolute;
	width: 100%;
	left: 15px;
	bottom: 35px;
}

.bannerTiles ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bannerTiles ul li a {
	background-color: rgba(0, 0, 0, .73);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: grid;
	grid-template-columns: 22% 78%;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	padding: 10px 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 85px;
	margin-bottom: 15px;
}

.bannerTiles ul li a:hover {
	text-decoration: none;
}

.bannerTiles ul li h5 {
	margin-bottom: 0;
	font-size: 18px;
}

.bannerServices ul li {
	background-color: #fff;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: grid;
	grid-template-columns: 35% 65%;
	max-width: 370px;
	padding: 0;
	margin-bottom: 18px;
	overflow: hidden;
	min-height: 95px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.serIcon {
	position: relative;
	text-align: center;
}

.serIcon img {
	width: 60px;
	height: 60px;
	-o-object-fit: contain;
	object-fit: contain;
}

.serText h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.serText p {
	font-size: 15px;
}

.serBox01 {
	text-align: center;
}

.serBox01 img {
	height: 60px;
	width: 60px;
	-o-object-fit: contain;
	object-fit: contain;
}

.serBox01 h2 {
	font-weight: 600;
	font-size: 26px;
	margin-top: 15px;
}

.serBox01 h2, .serBox01 p {
	color: #1a758d;
}

.section-two {
	padding: 70px 0;
}

.section-three {
	text-align: center;
	background-color: #eee;
	padding: 60px 0;
}

.embedVideo {
	max-width: 750px;
	margin: 80px auto 0;
}

.embedVideo iframe {
	max-width: 100%;
	width: 100%;
	height: 390px;
}

.preMarkt p {
	color: #282828;
	margin-bottom: 20px;
	font-size: 16px;
}

.section-four {
	padding: 60px 0;
}

.warumMak img {
	height: 60px;
	width: 60px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
}

.warumMak h2 {
	color: #1a758d;
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0 15px;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.siteBtn a {
	border: 2px solid #1a758d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1a758d;
	display: inline-block;
	font-weight: 600;
	padding: 4px 45px;
	font-size: 16px;
}

.siteBtn a:hover {
	background-color: #1a758d;
	color: #fff;
}

.videoBorder {
	border: .5px solid #e8e8e8;
}

.section-five {
	background-color: #1a758d;
}

.section-five, .section-six {
	padding: 60px 0;
}

.marketingBox {
	position: relative;
	margin-bottom: 40px;
}

.marketTitle {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
	background-color: rgba(26, 117, 141, .81);
	color: #fff;
}

.marketTitle h2 {
	margin-bottom: 0;
	font-size: 20px;
	padding: 8px 0;
}

.marketImage img {
	height: 230px;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-seven {
	text-align: center;
	background-color: #1a758d;
	padding: 60px 0;
}

.baufIn h1 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 0;
	color: #fff;
	margin: 50px 0 15px;
}

.baufIn a {
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1a758d;
	display: inline-block;
	font-weight: 600;
	padding: 5px 40px;
	font-size: 18px;
	background-color: #fff;
	margin-top: 50px;
}

.baufIn a:hover {
	border: 2px solid #fff;
	background-color: #1a758d;
	color: #fff;
}

.section-eight {
	padding: 80px 0 0;
}

.sliderImage img {
	max-width: 100%;
	height: 490px;
	-o-object-fit: cover;
	object-fit: cover;
}

.bgGray {
	background-color: #eee;
}

.sliderText {
	padding: 0 80px;
	position: relative;
}

img.sliderComment {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50px;
}

.sliderText h2 {
	color: #1a758d;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 6px;
}

img.sliderStar {
	max-width: 140px;
}

.sliderText p {
	margin-top: 30px;
	max-width: 450px;
	margin-bottom: 15px;
}

.author a {
	color: #1a758d;
}

.button a, .button button {
	border: 2px solid #1a758d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	padding: 5px 40px;
	font-size: 16px;
	background-color: #1a758d;
	margin-top: 35px;
}

.button a:hover, .button button:hover {
	background-color: transparent;
	border: 2px solid #1a758d;
	color: #1a758d;
}

.carouselIcon {
	color: #1a758d;
	font-size: 38px;
}

.carousel-control-next, .carousel-control-prev {
	width: 6%;
	opacity: .9;
}

.form-control {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	border: 1px solid rgba(183, 183, 183, .16);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left: 20px;
}

textarea.form-control {
	height: 120px;
}

.kontaktForm button {
	border: 2px solid #1a758d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 55px;
	font-size: 16px;
	background-color: #1a758d;
	margin-top: 30px;
}

.kontaktForm button:hover {
	border: 2px solid #1a758d;
	background-color: #fff;
	color: #1a758d;
}

.section-nine {
	padding: 80px 0;
}

.form-group {
	margin-bottom: 18px;
}

.kontaktText {
	background-color: #eee;
	padding: 15px;
}

.konLogoBox {
	max-width: 75%;
	margin: 0 auto;
	padding: 20px 0;
	color: #1a758d;
	font-weight: 600;
}

.konLogo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.konLogo i {
	font-size: 50px;
	margin-right: 10px;
}

.konLogoBox h2 {
	font-size: 20px;
	margin-top: 10px;
	font-weight: 600;
}

ul.konDetail {
	max-width: 80%;
	margin: 0 auto 40px;
}

ul.konDetail li a {
	color: #1a758d;
	margin-bottom: 2px;
	display: inline-block;
}

ul.konDetail li a i {
	width: 25px;
	text-align: center;
}

.form-groupp input {
	padding: 0;
	height: auto;
	width: auto;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-groupp label {
	position: relative;
	cursor: pointer;
	font-size: 12px;
	padding-left: 35px;
	line-height: 16px;
}

.form-groupp label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	box-shadow: 0 0 4px rgba(0, 0, 0, .16);
	border: 1px solid rgba(156, 156, 156, .82);
	padding: 11px;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	left: 0;
	top: 4px;
}

.form-groupp input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	width: 6px;
	height: 14px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.variationTab {
	-webkit-box-shadow: 0 0 5px 1px rgba(82, 82, 82, .26);
	-moz-box-shadow: 0 0 5px 1px rgba(82, 82, 82, .26);
	box-shadow: 0 0 5px 1px rgba(82, 82, 82, .26);
	border: 1px solid rgba(156, 156, 156, .82);
}

.variationTab ul#pills-tab {
	border-bottom: 1px solid rgba(156, 156, 156, .82);
}

.variationTab .nav-link {
	display: block;
	padding: 12px 22px;
	color: rgba(156, 156, 156, .82);
	border-bottom: 2px solid transparent;
}

.variationTab .nav-pills .nav-link.active {
	color: #007bff;
	background-color: transparent;
	border-bottom: 2px solid #007bff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tabTitle {
	text-align: center;
	padding: 10px 0 0;
}

.tabTitle h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-family: Trueno Regular;
}

.tabItem {
	-webkit-box-shadow: 0 0 5px 1px rgba(82, 82, 82, .26);
	-moz-box-shadow: 0 0 5px 1px rgba(82, 82, 82, .26);
	box-shadow: 0 0 5px 1px rgba(82, 82, 82, .26);
	border: 1px solid rgba(156, 156, 156, .82);
	text-align: center;
	padding: 15px 0;
}

.tabIcon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
	width: 120px;
	border: 2px solid #22798e;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.tabIcon img {
	max-width: 50px;
}

.tabItem p {
	margin-top: 15px;
	color: #424242;
	font-weight: 800;
}

.tabFooter {
	text-align: right;
	background-color: rgba(234, 234, 234, .76);
	padding: 15px 25px;
}

.tabFooter a {
	display: inline-block;
	background-color: #a9a9a9;
	color: #fff;
	padding: 7px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 500;
}

.variationSection {
	border-top: 1px solid #d6d5d5;
}

.ptb-6 {
	padding: 70px 0;
}

@media (max-width:768px) {
	.ptb-6 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.eBookh2 h2 {
	font-weight: 600;
	margin-bottom: 15px;
}

.eBookh2 h2, .eBookh2 p {
	color: #1a758d;
}

.siteButton a {
	border: 2px solid #1a758d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	color: #1a758d;
	font-weight: 600;
	display: inline-block;
	padding: 8px 16px;
}

.siteButton a:hover {
	background-color: #1a758d;
	color: #fff;
}

.eBookLarge {
	text-align: center;
}

.border-bottom {
	border-bottom: 1px solid #d6d5d5;
}

.tabSection02 div#myTabContent {
	background-color: #eee;
}

.tabSection02 .nav-tabs .nav-link {
	border: 0 solid transparent;
	-webkit-border-top-left-radius: .25rem;
	-moz-border-radius-topleft: .25rem;
	border-top-left-radius: .25rem;
	-webkit-border-top-right-radius: .25rem;
	-moz-border-radius-topright: .25rem;
	border-top-right-radius: .25rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 15px;
	padding: 12px 38px;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.tabSection02 .nav-link.active, .tabSection02 .nav-tabs .nav-link {
	background-color: #eee;
	color: #1a758d;
}

.tabSection02 .nav-tabs {
	border-bottom: 0 solid #dee2e6;
}

.tabSection02 .tab2Inner {
	padding: 50px 100px 110px;
}

.tabSection02 .tab2Inner h1 {
	color: #1a758d;
	font-size: 26px;
	margin-bottom: 25px;
}

.tabSection02 .tab2Inner p {
	color: #282828;
}

.carousel-control-next, .carousel-control-prev {
	width: 9%;
}

.carousel-indicators li {
	width: 10px;
	height: 11px;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
}

ol.carousel-indicators {
	margin-bottom: 40px;
}

p.tabLine {
	padding-top: 10px;
	padding-bottom: 70px;
}

.partnerSliderInner img {
	height: 100px;
	width: 100px !important;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
}

button.owl-prev {
	left: 25px;
}

button.owl-next, button.owl-prev {
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #1a758d !important;
	font-size: 70px !important;
}

button.owl-next {
	right: 25px;
}

button:focus {
	outline: none;
}

button.owl-dot {
	background-color: #a9a9a9 !important;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.owl-dots {
	text-align: center;
	margin-top: 50px;
}

button.owl-dot.active {
	background-color: #1a758d !important;
}

.teamSlider01Item {
	color: #1a758d;
}

.teamSlider01Item img {
	width: 150px !important;
	height: 150px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 10px auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.teamSlider01Item .teamTile h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.teamTile h3 {
	font-weight: 400;
	font-size: 18px;
	font-family: Raleway, sans-serif;
}

.teamSlider01Item ul li i {
	width: 22px;
	text-align: center;
}

.teamSlider01Item a {
	background-color: #1a758d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	margin-top: 50px;
	display: inline-block;
	padding: 7px 20px;
	border: 2px solid #1a758d;
}

.teamSlider01Item a:hover {
	border: 2px solid #1a758d;
	background-color: transparent;
	color: #1a758d;
}

.teamTile {
	margin-bottom: 25px;
	text-align: center;
}

.teamInfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.UnterUberMedia img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.media.UnterUberMedia {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.UnterUberText h2 {
	font-size: 20px;
}

.UnterUberText p {
	margin-bottom: 25px;
	margin-top: 15px;
}

.UnterUberText h1 {
	font-size: 26px;
}

.UnterUberText {
	border-bottom: 1px solid #061849;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.aklerImage img {
	max-width: 300px;
	display: block;
	margin: 0 auto -15px;
}

.darkBg {
	background-color: #1a758d;
}

.masonryTitle {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
	background-color: rgba(26, 117, 141, .81);
	color: #fff;
}

.masonryTitle h2 {
	margin-bottom: 0;
	font-size: 20px;
	padding: 8px 0;
}

.masonryBox01 {
	position: relative;
}

.masonryimage01 img {
	height: 500px;
}

.masonryimage01 img, .masonryimage02 img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.masonryimage02 img {
	height: 250px;
}

.masonryBox01 {
	margin: 4px;
}

.masonryBox03 {
	margin: 2px;
}

.eBookSliderImage {
	width: 300px;
	height: 300px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
}

.eBookSliderItem h2 {
	font-size: 16px;
	margin-top: 15px;
	color: #1a758d;
	text-transform: uppercase;
	font-weight: 600;
}

.siteTitle p {
	color: #1a758d;
}

.tStartsInner {
	text-align: center;
	padding: 0 30px;
}

.tStartsInner img.tSavatar {
	width: 150px !important;
	height: 150px;
	margin: 0 auto 20px;
}

.tStartsInner h2 {
	color: #1a758d;
	font-weight: 600;
	font-size: 18px;
}

.tStartsInner img.tStar {
	max-width: 140px;
	margin: 15px auto 30px;
}

.tStartsInner h4 {
	color: #1a758d;
	font-size: 18px;
	margin-top: 20px;
}

.blogGrid02Inner {
	background-color: #eee;
}

.blogGrid02Inner img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

.blogGrid02IContent {
	padding: 15px;
}

.blogGrid02IContent h2 {
	color: #1a758d;
	font-weight: 600;
	font-size: 22px;
	margin: 10px 0 20px;
}

.siteStep01 {
	padding-top: 90px;
}

@media (max-width:768px) {
	.siteStep01 {
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	.siteStep01 .col-8 {
		text-align: center !important;
	}
}

.siteStep01 .siteTitle {
	margin-bottom: 40px;
}

.siteStep01 .siteTitle .section-heading {
	border-bottom: 1px solid #efefef;
	padding-bottom: 25px;
	margin-bottom: 0;
}

.siteStep01 .siteTitle .section-subheading {
	margin-bottom: 0;
}

@media (max-width:766px) {
	.siteStep01__item-button {
		margin-bottom: 6px;
	}
}

.how-it-works.row .col-3 {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.how-it-works.row .col-2:after {
	content: "";
	position: absolute;
	border-left: 3px solid #ed8d8d;
	z-index: 1;
}

.how-it-works.row .col-3.bottom:after {
	height: 50%;
	left: 50%;
	top: 50%;
}

.how-it-works.row .col-3.full:after {
	height: 100%;
	left: -webkit-calc(50% - 3px);
	left: -moz-calc(50% - 3px);
	left: calc(50% - 3px);
}

.how-it-works.row .col-3.top:after {
	height: 50%;
	left: 50%;
	top: 0;
}

@media (max-width:1000px) {
	.how-it-works {
		margin-bottom: 30px;
	}
	
	.how-it-works .col-3 {
		width: 100%;
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: left !important;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.how-it-works .col-3 img {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}
	
	.how-it-works--r .col-3 {
		text-align: right !important;
	}
	
	.how-it-works--r .col-3 img {
		margin-right: auto;
		margin-left: auto;
	}
	
	.how-it-works .col-8 {
		width: 100%;
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: left;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.how-it-works .col-8 .steperCotent {
		padding: 0;
		margin: 0;
		margin: 0 auto;
	}
}

.steperCotent {
	max-width: 85%;
	padding-left: 15%;
}

.steperCotent a {
	min-width: 120px;
	text-align: center;
}

.steperCotent h5 {
	margin-bottom: 15px;
}

.flowchart-image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width:768px) {
	.flowchart-image {
		padding: 30px 0 10px;
	}
}

.mb-0>a {
	display: block;
	position: relative;
}

.mb-0>a:after {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: "";
	position: absolute;
	right: 0;
	font-size: 36px;
	top: 0;
}

.mb-0>a[aria-expanded=true]:after {
	content: "";
	top: -15px;
}

.card-header {
	background-color: #eee;
	border-bottom: 0 solid rgba(0, 0, 0, .125);
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}

.card {
	border: 0 solid rgba(0, 0, 0, .125);
	margin-bottom: 10px;
}

.card-body {
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 10px 0 0;
	padding: 30px 50px;
}

.card-body h2 {
	margin: 0;
	font-size: 20px;
	color: #1a758d;
	font-weight: 600;
	margin-bottom: 18px;
}

.card-body p {
	color: #1a758d;
}

.tabSection03 .tab03Inner {
	background-color: #eee;
	padding: 50px 40px 70px;
}

.tabSection03 .tab03Inner h2 {
	color: #1a758d;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 20px;
}

.tabSection03 .nav-tabs .nav-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #282828;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px;
	border: 0;
}

.tabSection03 .nav-tabs .nav-link.active {
	background-color: #eee;
}

.videoBox01 {
	position: relative;
	cursor: pointer;
}

.videothumb01 img {
	max-width: 100%;
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

.videothumb01Hover {
	display: none;
}

.videoBox01:hover .videothumb01Hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.videothumb01Hover img {
	max-width: 100%;
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

.testiSliderText {
	padding: 50px 80px;
}

.testiSliderText img {
	max-width: 130px;
	margin-bottom: 40px;
}

.testiSliderText h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #1a758d;
	font-weight: 600;
}

.colorDark {
	color: #1a758d;
}

.testiSlider {
	border-bottom: 1px solid #d6d5d5;
}

.postGrid01Inner {
	max-width: 315px;
	margin: 0 auto 50px;
	overflow: hidden;
}

.pGridIC {
	border-bottom: 1px solid #1a758d;
	border-right: 1px solid #1a758d;
	border-left: 1px solid #1a758d;
	padding: 15px 20px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pGridIC h2 {
	color: #1a758d;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
}

.pGridIC ul {
	font-family: Raleway, sans-serif;
}

.pGridIC ul li {
	font-weight: 600;
	font-size: 14px;
}

.pGridIC ul.postMeta {
	color: #1a758d;
	margin-bottom: 20px;
}

.pGridIC ul.postMeta li {
	display: inline-block;
	color: #1a758d;
	font-weight: 600;
	font-size: 14px;
}

.postGrid01Inner img {
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
}

.onlineTerminInner {
	grid-template-columns: 65% 35%;
	padding: 15px 20px 15px 50px;
	-webkit-border-radius: 0 110px 110px 0;
	-moz-border-radius: 0 110px 110px 0;
	border-radius: 0 110px 110px 0;
}

.onlineTerminInner, .onlineTerminInnerRight {
	max-width: 530px;
	display: grid;
	background-color: #eee;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.onlineTerminInnerRight {
	grid-template-columns: 35% 65%;
	padding-left: 50px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 110px 0 0 110px;
	-moz-border-radius: 110px 0 0 110px;
	border-radius: 110px 0 0 110px;
}

.oTnLeftBox h2 {
	color: #1a758d;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
}

.oTnLeftBox h3 {
	color: #1a758d;
	font-size: 1vw;
	font-weight: 600;
}

.font-14 {
	font-size: 14px !important;
}

.oTnLeftBox p {
	font-size: 14px;
}

.immobilienSection {
	background-color: #eee;
	padding: 100px 0;
}

.immobilienInner h5 {
	color: #0f637c;
	font-weight: 600;
	margin-bottom: 0;
}

.immobilienInner h1 {
	font-size: 28px;
	margin: 15px 0 50px;
}

.immobilienPara p {
	font-size: 16px;
	padding-right: 30px;
}

.immobilienDivider {
	margin: 30px 0;
	height: 2px;
	background-color: #c1c1c1;
	width: 70px;
}

.immobilienImage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.InvesSLeft {
	background-color: #eee;
}

.InvesSLeft>div {
	padding: 50px;
}

.col-md-6.InvesSLeft h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}

.InvesSRight {
	background-color: #dcdad8;
}

.InvesSRight>div {
	padding: 50px;
}

.InvesSRight h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}

.InvesSRight h2 {
	color: #3d3f37;
	font-weight: 600;
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 0;
}

.InvesSRight a {
	display: block;
	color: #0f637c;
	font-weight: 500;
}

.InvesSRight h6 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 98px;
}

img.bellIcon {
	max-width: 160px;
}

.fromSelect .form-control {
	border: 2px solid #1a758d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 10px;
}

.slider-container .rangeSlider {
	background: #eee;
	height: 10px;
	border: 0;
}

.slider-container .rangeSlider .ui-widget-header {
	background: #1a758d;
}

.slider-container .rangeSlider .ui-slider-handle {
	font-size: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	border: 8px solid #fff;
	width: 10px;
	height: 10px;
	background: #08a9b8;
	top: -3px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
}

.rangeslider01 p {
	color: #1a758d;
	font-weight: 600;
	margin-bottom: 20px;
}

.form-group label, .form-groupp a {
	color: #1a758d;
}

.bb-3 {
	border-bottom: 5px solid #1a758d;
}

.gefundenBox h1 {
	color: #1a758d;
	font-weight: 400;
	font-size: 70px;
	margin-bottom: 0;
}

.gefundenBox h2, .gefundenFormInner h3 {
	color: #1a758d;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 22px;
}

.eBookSliderItem03 img {
	width: 300px;
	height: 300px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
}

.eBookSliderItem03 h2 {
	font-size: 16px;
	margin-top: 15px;
	color: #1a758d;
	text-transform: uppercase;
	font-weight: 600;
}

.gwHTtile {
	color: #fff;
	padding: 20px;
}

.gwHTtile h1 {
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 0;
}

@media (max-width:768px) {
	.gwHTtile h1 {
		font-size: 36px;
	}
}

.gwhItem {
	display: block;
	position: relative;
	cursor: pointer;
}

.gwhitemContent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.gwhitemContent>div {
	padding-left: 15px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 20px 140px 0;
	grid-template-rows: 20px 140px 0;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	align-items: baseline;
}

@media (max-width:768px) {
	.gwhitemContent>div {
		-ms-grid-rows: 20px 60px 0;
		grid-template-rows: 20px 60px 0;
	}
}

.gwhitemContent h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	margin-top: 20px;
	word-break: break-word;
}

@media (max-width:992px) {
	.gwhitemContent h2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 18px;
	}
}

.gwhitemContent p {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}

@media (max-width:768px) {
	.gwhitemContent p {
		margin-bottom: 0 !important;
	}
}

.gwhitemImage img {
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}

@media (max-width:768px) {
	.gwhitemImage img {
		height: 110px;
	}
}

.gwhItem:hover .gwhitemContent {
	opacity: 0;
}

.gridWithHoverSection__reduced-row {
	margin-left: -15px;
	margin-right: -15px;
}

.gridWithHoverSection__reduced-row .col-lg-3, .gridWithHoverSection__reduced-row .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.wimm_carousel .carousel {
	position: relative;
	white-space: nowrap;
	-moz-white-space: nowrap;
	-webkit-white-space: nowrap;
	overflow: hidden;
	letter-spacing: -.31em;
	-moz-letter-spacing: -.31em;
	-webkit-letter-spacing: -.31em;
}

.wimm_carousel .carousel .carousel_inner {
	position: relative;
	left: 0;
	padding-left: 0;
	text-align: center;
	-webkit-transition: left .4s;
	-o-transition: left .4s;
	-moz-transition: left .4s;
	transition: left .4s;
}

.wimm_carousel .carousel .carousel_inner .item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	opacity: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	border-radius: 0 !important;
	-moz-border-radius: 5px;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 0 !important;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
	-webkit-transition: opacity .4s;
	width: 100% !important;
	height: 150px !important;
	margin: 0 !important;
	cursor: pointer;
}

.wimm_carousel .mainImg img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.wimm_carousel.render3d .carousel_inner .item {
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
}

ul.carousel_inner {
	display: grid;
	grid-template-columns: auto auto auto auto;
	max-width: 90%;
	margin: 40px auto !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	grid-column-gap: 2%;
}

ul.carousel_inner li h3 {
	color: #1a758d;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 20px;
}

ul.carousel_inner li .siteBtn {
	margin-top: 20px;
}

ul.carousel_inner li .siteBtn a {
	letter-spacing: normal;
	font-size: 14px;
}

div#slider1 .next, div#slider1 .prev {
	display: none;
}

.item360Box {
	position: relative;
}

.item360H {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	letter-spacing: normal;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	color: #fff;
	font-size: 36px;
	background-color: rgba(26, 117, 141, .62);
}

.item360Box:hover .item360H {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.marketingBoxwithText {
	background-color: rgba(26, 117, 141, .81);
	color: #fff;
	padding: 40px;
}

.marketingBoxwithText h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding-top: 50px;
	padding-bottom: 20px;
}

.card .baufIn a {
	padding: 2px 40px !important;
	width: 80%;
}

.card .marketingBox {
	margin-bottom: 10px;
}

.iGImage img {
	height: 430px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.iGContent {
	padding: 10px 80px;
	color: #1a758d;
}

.iGContent p {
	color: #282828;
}

.iGContent h2 {
	font-weight: 600;
	font-size: 24px;
}

.iGContent h5 {
	font-family: Raleway, sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 30px;
}

.iGContent .siteBtn {
	margin: 35px 0 50px;
}

.iGContent h1 {
	font-weight: 600;
	font-size: 26px;
}

.iGContent h1 i {
	font-size: 34px;
	position: relative;
	top: 4px;
	margin-right: 4px;
}

#comparison {
	width: 100%;
	padding-bottom: 45%;
	overflow: hidden;
	position: relative;
}

figure {
	font-size: 0;
	width: 100%;
	margin: 0;
}

#divisor, figure {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 100%;
}

#divisor {
	position: absolute;
	width: 50%;
	-webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	bottom: 0;
}

#divisor:after, #divisor:before {
	content: "";
	position: absolute;
	right: -2px;
	width: 6px;
	height: -webkit-calc(50% - 25px);
	height: -moz-calc(50% - 25px);
	height: calc(50% - 25px);
	background: #fff;
	z-index: 3;
}

#divisor:before {
	top: 0;
	-webkit-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}

#divisor:after {
	bottom: 0;
	-webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}

#handle {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#comparison01 {
	width: 100%;
	padding-bottom: 45%;
	overflow: hidden;
	position: relative;
}

#divisor01 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 50%;
	-webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
	bottom: 0;
	height: 100%;
}

#divisor01:after, #divisor01:before {
	content: "";
	position: absolute;
	right: -2px;
	width: 6px;
	height: -webkit-calc(50% - 25px);
	height: -moz-calc(50% - 25px);
	height: calc(50% - 25px);
	background: #fff;
	z-index: 3;
}

#divisor01:before {
	top: 0;
	-webkit-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}

#divisor01:after {
	bottom: 0;
	-webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}

#handle01 {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	width: -webkit-calc(100% + 50px);
	width: -moz-calc(100% + 50px);
	width: calc(100% + 50px);
	z-index: 2;
}

input[type=range]:active, input[type=range]:focus {
	border: none;
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	border: 4px solid #fff;
	height: 25px;
	width: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}

input[type=range]::-moz-range-track {
	-moz-appearance: none;
	height: 15px;
	width: 100%;
	background-color: transparent;
	position: relative;
	outline: none;
}

.dropDownStyle {
	padding: 0;
	padding: 20px 0;
	border: 0;
	background-color: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 380px;
}

.menuMenuInner h2 {
	font-size: 18px;
	border-bottom: 1.5px solid #1a758d;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 500;
}

.menuMenuInner ul.lightBullet {
	padding: 0;
}

.menuMenuInner ul.lightBullet li {
	position: relative;
}

.menuMenuInner ul.lightBullet li a {
	padding-left: 15px !important;
	font-weight: 500;
	margin-bottom: 10px !important;
	display: inline-block;
	text-align: left;
	background-color: transparent;
	color: #282828 !important;
}

.menuMenuInner ul.lightBullet li:hover {
	padding-left: 3px;
}

.menuMenuInner ul.lightBullet li:last-child a {
	margin-bottom: 0 !important;
}

.menuMenuInner ul.lightBullet li:before {
	content: ">";
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 20px;
}

img.HbookImage {
	max-width: 100% !important;
}

.menuMenuInner ul.darkBullet {
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.menuMenuInner ul.darkBullet li {
	position: relative;
}

.menuMenuInner ul.darkBullet li a {
	padding-left: 18px !important;
	font-weight: 500;
	margin-bottom: 10px !important;
	display: inline-block;
	text-align: left;
	background-color: transparent;
	color: #282828 !important;
}

.menuMenuInner ul.darkBullet li:hover {
	padding-left: 3px;
}

.menuMenuInner ul.darkBullet li:last-child a {
	margin-bottom: 0 !important;
}

.menuMenuInner ul.darkBullet li:before {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 20px;
	color: #0f637c;
}

.menuMenuInner {
	padding: 30px 12% 10px;
}

.ulBorderRight {
	border-right: 1px solid #fff;
}

.megaMenuProfile img {
	max-width: 110px;
	margin-bottom: 10px;
}

.megaMenuProfile h3 {
	color: #1a758d;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
}

.megaMenuProfile p {
	font-size: 14px;
}

.megaMenuProfile a.headerProfileBtn {
	color: #1a758d;
	padding: 8px 10px !important;
	background-color: #fff;
	display: block;
	margin-top: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.megaMenuProfile a.headerProfileBtn:hover {
	background-color: #1a758d;
	color: #fff;
}

.dropdown-toggle:after {
	display: none;
}

.googleReview img {
	max-width: 220px;
	margin: 20px auto 0;
}

.megaMenuProfile.text-center h6 {
	color: #1a758d;
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
}

.bgLgihter {
	background-color: #d4e3e8;
}

.bgLgiht {
	background-color: #c9dce2;
}

.bgDark {
	background-color: #afcad3;
}

.bG03Inner h2 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}

.sliderDarkArrow {
	color: #1a758d;
	font-size: 40px;
}

.projtRatNum01 {
	position: relative;
}

.projtRatNum01:after {
	position: absolute;
	content: "1.";
	top: -48px;
	background-color: #fff;
	width: 80px;
	height: 120px;
	text-align: center;
	left: -100px;
	font-size: 40px;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 15px;
}

.projtRatNum02 {
	position: relative;
}

.projtRatNum02:after {
	position: absolute;
	content: "2.";
	top: -48px;
	background-color: #fff;
	width: 80px;
	height: 120px;
	text-align: center;
	left: -100px;
	font-size: 40px;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 15px;
}

.projtRatNum03 {
	position: relative;
}

.projtRatNum03:after {
	position: absolute;
	content: "2.";
	top: -48px;
	background-color: #fff;
	width: 80px;
	height: 120px;
	text-align: center;
	left: -100px;
	font-size: 40px;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 15px;
}

.projtRatingLeft h1 {
	font-weight: 600;
	font-size: 34px;
}

.projtRatingRight {
	padding-top: 70px;
	padding-left: 50px;
}

.projtRatingRight h1 {
	color: #1a758d;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 15px;
}

.projtRatingRight ul li {
	position: relative;
	color: #1a758d;
	padding-left: 45px;
	margin-bottom: 8px;
	padding-top: 5px;
}

.projtRatingRight ul li:last-child {
	margin-bottom: 0;
}

.projtRatingRight ul li:after {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
}

.projtRating #accordion .card {
	background-color: transparent;
}

.projtRating #accordion .card .card-body {
	background-color: #fff;
}

section.pt-5.pb-5.projtRating {
	padding-bottom: 90px !important;
}

.noImage {
	background-image: none;
}

.noImage.nitro-lazy {
	background-image: none !important;
}

.imageOverLay:after {
	content: "";
	background-color: rgba(0, 0, 0, .17);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.imageOverLay {
	position: relative;
}

.imageOverLay .siteBanner:after {
	display: none;
}

.pl-100 {
	padding-left: 120px !important;
}

.pr-100 {
	padding-right: 120px !important;
}

img.bellIconSmall {
	max-width: 45px;
}

.notification01 {
	background-color: #eee;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	margin-top: 60px;
	padding: 15px 35px;
	display: grid;
	grid-template-columns: 10% 90%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1a758d;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.kontakInner img {
	max-width: 250px;
	margin-bottom: 30px;
}

.kontakInner h2 {
	font-size: 16px;
}

.kontaktSocial {
	padding-top: 60px;
}

.kontaktSocial a {
	display: inline-block;
}

.kontaktSocial a img {
	display: inline-block;
	margin-bottom: 0;
	max-width: 40px;
	margin: 0 5px;
}

.text-center {
	text-align: center !important;
}

.bgDark {
	background-color: #000;
}

ul.galleryInner {
	list-style-type: none;
}

ul.galleryInner>li {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 25%;
	display: inline-block;
}

.gallery__item {
	margin-bottom: 30px;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

@media (max-width:450px) {
	.siteStep01 .container {
		padding: 0 20px;
	}
}

.siteStep01 .how-it-works--l {
	display: grid;
	grid-template-columns: 1.14fr 1fr;
	margin: -30px 0;
	height: 154px;
}

@media (max-width:1260px) {
	.siteStep01 .how-it-works--l {
		grid-template-columns: 100px 1fr;
	}
}

@media (max-width:450px) {
	.siteStep01 .how-it-works--l {
		grid-template-columns: 80px 1fr;
		height: 227px;
	}
}

.siteStep01 .how-it-works--l .img-col {
	max-width: 100%;
	padding-right: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.siteStep01 .how-it-works--l .img-col img {
	max-width: 135px;
	border: 1px solid;
	width: 100px;
	height: 100px;
}

@media (max-width:450px) {
	.siteStep01 .how-it-works--l .img-col img {
		width: 80px;
		height: 80px;
	}
}

.siteStep01 .how-it-works--l .img-col h5 {
	width: 100px;
	height: 100px;
	font-size: 45px;
	border: 1px solid;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	z-index: 1;
}

@media (max-width:450px) {
	.siteStep01 .how-it-works--l .img-col h5 {
		width: 80px;
		height: 80px;
	}
}

.siteStep01 .how-it-works--l .text-col {
	max-width: 100%;
	padding-left: 120px;
}

@media (max-width:768px) {
	.siteStep01 .how-it-works--l .text-col {
		padding-left: 40px;
	}
}

@media (max-width:450px) {
	.siteStep01 .how-it-works--l .text-col {
		padding-left: 20px;
	}
}

.siteStep01 .how-it-works--l .text-col .steperCotent {
	padding-left: 0;
	max-width: 100%;
	height: 100%;
	display: grid;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.siteStep01 .how-it-works--l .text-col .steperCotent h5 {
	font-size: 17px;
	color: #282828;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 0;
}

.siteStep01 .how-it-works--l .text-col .steperCotent .body-text-standard {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
}

@media (max-width:450px) {
	.siteStep01 .how-it-works--l .text-col .steperCotent .body-text-standard {
		font-size: 14px;
		line-height: 21px;
	}
}

.siteStep01 .how-it-works--l .text-col .steperCotent a {
	padding: 2px 29px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
}

@media (max-width:768px) {
	.siteStep01 .how-it-works--l .text-col .steperCotent a {
		margin: 10px 0 0;
	}
}

@media (max-width:768px) {
	.siteStep01 .row {
		margin: 0;
	}
}

.how-it-works--r {
	display: grid;
	grid-template-columns: 1fr 1.225fr;
	margin: -30px 0;
	height: 154px;
}

@media (max-width:1260px) {
	.how-it-works--r {
		grid-template-columns: 1fr 100px;
		direction: rtl;
	}
}

@media (max-width:768px) {
	.how-it-works--r {
		margin: 0;
	}
}

@media (max-width:450px) {
	.how-it-works--r {
		grid-template-columns: 1fr 80px;
		height: 227px;
	}
}

.how-it-works--r .img-col {
	max-width: 100%;
	text-align: start;
	padding-left: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	z-index: 1;
}

.how-it-works--r .img-col img {
	max-width: 135px;
	border: 1px solid;
	width: 100px;
	height: 100px;
}

@media (max-width:450px) {
	.how-it-works--r .img-col img {
		width: 80px;
		height: 80px;
	}
}

.how-it-works--r .img-col h5 {
	width: 100px;
	height: 100px;
	font-size: 45px;
	border: 1px solid;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	z-index: 1;
}

@media (max-width:450px) {
	.how-it-works--r .img-col h5 {
		width: 80px;
		height: 80px;
	}
}

.how-it-works--r .text-col {
	max-width: 100%;
	padding-right: 120px;
}

@media (max-width:1260px) {
	.how-it-works--r .text-col {
		padding: 0 0 0 120px;
	}
}

@media (max-width:768px) {
	.how-it-works--r .text-col {
		padding: 0 0 0 40px;
	}
}

@media (max-width:450px) {
	.how-it-works--r .text-col {
		padding: 0 0 0 20px;
	}
}

.how-it-works--r .text-col .steperCotent {
	padding-left: 0;
	max-width: 100%;
	height: 100%;
	display: grid;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1260px) {
	.how-it-works--r .text-col .steperCotent {
		justify-items: end;
	}
}

.how-it-works--r .text-col .steperCotent h5 {
	color: #282828;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 0;
	font-size: 17px;
}

.how-it-works--r .text-col .steperCotent .body-text-standard {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
}

@media (max-width:1260px) {
	.how-it-works--r .text-col .steperCotent .body-text-standard {
		direction: ltr;
	}
}

@media (max-width:450px) {
	.how-it-works--r .text-col .steperCotent .body-text-standard {
		font-size: 14px;
		line-height: 21px;
	}
}

.how-it-works--r .text-col .steperCotent a {
	padding: 2px 29px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
}

@media (max-width:768px) {
	.how-it-works--r .text-col .steperCotent a {
		margin: 10px 0 0;
	}
}

.timeline:last-child {
	display: none;
}

@media (max-width:1000px) {
	.timeline {
		display: none;
	}
}

.timeline div {
	padding: 0;
	height: 145px;
}

@media (max-width:450px) {
	.timeline div {
		height: 90px;
	}
}

.timeline hr {
	margin: 0;
	position: relative;
	top: -50px;
	left: 40px;
}

.timeline .col-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.timeline .corner {
	border: 18px solid #eee;
	width: 100%;
	position: relative;
}

@media (max-width:768px) {
	.timeline .corner {
		border: none;
	}
}

.timeline .top-right {
	display: none;
}

.timeline .left-bottom {
	left: -50%;
	top: -webkit-calc(50% - 18px);
	top: -moz-calc(50% - 18px);
	top: calc(50% - 18px);
	-webkit-border-top-right-radius: 90px;
	-moz-border-radius-topright: 90px;
	border-top-right-radius: 90px;
}

.timeline .top-left {
	left: -50%;
	top: -50%;
	-webkit-border-bottom-right-radius: 90px;
	-moz-border-radius-bottomright: 90px;
	border-bottom-right-radius: 90px;
}

.timeline .right-bottom {
	left: 50%;
	top: -webkit-calc(50% - 18px);
	top: -moz-calc(50% - 18px);
	top: calc(50% - 18px);
	-webkit-border-top-left-radius: 90px;
	-moz-border-radius-topleft: 90px;
	border-top-left-radius: 90px;
}

.timeline {
	display: grid;
	grid-template-columns: .97fr 1fr 0;
}

.timeline hr {
	border-top: 1px solid;
	border-bottom: 0;
	top: -45px;
	width: 90px;
	left: 50px;
}

@media (max-width:1260px) {
	.timeline hr {
		display: none;
	}
}

.timeline .col-3:first-child {
	border-right: 1px solid;
	max-width: 100%;
}

@media (max-width:1260px) {
	.timeline .col-3:first-child {
		border: none;
	}
}

.timeline--r {
	top: -50px;
	left: 40px;
}

@media (max-width:1000px) {
	.timeline--r {
		display: none;
	}
}

.timeline--r div {
	padding: 0;
	height: 145px;
}

@media (max-width:450px) {
	.timeline--r div {
		height: 90px;
	}
}

.timeline--r hr {
	border: 9px solid #eee;
	margin: 0;
	top: 54px;
	position: relative;
}

.timeline--r .col-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.timeline--r .corner {
	border: 18px solid #eee;
	width: 100%;
	position: relative;
}

@media (max-width:768px) {
	.timeline--r .corner {
		border: none;
	}
}

.timeline--r .top-right {
	left: 50%;
	top: -50%;
	-webkit-border-bottom-left-radius: 90px;
	-moz-border-radius-bottomleft: 90px;
	border-bottom-left-radius: 90px;
}

.timeline--r .left-bottom {
	left: -50%;
	top: -webkit-calc(50% - 18px);
	top: -moz-calc(50% - 18px);
	top: calc(50% - 18px);
	-webkit-border-top-right-radius: 90px;
	-moz-border-radius-topright: 90px;
	border-top-right-radius: 90px;
}

.timeline--r .top-left {
	left: -50%;
	top: -50%;
	-webkit-border-bottom-right-radius: 90px;
	-moz-border-radius-bottomright: 90px;
	border-bottom-right-radius: 90px;
}

.timeline--r .right-bottom {
	display: none;
}

@media (max-width:1260px) {
	.timeline--r .right-bottom {
		display: none;
	}
}

.timeline--r {
	display: grid;
	grid-template-columns: .97fr 1fr 0;
}

.timeline--r hr {
	border-top: 1px solid;
	border-bottom: 0;
	width: 90px;
	top: -45px;
	right: 140px;
}

@media (max-width:1260px) {
	.timeline--r hr {
		border: none;
	}
}

.timeline--r .col-3:first-child {
	border-right: 1px solid;
	max-width: 100%;
}

@media (max-width:1260px) {
	.timeline--r .col-3:first-child {
		border: none;
	}
}

.timeline--r:last-child .col-3 {
	visibility: hidden;
}

.gallerySection {
	padding-bottom: 0;
}

.gallerySection h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0;
}

.gallerySection h3 {
	margin: 0;
}

.gallerySection .galleryInner {
	padding: 40px 0 0;
}

img[data-lazy-src] {
	opacity: 0;
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear .2s;
	-moz-transition: opacity .5s linear .2s;
	-o-transition: opacity .5s linear .2s;
	transition: opacity .5s linear .2s;
	opacity: 1;
}

.section-spacing {
	padding-top: 30px;
}

.centered-text, .section-heading, .section-subheading {
	text-align: center;
}

.site-main {
	margin-top: 126px;
}

@media (max-width:1100px) {
	.site-main {
		margin-top: 80px;
	}
}

.site-content--header-reduced .site-main {
	margin-top: 100px;
}

@media (max-width:1100px) {
	.site-content--header-reduced .site-main {
		margin-top: 100px;
	}
}

.full-map.full-map.full-map.full-map {
	margin-top: 170px !important;
}

.container-fluid {
	padding-right: 35px;
	padding-left: 35px;
}

@media (min-width:992px) {
	.container-fluid {
		padding-left: 100px;
		padding-right: 100px;
	}
}

.site-header {
	position: fixed;
	border-bottom: 1px solid red;
	border-color: transparent;
	-webkit-box-shadow: 1px -27px 35px .2px #000;
	-moz-box-shadow: 1px -27px 35px .2px #000;
	box-shadow: 1px -27px 35px .2px #000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10001 !important;
	min-height: 100px;
}

@media (max-width:1100px) {
	.site-header {
		min-height: auto;
	}
}

.site-header .mega-sub-menu {
	left: unset !important;
	right: 0 !important;
}

.site-header__top-bar {
	padding: 3px 10px;
}

@media (max-width:1100px) {
	.site-header__top-bar {
		height: 0;
	}
}

.site-header__top-bar .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1260px;
}

@media (max-width:1250px) {
	.site-header__top-bar .container {
		padding-right: 6px;
		max-width: 100%;
	}
}

@media (max-width:1100px) {
	.site-header__top-bar .container {
		position: relative;
		top: 20px;
		right: 47px;
	}
}

@media (max-width:768px) {
	.site-header__top-bar .container {
		right: 60px;
	}
}

@media (max-width:1100px) {
	.site-header__top-bar .container .mega-menu-wrap {
		display: none !important;
	}
}

.site-header__top-bar-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

@media (max-width:768px) {
	.site-header__top-bar-item {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.site-header__top-bar-item:last-child {
		margin-bottom: 0;
	}
}

.site-header__top-bar-item i {
	margin-right: 7px;
}

.site-header__top-bar-item a {
	color: inherit;
}

.site-header__top-bar-item a:hover {
	text-decoration: none;
}

.site-header__main {
	background-color: #fff;
	min-height: 75px;
}

.site-header__main--top-bar-inside, .site-header__main--top-bar-inside .container.container {
	min-height: 100px;
}

@media (max-width:768px) {
	.site-header__main {
		min-height: auto;
	}
}

.site-header__main .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	min-height: 75px;
	max-width: 1252px;
	width: auto;
}

@media (max-width:768px) {
	.site-header__main .container {
		min-height: auto;
	}
}

@media (max-width:1100px) {
	.site-header__main .container {
		padding-top: 18px;
		padding-bottom: 18px;
		display: grid;
		grid-template-columns: 1fr 1fr 40px;
		margin: 0;
	}
}

.site-header__logo-container {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1100px) {
	.site-header__logo-container {
		padding-bottom: 0;
	}
}

.site-header__logo-container img {
	max-width: 175px;
}

@media (max-width:1100px) {
	.site-header__logo-container img {
		width: 119px;
	}
}

@media (max-width:768px) {
	.site-header__logo-container img {
		width: 98px;
	}
}

.site-header__menu-container-desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:1100px) {
	.site-header__menu-container-desktop .mega-menu-wrap {
		display: none !important;
	}
}

.site-header__top-menu-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-header__top-menu-container .mega-menu-wrap {
	position: relative !important;
}

.site-header__top-menu-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: rgba(40, 40, 40, .5);
	text-transform: uppercase;
}

.site-header__top-menu-ul li {
	padding: 0 10px;
	font-family: inherit;
}

.site-header__top-menu-ul li a {
	color: rgba(40, 40, 40, .5);
	font-weight: 400;
	font-family: inherit;
}

.site-header__top-menu-info {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1100px) {
	.site-header__top-menu-info {
		padding-top: 6px;
	}
}

@media (max-width:768px) {
	.site-header__top-menu-info {
		padding-top: 3px;
	}
}

@media (max-width:1100px) {
	.site-header__top-menu-info-item:first-child>a>i {
		font-size: 24px;
	}
}

.site-header__top-menu-info a {
	color: #fff;
	padding: 0 10px;
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: Rajdhani, sans-serif;
	font-weight: 300;
}

@media (max-width:1100px) {
	.site-header__top-menu-info a {
		padding: 0 5px;
		color: #3ea91e;
	}
}

@media (max-width:1100px) {
	.site-header__top-menu-info a .text {
		display: none;
	}
}

.site-header__top-menu-info a:hover {
	text-decoration: none;
}

.site-header__top-menu-info a i {
	padding-right: 10px;
}

@media (max-width:1100px) {
	.site-header__top-menu-info a i {
		font-size: 31px;
	}
}

@media (max-width:768px) {
	.site-header__top-menu-info a i {
		padding-right: 5px;
	}
}

.site-header__top-menu-info--in-main-container a {
	font-size: 14px !important;
	color: #282828;
}

@media (max-width:1100px) {
	.site-header__top-menu-info--in-main-container .site-header__top-menu-info-item a {
		font-size: 24px !important;
		position: relative;
		top: 1px;
	}
}

.site-header__bottom-menu-container {
	margin-top: 20px;
}

.site-header__bottom-menu-container--with-top-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

@media (max-width:1100px) {
	.site-header__bottom-menu-container--with-top-bar {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.site-header__primary-menu-container {
	margin-top: auto;
	padding-right: 100px;
}

@media (max-width:1100px) {
	.site-header__primary-menu-container {
		margin-top: 0;
	}
}

.site-header__bottom-menu-container-top-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5f5;
	width: 800px;
	margin-left: auto;
	padding-right: 100px;
}

@media (max-width:1100px) {
	.site-header__bottom-menu-container-top-bar {
		padding-right: 0;
		background: #fff;
		width: auto;
	}
}

.site-header .primary-nav {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.site-header .primary-nav>li {
	padding: 8px 15px 12px;
}

.site-header .primary-nav>li:hover {
	cursor: pointer;
}

.site-header .primary-nav>li.current-menu-item a, .site-header .primary-nav>li:hover>a {
	color: #0a51a1;
}

.site-header .primary-nav>li.dropdown {
	position: relative;
}

.site-header .primary-nav>li.dropdown:hover .dropdown-menu {
	display: block;
}

.site-header .primary-nav>li.dropdown.open>a {
	background: #ecf2fc;
}

.site-header .primary-nav>li.dropdown.open .dropdown-menu {
	display: block;
}

.site-header .primary-nav>li>a {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #061849;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1300px) {
	.site-header .primary-nav>li>a {
		font-size: 15px;
	}
}

.site-header .primary-nav>li>a .fa {
	font-size: 12px;
	margin-left: 10px;
}

.site-header .primary-nav>li>a:hover {
	text-decoration: none;
}

.site-header .primary-nav>li .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1001;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	border: none;
	-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
}

.site-header .primary-nav>li .dropdown-menu li, .site-header .primary-nav>li .dropdown-menu li a {
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.site-header .primary-nav>li .dropdown-menu li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #061849;
	text-decoration: none;
	padding: 8px 10px;
}

.site-header__menu-trigger-mobile {
	display: none;
	width: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:1100px) {
	.site-header__menu-trigger-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 2px;
	}
}

.site-header__menu-trigger-mobile i {
	font-size: 30px;
}

.site-header__menu-trigger-mobile .fa-times {
	display: none;
}

.site-header__menu-trigger-mobile:hover {
	cursor: pointer;
}

.site-header__dropdown-nav {
	display: none;
	background: #fff;
}

.site-header__dropdown-nav h1, .site-header__dropdown-nav h2 {
	margin: 0;
}

@media (min-width:1100px) {
	.site-header__dropdown-nav {
		display: none !important;
	}
}

.site-header__dropdown-nav>.container {
	max-height: 95vh;
	overflow-y: scroll;
}

.site-header .mobile-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-header .mobile-nav>li {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.site-header .mobile-nav>li>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: inherit;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 0;
}

.site-header .mobile-nav>li>a>span {
	display: block;
	padding: 5px 10px;
}

.site-header .mobile-nav>li>a:hover {
	text-decoration: none;
}

.site-header .mobile-nav .mobile-nav-subnav {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-header .mobile-nav .mobile-nav-subnav>li {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.site-header .mobile-nav .mobile-nav-subnav>li>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: inherit;
	font-weight: 400;
	padding: 10px;
}

.site-header .mobile-nav .mobile-nav-subnav>li>a>span {
	display: block;
	padding: 5px 10px;
}

.site-header .mobile-nav .mobile-nav-subnav>li>a:hover {
	text-decoration: none;
}

.dropdown-nav-open .site-header__menu-trigger-mobile .fa-bars {
	display: none;
}

.dropdown-nav-open .site-header__menu-trigger-mobile .fa-times {
	display: block;
}

.mega-block-title {
	margin-bottom: 30px !important;
}

.mega-sub-menu {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-transform: translateY(1px) !important;
	-moz-transform: translateY(1px) !important;
	-ms-transform: translateY(1px) !important;
	-o-transform: translateY(1px) !important;
	transform: translateY(1px) !important;
}

.mega-menu-column {
	border-right: 1px solid #fff !important;
}

.mega-menu-column .mega-sub-menu {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

header .mega-sub-menu .mega-menu-item .menu {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

header .mega-sub-menu .mega-menu-item .menu li {
	font-size: 15px;
	margin-bottom: 15px;
}

header .mega-sub-menu .mega-menu-item .menu li a {
	color: inherit;
	padding-left: 3px;
}

header .mega-sub-menu .mega-menu-item .menu li a:hover {
	text-decoration: none;
}

header .mega-sub-menu .mega-menu-item .menu li:before {
	content: ">";
	position: relative;
	bottom: 1px;
	color: inherit;
}

@media (max-width:1100px) {
	.site-header__top-menu-container {
		padding: 0 11px;
	}
}

.site-header__top-menu-container .mega-menu-item>.mega-sub-menu {
	right: -250px !important;
}

.megamenu-partner-box img {
	margin-bottom: 20px;
}

.megamenu-partner-box h3 {
	font-size: 15px !important;
	margin-bottom: 15px !important;
}

.megamenu-partner-box p {
	margin-bottom: 20px !important;
}

.megamenu-partner-box a {
	width: 100% !important;
	text-align: center;
}

.megamenu-google-box {
	margin-top: -60px;
	text-align: center;
}

.megamenu-google-box a {
	width: 100% !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	background: #fff;
	padding: 5px 18px;
	border: none !important;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.megamenu-google-box a:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.megamenu-google-box a:hover span {
	color: #fff !important;
}

.megamenu-google-box a span {
	font-size: 20px;
}

.megamenu-google-box a img, .megamenu-google-box a span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.megamenu-google-box a img {
	margin: 0 !important;
	max-width: 120px !important;
}

.megamenu-social-feedback {
	text-align: left;
}

.megamenu-social-feedback h3 {
	font-size: 15px !important;
	margin-bottom: 15px !important;
	font-weight: lighter;
}

.megamenu-social-feedback p {
	font-size: 13px;
	color: #282828;
	font-style: italic;
}

.megamenu-social-feedback h4 {
	font-size: 13px;
	font-weight: lighter;
}

.mega-menu-megamenu .mega-sub-menu {
	min-height: 470px !important;
}

#mega-menu-wrap-standard-top-bar {
	background-color: transparent !important;
}

#mega-menu-wrap-standard-top-bar a {
	font-weight: 400 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
	font-weight: 700 !important;
}

#mega-menu-wrap-standard-top-bar #mega-menu-standard-top-bar>li.mega-menu-item>a.mega-menu-link {
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Rajdhani, sans-serif;
	font-weight: 700;
}

.mega-menu-link svg {
	fill: #3ea91e;
	margin: 15px 10px;
}

.mega-current-menu-item svg {
	fill: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
	height: 60px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:first-child {
	margin-right: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item a.mega-menu-link {
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	padding: 0 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:first-child a {
	height: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child>a.mega-menu-link {
	padding-right: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	text-transform: uppercase;
	font-family: Rajdhani, sans-serif;
	font-weight: 700;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	width: 100vw;
	max-width: 100vw;
	right: 0 !important;
	position: fixed;
	top: 120px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
	border-color: #3ea91e;
	color: #3ea91e;
	border-bottom: 5px solid #3ea91e;
	height: auto;
	padding-top: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover svg {
	fill: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	border-color: #3ea91e;
}

.ansprechpartner-card-grid__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff;
}

.ansprechpartner-card-grid__item img {
	margin: 0;
	height: 220px;
}

.ansprechpartner-card-grid__item div {
	margin: 10px 20px;
	display: grid;
	display: -ms-grid;
}

.ansprechpartner-card-grid__item div h3 {
	color: #282828;
}

.ansprechpartner-card-grid__item div h4 {
	margin-bottom: 16px !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
}

.ansprechpartner-card-grid__item div.btn-wrap {
	margin: 10px 0;
}

.ansprechpartner-card-grid__item div.btn-wrap a {
	font-size: 14px;
	padding: 3px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ansprechpartner-card-grid__icon-text {
	display: block;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 4px !important;
	text-align: left;
}

.ansprechpartner-card-grid__icon-text:hover {
	text-decoration: none;
	color: inherit;
}

.ansprechpartner-card-grid__icon-text i {
	padding-right: 10px;
	font-size: 16px;
}

#mega-menu-20667-0-1 {
	border-right: 0 !important;
}

#mega-menu-20667-0-1 #mega-menu-item-nav_menu-10 {
	padding-right: 0 !important;
}

#mega-menu-20667-0-1 #mega-menu-item-nav_menu-10 h4 {
	width: 200%;
}

#mega-menu-20667-0-2 #mega-menu-item-nav_menu-13 {
	padding-left: 0 !important;
}

#mega-menu-20667-0-2 #mega-menu-item-nav_menu-13 h4 {
	padding-bottom: 0 !important;
	visibility: hidden !important;
}

#mega-menu-20666-0-0 {
	border-right: 0 !important;
}

#mega-menu-20666-0-0 #mega-menu-item-nav_menu-8 {
	padding-right: 0 !important;
}

#mega-menu-20666-0-0 #mega-menu-item-nav_menu-8 h4 {
	width: 200%;
}

#mega-menu-20666-0-1 #mega-menu-item-nav_menu-7 {
	padding-left: 0 !important;
}

#mega-menu-20666-0-1 #mega-menu-item-nav_menu-7 h4 {
	padding-bottom: 0 !important;
	visibility: hidden !important;
}

#mega-menu-wrap-standard-top-bar #mega-menu-standard-top-bar>li.mega-menu-megamenu>ul.mega-sub-menu {
	width: 100vw;
	max-width: 100vw;
	right: 0 !important;
	position: fixed;
	top: 99px;
}

#mega-menu-wrap-standard-top-bar #mega-menu-standard-top-bar li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item .menu-kontakt-info {
	margin-top: 0;
	background: transparent;
}

#mega-menu-wrap-standard-top-bar #mega-menu-standard-top-bar li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item .menu-kontakt-info .standard-footer-kontakt__info-item:last-child {
	position: static;
	padding: 0 0 0 22px;
}

#mega-menu-wrap-standard-top-bar #mega-menu-standard-top-bar li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item .standard-site-footer__socials {
	position: static;
}

#mega-menu-item-custom_html-14 .standard-megamenu-kontakt__info-repeater {
	display: grid;
	margin-top: 15px;
}

#mega-menu-wrap-standard-top-bar #mega-menu-standard-top-bar>li.mega-menu-item>a.mega-menu-link:hover {
	color: #fff;
}

#masthead {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.hideNavOnScroll {
	top: -127px;
}

.standard-footer-intro {
	padding: 60px 0;
	background: #f5f5f5;
}

@media (max-width:768px) {
	.standard-footer-intro {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-footer-intro h2 {
	text-align: center;
	max-width: 1220px;
	margin: 0 auto;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
}

.standard-footer-intro h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #e4e3e3;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.standard-footer-kontakt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f5f5f5;
}

@media (max-width:768px) {
	.standard-footer-kontakt {
		margin-bottom: 0;
	}
}

.standard-footer-kontakt__form-column .wpcf7 {
	padding-left: 30px;
	padding-right: 30px;
}

.standard-footer-kontakt__form-column .wpcf7 input[type=email], .standard-footer-kontakt__form-column .wpcf7 input[type=tel], .standard-footer-kontakt__form-column .wpcf7 input[type=text], .standard-footer-kontakt__form-column .wpcf7 textarea {
	max-width: 100%;
	width: 100%;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 25px;
	border: 0;
	background-color: #f5f5f5;
	color: #333;
	border-bottom: 1px solid #d6d5d5;
}

.standard-footer-kontakt__form-column .wpcf7 label {
	font-weight: 400 !important;
	font-size: 14px !important;
}

@media (max-width:768px) {
	.standard-footer-kontakt__form-column {
		width: 100%;
	}
}

.standard-footer-kontakt__info-column .newsletter-wrap form input[type=email] {
	background: #fff;
}

.standard-footer-kontakt__info-column .newsletter-wrap input[type=submit] {
	width: 100%;
}

.standard-footer-kontakt__info-item i {
	font-size: 18px;
	padding: 0 18px 0 0;
}

.standard-footer-kontakt__info-item a {
	color: inherit;
}

.standard-footer-kontakt__info-item a:hover {
	text-decoration: none;
	-webkit-filter: brightness(.8);
	filter: brightness(.8);
}

.standard-footer-kontakt .pflicht-notice {
	text-align: right;
}

.standard-site-footer {
	padding: 8px 0;
}

.standard-site-footer__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width:768px) {
	.standard-site-footer__content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.standard-site-footer .text-alternate {
	color: #9d9d9d;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width:550px) {
	.standard-site-footer .text-alternate {
		font-size: 13px;
	}
}

@media (max-width:460px) {
	.standard-site-footer .text-alternate {
		font-size: 12px;
	}
}

@media (max-width:430px) {
	.standard-site-footer .text-alternate {
		font-size: 10px;
	}
}

.standard-site-footer__menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: inherit;
}

@media (max-width:400px) {
	.standard-site-footer__menu ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
		justify-items: center;
	}
}

.standard-site-footer__menu ul li {
	padding-left: 35px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: inherit;
}

@media (max-width:768px) {
	.standard-site-footer__menu ul li {
		padding-left: 0;
		padding-right: 35px;
	}
}

@media (max-width:400px) {
	.standard-site-footer__menu ul li {
		padding: 0;
	}
}

.standard-site-footer__menu ul li a {
	color: #9d9d9d;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
}

@media (max-width:400px) {
	.standard-site-footer__menu ul li a {
		font-size: 13px;
	}
}

.standard-site-footer__menu ul li a:hover {
	text-decoration: none;
}

.standard-site-footer__right-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:992px) {
	.standard-site-footer__right-container {
		display: block;
		text-align: right;
	}
}

.standard-site-footer__copyright {
	font-size: 12px;
	padding-right: 35px;
}

@media (max-width:992px) {
	.standard-site-footer__copyright {
		margin-left: auto;
		padding: 7px 0;
	}
}

.standard-site-footer__copyright-logo {
	max-height: 40px;
	padding: 0 10px;
}

.standard-site-footer__socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:992px) {
	.standard-site-footer__socials {
		margin-top: 5px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.standard-site-footer__socials a {
	color: #fff;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 8px;
}

.standard-site-footer__socials a:last-child {
	margin-right: 0;
}

.standard-site-footer__socials a i {
	font-size: 21px;
}

.standard-footer-kontakt__form-column {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.standard-site-footer__socials {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	top: -150px;
	padding-right: 30%;
}

@media (max-width:1200px) {
	.standard-site-footer__socials {
		top: 0;
		padding: 0;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.footer-info-section {
	background: #1d6e10;
}

.standard-footer-kontakt__info-column {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 40px;
	max-width: 1220px;
	margin: 0 auto;
	padding: 40px 0;
	color: #fff;
}

@media (max-width:992px) {
	.standard-footer-kontakt__info-column {
		grid-template-columns: 1fr 1fr;
		padding: 40px 15px;
	}
}

@media (max-width:600px) {
	.standard-footer-kontakt__info-column {
		grid-template-columns: 1fr;
	}
}

.standard-footer-kontakt__info-column h4 {
	text-transform: uppercase;
	font-weight: 400;
}

.standard-footer-kontakt__info-repeater {
	display: -ms-grid;
	display: grid;
}

@media (max-width:1200px) {
	.standard-footer-kontakt__info-repeater {
		height: auto;
	}
}

.standard-footer-kontakt__info-item {
	line-height: 30px !important;
	margin: 0 !important;
	padding: 10px 0;
	color: #fff !important;
}

.standard-footer-kontakt__info-item i {
	font-size: 22px;
}

.standard-footer-kontakt__form-column .wpcf7 label {
	font-size: 11px !important;
}

.standard-footer-kontakt .pflicht-notice {
	font-size: 13px;
}

.standard-footer-kontakt__form-column .wpcf7 {
	padding: 0;
}

@media (max-width:1200px) {
	.cf-padding {
		padding: 0 15px;
	}
}

.cf-btn-padding {
	padding-bottom: 15px;
}

@media (max-width:1200px) {
	.cf-btn-padding {
		padding: 0 15px 15px;
	}
}

#wpcf7-f85-o1 .wpcf7-form-control-wrap textarea {
	height: 100px;
}

.pace-3-contact-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px 40px;
	padding-bottom: 20px;
}

@media (max-width:700px) {
	.pace-3-contact-form-grid {
		grid-template-columns: 1fr;
	}
}

.standard-single__text-content img {
	width: 100%;
	height: auto;
	border: 2px solid #efefef;
}

.standard-single__text-content h2 {
	letter-spacing: 1px;
}

.standard-single__text-content p {
	font-weight: 400;
	line-height: 27px;
	letter-spacing: .5px;
}

@media (max-width:768px) {
	.standard-single__text-content p {
		font-size: 16px;
	}
}

.standard-single__text-content .wl-post-banner-ratgeber-main-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 40px;
	border: 1px solid;
	padding: 20px 25px;
	margin: 40px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:768px) {
	.standard-single__text-content .wl-post-banner-ratgeber-main-grid {
		grid-template-columns: 1fr;
	}
}

.standard-single__text-content .wl-post-banner-ratgeber-main-grid .wl-post-banner-ratgeber-text-content h2 {
	text-align: left;
	font-size: 17px;
}

.standard-single__text-content .wl-post-banner-ratgeber-main-grid .wl-post-banner-ratgeber-text-content .wl-post-banner-standard-text {
	font-size: 14px;
	padding-bottom: 20px;
	color: #313131;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .5px;
}

.standard-single__text-content .wl-post-banner-ratgeber-main-grid .wl-post-banner-ratgeber-text-content .btn-wrapper {
	text-align: center;
}

.standard-single__text-content .wl-post-banner-ratgeber-main-grid img {
	border: none;
}

@media (max-width:768px) {
	.standard-single__text-content .wl-post-banner-ratgeber-main-grid img {
		width: 70%;
		margin: 0 auto;
	}
}

@media (max-width:500px) {
	.standard-single__text-content .wl-post-banner-ratgeber-main-grid img {
		width: 85%;
	}
}

@media (max-width:450px) {
	.standard-single__text-content .wl-post-banner-ratgeber-main-grid img {
		width: 100%;
	}
}

.standard-single .entry-header img {
	width: 100%;
	height: auto;
}

.standard-single .sync-post-header {
	max-width: 1150px;
	margin: 0 auto 70px;
}

.standard-single .sync-post-header h1 {
	border-bottom: 1px solid #eee;
}

.standard-single .sync-post-header .introduction-block {
	padding: 20px 25px 30px;
}

.standard-single .sync-post-header .introduction-block p {
	font-weight: bolder;
	line-height: 27px;
	letter-spacing: .5px;
}

@media (max-width:1250px) {
	.standard-single .sync-post-header .introduction-block p {
		font-size: 16px;
	}
}

.standard-single .container {
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
	grid-gap: 30px;
	max-width: 1150px;
}

@media (max-width:1120px) {
	.standard-single .container {
		grid-template-columns: 1fr;
	}
}

.standard-single .container .blog-author-img-wrapper {
	border-right: 1px solid;
	height: 320px;
}

@media (max-width:1120px) {
	.standard-single .container .blog-author-img-wrapper {
		border-right: none;
		height: 150px;
		display: grid;
		grid-template-columns: 170px 1fr;
	}
}

@media (max-width:440px) {
	.standard-single .container .blog-author-img-wrapper {
		height: 80px;
		grid-template-columns: 80px 1fr;
		grid-gap: 10px;
	}
}

.standard-single .container .blog-author-img-wrapper img {
	max-width: 80%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-single .container .blog-author-img-wrapper .wordliner-author-icon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media (max-width:1120px) {
	.standard-single .container .blog-author-img-wrapper .wordliner-author-icon {
		display: none;
	}
}

@media (max-width:1120px) {
	.standard-single .container .blog-author-img-wrapper div {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
}

.standard-single .container .blog-author-img-wrapper div p {
	margin: 5px 0 0;
	text-align: end;
	padding-right: 25%;
	line-height: 20px;
}

@media (max-width:1120px) {
	.standard-single .container .blog-author-img-wrapper div p {
		text-align: left;
	}
}

@media (max-width:1120px) {
	.standard-single .container .no-display {
		display: none;
	}
}

@media (max-width:540px) {
	.standard-single .container .entry-content {
		min-width: 95%;
	}
}

.standard-single .container .blog-ratgeber-highlight {
	border-left: 1px solid;
	height: 90%;
	padding-left: 20%;
	text-align: center;
}

@media (max-width:1120px) {
	.standard-single .container .blog-ratgeber-highlight {
		display: none;
	}
}

.standard-single .container .blog-ratgeber-highlight h3 {
	font-size: 16px;
}

.standard-single .container .blog-ratgeber-highlight .btn-wrapper a {
	padding: 5px 10px;
	font-size: 12px;
}

.standard-single__featured-image {
	height: 520px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.standard-single .entry-title {
	padding: 50px 25px 12px;
	margin: 0 auto 38px;
	border-bottom: 1px solid;
	max-width: 1220px;
}

.standard-single__back-button-container {
	text-align: center;
}

.standard-single__back-button-container a i {
	padding-right: 5px;
}

.post-template-default .standard-partner-logos {
	padding: 90px 0 0;
}

.post-template-default .standard-partner-logos h2 {
	max-width: 1220px;
	margin: 0 auto 10px;
}

.ratgeber-intern__intro {
	padding-top: 60px;
}

.ratgeber-intern__section-subheading {
	padding-bottom: 15px !important;
	border-bottom: 2px solid transparent;
}

.ratgeber-intern__posts-section {
	margin: 90px 0;
}

.ratgeber-intern__posts-section h2 {
	border-bottom: 1px solid;
	padding-bottom: 12px;
}

.ratgeber-intern__posts-section .standard-magazin__grid .row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

@media (max-width:1200px) {
	.ratgeber-intern__posts-section .standard-magazin__grid .row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width:768px) {
	.ratgeber-intern__posts-section .standard-magazin__grid .row .standard-magazin__item {
		padding: 0;
	}
}

.ratgeber-intern__posts-section .standard-magazin__grid .row .standard-magazin__bottom-container {
	background: #fff;
}

.ratgeber-intern__chapter-item {
	border-bottom: 1px solid transparent;
	padding: 5px 0 4px;
}

.ratgeber-intern__chapter-item i {
	padding-right: 20px;
}

.ratgeber-intern__chapter-item a:hover {
	text-decoration: none;
}

.ratgeber-intern__list-heading {
	margin-bottom: 0 !important;
}

.ratgeber-intern__list-subheading {
	margin-top: 20px !important;
}

@media (max-width:768px) {
	.ratgeber-intern__intro-links-col {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width:768px) {
	.ratgeber-intern__intro-image-col {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.galleria-theme-classic .galleria-image-nav-left:before, .galleria-theme-classic .galleria-image-nav-right:before {
	font-family: Font Awesome\ 5 Free !important;
	font-weight: 900 !important;
}

.immomakler-archive .immomakler-boxed .property-container {
	border-width: 1px !important;
}

@media only screen and (max-width:767px) {
	.standard-shortcode .container .row.immomakler-boxed {
		margin-left: 0;
		margin-right: 0;
		padding: 0 !important;
	}
	
	.standard-shortcode .container .immomakler-archive .col-md-4 {
		padding: 0 !important;
	}
}

.form-custom-styling-1 .col-md-6, .form-custom-styling-1 .col-md-9 {
	margin-bottom: 15px;
}

.form-custom-styling-1 input[type=email], .form-custom-styling-1 input[type=tel], .form-custom-styling-1 input[type=text], .form-custom-styling-1 textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #818a91;
	background-color: #fff;
	color: #373a3c;
	color: #7a7a7a;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
}

.form-custom-styling-1 input[type=email]::-webkit-input-placeholder, .form-custom-styling-1 input[type=tel]::-webkit-input-placeholder, .form-custom-styling-1 input[type=text]::-webkit-input-placeholder, .form-custom-styling-1 textarea::-webkit-input-placeholder {
	opacity: .6;
}

.form-custom-styling-1 input[type=email]:-moz-placeholder, .form-custom-styling-1 input[type=email]::-moz-placeholder, .form-custom-styling-1 input[type=tel]:-moz-placeholder, .form-custom-styling-1 input[type=tel]::-moz-placeholder, .form-custom-styling-1 input[type=text]:-moz-placeholder, .form-custom-styling-1 input[type=text]::-moz-placeholder, .form-custom-styling-1 textarea:-moz-placeholder, .form-custom-styling-1 textarea::-moz-placeholder {
	opacity: .6;
}

.form-custom-styling-1 input[type=email]:-ms-input-placeholder, .form-custom-styling-1 input[type=email]::-ms-input-placeholder, .form-custom-styling-1 input[type=tel]:-ms-input-placeholder, .form-custom-styling-1 input[type=tel]::-ms-input-placeholder, .form-custom-styling-1 input[type=text]:-ms-input-placeholder, .form-custom-styling-1 input[type=text]::-ms-input-placeholder, .form-custom-styling-1 textarea:-ms-input-placeholder, .form-custom-styling-1 textarea::-ms-input-placeholder {
	opacity: .6;
}

.form-custom-styling-1 input[type=email]::placeholder, .form-custom-styling-1 input[type=tel]::placeholder, .form-custom-styling-1 input[type=text]::placeholder, .form-custom-styling-1 textarea::placeholder {
	opacity: .6;
}

.form-custom-styling-1 textarea {
	height: 160px;
	margin-bottom: 15px;
}

.form-custom-styling-1 .wpcf7-acceptance .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-acceptance input[type=checkbox] {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bbb;
	line-height: 0;
	width: 26px;
	min-width: 26px;
	height: 26px;
	margin: -3px 10px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: border-color .05s ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	transition: border-color .05s ease-in-out;
}

.wpcf7-acceptance input[type=checkbox]:checked:before {
	position: relative;
	left: 5px;
	top: 5px;
}

.widget_search {
	margin-bottom: 40px;
}

.widget_search .search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget_search .search-form label {
	margin-bottom: 0;
	width: 100%;
}

.widget_search input[type=search] {
	border: 1px solid #818a91;
	border: 1px solid rgba(40, 40, 40, .2);
	background-color: #fff;
	color: #373a3c;
	color: #7a7a7a;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	font-size: 15px;
	max-width: 100%;
	width: 100%;
	padding: 5px 15px;
	line-height: 25px;
}

.widget_search input[type=submit] {
	display: none;
}

.side-panel {
	position: fixed;
	height: 50px;
	right: 0;
	top: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(400px);
	-moz-transform: translateX(400px);
	-ms-transform: translateX(400px);
	-o-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	z-index: 9999;
}

@media (max-width:992px) {
	.side-panel {
		display: none;
	}
}

.side-panel__label {
	height: 180px;
}

.side-panel__label:hover {
	cursor: pointer;
}

.side-panel__label-inner {
	z-index: 10000;
	height: 180px;
	width: 80px;
	position: relative;
	left: 3px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.side-panel__label-inner-text {
	-webkit-transform: rotate(-90deg) translateY(-100%);
	-moz-transform: rotate(-90deg) translateY(-100%);
	-ms-transform: rotate(-90deg) translateY(-100%);
	-o-transform: rotate(-90deg) translateY(-100%);
	transform: rotate(-90deg) translateY(-100%);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	font-size: 22px;
	color: #fff;
	position: relative;
	position: absolute;
	top: 10px;
	right: 25px;
	width: 115px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.side-panel__question-icon {
	padding-top: 30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	right: 10px;
}

.side-panel__content {
	z-index: 10001;
	padding: 35px 40px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	height: 550px;
	width: 400px;
	background: #eee;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@media (max-height:780px) {
	.side-panel__content {
		height: 450px;
	}
}

@media (max-height:780px) {
	.side-panel__content h2, .side-panel__content h3 {
		font-size: 20px;
	}
}

.side-panel .wpcf7 input[type=email], .side-panel .wpcf7 input[type=tel], .side-panel .wpcf7 input[type=text], .side-panel .wpcf7 textarea {
	background: #fff !important;
	max-width: 100%;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	border: 1px solid rgba(40, 40, 40, .2);
}

.side-panel .wpcf7 label {
	font-weight: 400 !important;
	font-size: 14px !important;
}

.wlSidePanelOpen {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bottom-popup {
	position: fixed;
	bottom: 0;
	left: 300px;
	width: 290px;
	height: 270px;
	-webkit-transform: translateY(270px);
	-moz-transform: translateY(270px);
	-ms-transform: translateY(270px);
	-o-transform: translateY(270px);
	transform: translateY(270px);
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	padding: 50px 15px 20px;
	z-index: 10000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:1200px) {
	.bottom-popup {
		left: 150px;
	}
}

@media (max-width:992px) {
	.bottom-popup {
		left: 50px;
	}
}

@media (max-width:768px) {
	.bottom-popup {
		display: none;
	}
}

.bottom-popup--active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.bottom-popup__close {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	background: none;
	border: none;
}

.bottom-popup__close:hover {
	cursor: pointer;
}

.bottom-popup__content {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bottom-popup__content a {
	margin: auto auto 0;
	text-align: center;
	width: 100%;
}

.footer-mobile-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 150;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
}

.footer-mobile-bar__link {
	display: block;
	margin: 0 auto;
}

.footer-mobile-bar__link:hover {
	text-decoration: none;
}

.footer-mobile-bar h2 {
	margin-bottom: 0 !important;
}

.footer-mobile-bar i {
	padding-right: 6px;
}

@media (max-width:1100px) {
	.footer-mobile-bar {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.footer-mobile-bar-spacer {
	height: 55px;
	display: none;
}

@media (max-width:1100px) {
	.footer-mobile-bar-spacer {
		display: block;
	}
}

.standard-spoiler__content {
	padding: 20px 0;
	margin-bottom: 0 !important;
}

@media (min-width:700px) {
	.entry-content .alignwide {
		margin-left: -80px;
		margin-right: -80px;
	}
	
	.entry-content .alignfull {
		margin-left: -webkit-calc(-100vw / 2 + 100% / 2);
		margin-left: -moz-calc(-100vw / 2 + 100% / 2);
		margin-left: calc(-100vw / 2 + 100% / 2);
		margin-right: -webkit-calc(-100vw / 2 + 100% / 2);
		margin-right: -moz-calc(-100vw / 2 + 100% / 2);
		margin-right: calc(-100vw / 2 + 100% / 2);
		max-width: 100vw;
	}
	
	.alignfull img {
		width: 100vw;
	}
}

.wp-block-embed__wrapper {
	text-align: center;
}

.standard-archive {
	padding-top: 80px;
}

.standard-blog__pagination {
	margin-top: 10px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.standard-blog__pagination-prev {
	width: 50%;
	text-align: left;
}

.standard-blog__pagination-next {
	width: 50%;
	text-align: right;
}

.widget-title {
	color: #282828;
	font-family: inherit;
	font-size: 15px;
	text-transform: none;
	text-decoration: none;
	font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 0 0 5px;
	vertical-align: top;
	display: block;
	visibility: inherit;
	border: 0;
	margin-bottom: 20px;
}

.widget {
	margin-bottom: 30px;
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.widget ul li a {
	color: inherit;
	padding-left: 3px;
}

.widget ul li:before {
	content: ">";
	position: relative;
	bottom: 1px;
	color: inherit;
}

.pace-onboarding {
	margin-bottom: 100px;
}

.pace-onboarding__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 150px;
}

.pace-onboarding__logo {
	max-width: 300px;
	margin-right: 20px;
}

.pace-onboarding__title {
	margin-bottom: 0 !important;
	font-size: 36px !important;
}

@media (max-width:1200px) {
	.pace-onboarding__title {
		display: none;
	}
}

.pace-onboarding__nav {
	display: none;
	margin: 50px 0 30px;
	width: 60%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pace-onboarding__nav a {
	width: auto !important;
	margin-bottom: 10px;
}

.pace-onboarding__fixed-nav {
	position: fixed;
	top: 300px;
	left: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fafafa;
}

.pace-onboarding__fixed-nav, .pace-onboarding__fixed-nav a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.pace-onboarding__fixed-nav a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #1a758d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 5px;
}

.pace-onboarding__fixed-nav a:hover {
	text-decoration: none;
}

.pace-onboarding__form-container {
	width: 50%;
	padding-top: 20px;
}

@media (max-width:992px) {
	.pace-onboarding__form-container {
		width: 100%;
	}
}

.pace-onboarding__infobox-container {
	width: 45%;
	height: 100%;
	padding: 0 0 0 30px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
}

@media (max-width:992px) {
	.pace-onboarding__infobox-container {
		display: none;
	}
}

.pace-onboarding__field-group {
	width: 100%;
	background: #fafafa;
	border: 2px solid #ccc;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.pace-onboarding__field-group--hidden {
	display: none;
}

.pace-onboarding__field-group--active {
	border-color: #1a758d;
}

.pace-onboarding__field-group--error {
	border-color: red;
}

.pace-onboarding__field-group--error-optional {
	border-color: orange;
}

.pace-onboarding__field-group--success {
	border-color: green;
}

.pace-onboarding__field-group label {
	width: 100%;
}

.pace-onboarding__field-group input, .pace-onboarding__field-group textarea {
	background-color: #fff !important;
}

.pace-onboarding__field-group input[type=number] {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.pace-onboarding__field-group input[type=file] {
	overflow: hidden;
	font-family: inherit;
}

.pace-onboarding__field-group ::-webkit-file-upload-button {
	border: none;
	font-family: inherit;
}

.pace-onboarding__field-group select {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.pace-onboarding__field-previous-image-container {
	width: 300px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.pace-onboarding__field-previous-image {
	max-width: 100%;
}

.pace-onboarding__file-error {
	color: red;
}

.pace-onboarding__infobox {
	height: 100%;
	width: 100%;
	background: #fafafa;
	padding: 15px 15px 15px 30px;
	position: relative;
}

.pace-onboarding__infobox-content {
	position: relative;
	bottom: -200px;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	transition: .3s ease-in;
	max-width: 600px;
}

.pace-onboarding__infobox-content img {
	max-width: 100%;
	margin-bottom: 20px;
}

.pace-onboarding__help-button {
	position: absolute;
	bottom: 60px;
}

.pace-onboarding__help-button i {
	padding-right: 10px;
}

.pace-onboarding__help-button:hover {
	cursor: pointer;
}

.pace-onboarding__progress-container {
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 50px;
	padding: 10px 0;
	z-index: 9999;
}

.pace-onboarding__progress-bar {
	background: #fff;
	border: 1px solid #1a758d;
	height: 30px;
	width: 100%;
}

.pace-onboarding__progress-line {
	height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	width: 0;
	background-color: #1a758d;
}

.pace-onboarding__help-modal {
	display: none;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11000;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pace-onboarding__help-modal--active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.pace-onboarding__help-modal-close {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 20px;
}

.pace-onboarding__help-modal-close:hover {
	cursor: pointer;
}

.pace-onboarding__help-modal-content {
	width: 950px;
	max-width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	padding: 40px 35px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10500;
	-webkit-animation-name: b;
	-moz-animation-name: b;
	-o-animation-name: b;
	animation-name: b;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
}

.pace-onboarding__help-modal-content textarea {
	margin-bottom: 30px;
}

.pace-onboarding__repeater-input-group {
	margin-bottom: 20px;
}

.features {
	padding: 55px 0 5px;
}

.features .col-md-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px;
}

.features i {
	display: block;
	font-size: 50px;
	margin-bottom: 18px;
}

.features h2 {
	margin-bottom: 20px;
}

.features p {
	margin-bottom: 60px;
	line-height: 25px;
}

.features a {
	margin-top: auto;
}

@media (max-width:768px) {
	.features .col-md-4 {
		margin-bottom: 80px;
	}
	
	.features .col-md-4:last-child {
		margin-bottom: 0;
	}
}

.features--alt {
	margin-bottom: 0;
	padding-bottom: 100px;
	padding-top: 100px;
}

.features--alt .button-style-2:hover {
	border-color: #fff;
}

.text-with-person {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 70px;
}

@media (max-width:768px) {
	.text-with-person {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}

.text-with-person h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
	margin: 0;
}

.text-with-person h3 {
	text-align: left;
	width: 500px;
	margin: 0;
}

@media (max-width:700px) {
	.text-with-person h3 {
		margin-bottom: 0;
	}
}

.text-with-person__wrapper {
	padding-top: 40px;
}

@media (max-width:700px) {
	.text-with-person__wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.text-with-person__content {
	max-width: 600px;
	margin-top: 20px;
}

.text-with-person__content p:last-child {
	margin-bottom: 0;
}

@media (max-width:1024px) {
	.text-with-person__content {
		max-width: 60%;
	}
}

@media (max-width:768px) {
	.text-with-person__content {
		max-width: 100%;
	}
}

@media (max-width:700px) {
	.text-with-person__content {
		max-width: 100%;
		margin-top: 0;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.text-with-person__image-container {
	position: absolute;
	bottom: 0;
	right: 120px;
}

.text-with-person__image-container img {
	display: block;
	max-height: 485px;
}

@media (max-width:1025px) {
	.text-with-person__image-container img {
		margin-left: 100px;
	}
}

@media (max-width:1200px) {
	.text-with-person__image-container {
		right: 20px;
	}
}

@media (max-width:1024px) {
	.text-with-person__image-container {
		width: 40%;
	}
}

@media (max-width:768px) {
	.text-with-person__image-container {
		display: none;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: static;
		width: 100%;
		border-bottom: 1px solid transparent;
	}
	
	.text-with-person__image-container img {
		display: block;
		margin: 0 auto;
	}
}

.text-with-person__image-container-mobile {
	display: none;
	text-align: center;
}

.text-with-person__image-container-mobile img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width:768px) {
	.text-with-person__image-container-mobile {
		display: block;
		margin-top: 0 !important;
	}
}

.text-with-person--reversed .text-with-person__content {
	margin-right: 50px;
	margin-left: auto;
	max-width: 700px;
}

@media (max-width:1300px) {
	.text-with-person--reversed .text-with-person__content {
		margin-right: 0;
		max-width: 600px;
	}
}

@media (max-width:1024px) {
	.text-with-person--reversed .text-with-person__content {
		max-width: 60%;
		margin-right: 0;
	}
}

@media (max-width:700px) {
	.text-with-person--reversed .text-with-person__content {
		max-width: 100%;
		margin-top: 50px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.text-with-person--reversed .text-with-person__image-container {
	right: unset;
	left: 120px;
}

@media (max-width:1200px) {
	.text-with-person--reversed .text-with-person__image-container {
		right: unset;
		left: 0;
	}
}

@media (max-width:1024px) {
	.text-with-person--reversed .text-with-person__image-container {
		width: 40%;
	}
}

@media (max-width:700px) {
	.text-with-person--reversed .text-with-person__image-container {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: static;
		width: 100%;
		border-bottom: 1px solid transparent;
	}
	
	.text-with-person--reversed .text-with-person__image-container img {
		display: block;
		margin: 0 auto;
	}
}

.text-with-person--no-person .text-with-person__content {
	max-width: 100%;
}

.standard-header {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	padding-bottom: 50px;
}

@media (max-width:1200px) {
	.standard-header {
		padding-bottom: 20px;
	}
}

.standard-header .container {
	max-width: 100vw;
	padding: 0;
	margin: 0;
}

@media (max-width:1200px) {
	.standard-header .container {
		padding: 0;
		position: relative;
	}
}

.standard-header__background-div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width:992px) {
	.standard-header__background-div--contained {
		width: 100%;
	}
}

.standard-header__main-desktop {
	padding: 70px 0 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 574px;
	position: relative;
	max-width: 1270px;
	margin: 0 auto;
}

@media (max-width:768px) {
	.standard-header__main-desktop {
		min-height: 650px;
	}
}

.standard-header__boxes {
	margin-top: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	bottom: -69px;
	justify-items: center;
	grid-gap: 20px;
	z-index: 100;
	position: relative;
}

@media (max-width:1200px) {
	.standard-header__boxes {
		position: static;
		grid-template-columns: 1fr;
		justify-items: flex-start;
	}
}

.standard-header__boxes-item {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: -4px 0 20px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: -4px 0 20px 1px rgba(0, 0, 0, .3);
	box-shadow: -4px 0 20px 1px rgba(0, 0, 0, .3);
	width: 350px;
	text-align: center;
	padding: 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

@media (max-width:768px) {
	.standard-header__boxes-item {
		width: 330px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 14px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 14px 20px;
	}
	
	.standard-header__boxes-item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width:400px) {
	.standard-header__boxes-item {
		width: 100%;
	}
}

.standard-header__boxes-item:hover {
	background: #3ea91e;
	cursor: pointer;
	text-decoration: none;
}

.standard-header__boxes-item:hover .standard-header__boxes-item-icon i, .standard-header__boxes-item:hover .standard-header__boxes-item-text h3 {
	color: #fff !important;
}

.standard-header__boxes-item-icon {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 0;
}

.standard-header__boxes-item-icon i {
	font-size: 50px;
	width: 60px;
}

.standard-header__boxes-item-text {
	text-align: left;
	display: grid;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:768px) {
	.standard-header__boxes-item-text {
		justify-items: center;
		width: 100%;
	}
}

.standard-header__boxes-item-text .hero-topic-text {
	color: #434a54;
}

.standard-header__boxes-item-text .hero-topic-text i {
	font-size: 21px;
	padding-right: 10px;
	line-height: 28px;
}

@media (max-width:1200px) {
	.standard-header__boxes-item-text .hero-topic-text {
		display: none;
	}
}

.standard-header__boxes-item-text h3 {
	margin-bottom: 0;
	font-size: 18px !important;
	text-transform: none;
}

.standard-header__boxes-item-text p {
	margin-bottom: 0;
	display: none;
}

@media (max-width:768px) {
	.standard-header__boxes-item-text p {
		display: none;
	}
}

.standard-header__boxes-item-text div.button-style-1 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	text-transform: lowercase;
}

.standard-header__boxes-item-text div.button-style-1:hover {
	color: #1a758d;
}

.standard-header__heading {
	line-height: 1.78 !important;
	text-align: center;
	font-size: 44px !important;
	z-index: 100 !important;
	position: relative !important;
}

.standard-header__heading span {
	color: #fff;
	text-transform: none;
	text-shadow: .5px .5px #000;
}

@media (max-width:900px) {
	.standard-header__heading {
		margin: 0 auto !important;
		font-size: 25px !important;
	}
}

.standard-header__subheading {
	font-size: 25px !important;
	color: #fff !important;
	z-index: 100;
	position: relative;
}

@media (max-width:768px) {
	.standard-header__subheading {
		background: transparent;
		text-align: center;
	}
}

.standard-header__person-overlay {
	position: absolute;
	bottom: 0;
	right: -150px;
	height: 500px;
}

@media (max-width:1500px) {
	.standard-header__person-overlay {
		right: -50px;
	}
}

@media (max-width:1200px) {
	.standard-header__person-overlay {
		max-height: 560px;
	}
}

@media (max-width:768px) {
	.standard-header__person-overlay {
		max-height: 500px;
		max-width: unset;
		right: 0;
	}
}

@media (max-width:600px) {
	.standard-header__person-overlay {
		display: none;
	}
}

.standard-header__headings-desktop {
	margin: 180px 0 auto;
	text-align: center;
}

@media (max-width:1200px) {
	.standard-header__headings-desktop {
		margin-top: 50px;
	}
}

@media (max-width:768px) {
	.standard-header__headings-desktop {
		display: none;
	}
}

.standard-header__headings-desktop--top-icon-spacing {
	padding-top: 75px;
}

.standard-header__headings-mobile {
	display: none;
}

@media (max-width:768px) {
	.standard-header__headings-mobile {
		display: block;
	}
}

.standard-header__headings-mobile--with-bg {
	padding: 10px 0;
	max-width: 360px;
}

.standard-header__headings-mobile--top-icon-spacing {
	padding-top: 125px;
}

.standard-header__partner-icons {
	position: absolute;
	width: 430px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 110;
	left: 0;
	top: 0;
}

@media (max-width:1040px) {
	.standard-header__partner-icons {
		display: none;
	}
}

.standard-header__partner-icon-container {
	padding: 0;
}

.standard-header__partner-icon-container:nth-child(2) {
	margin-left: -15px;
}

.standard-header__partner-icon-image {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	max-width: 80%;
}

.standard-header__top-icons {
	position: absolute;
	top: 0;
	right: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 110;
}

.standard-header__top-icon-container {
	padding-left: 15px;
}

.standard-header__color-overlay {
	background: #282828;
	opacity: .7;
	position: absolute;
	height: 100%;
	width: 53vw;
	top: 0;
	left: 0;
	z-index: 100;
}

@media (max-width:1300px) {
	.standard-header__color-overlay {
		width: 55vw;
	}
}

@media (max-width:1200px) {
	.standard-header__color-overlay {
		width: 65vw;
	}
}

@media (max-width:1150px) {
	.standard-header__color-overlay {
		width: 80vw;
	}
}

@media (max-width:1000px) {
	.standard-header__color-overlay {
		width: 85vw;
	}
}

@media (max-width:900px) {
	.standard-header__color-overlay {
		width: 90vw;
	}
}

@media (max-width:768px) {
	.standard-header__color-overlay {
		width: 100vw;
		height: 60%;
		top: unset;
		bottom: 0;
		right: 0;
	}
}

@media (max-width:768px) {
	.standard-header--alternative-boxes-design .standard-header__boxes {
		margin-left: 0 !important;
		margin-right: auto !important;
	}
}

@media (max-width:600px) {
	.standard-header--alternative-boxes-design .standard-header__boxes {
		margin-right: 0 !important;
	}
}

.standard-header--alternative-boxes-design .standard-header__boxes--with-bg {
	padding: 10px 0;
	max-width: 360px;
}

.standard-header--alternative-boxes-design .standard-header__boxes--top-icon-spacing {
	padding-top: 125px;
}

.standard-header--alternative-boxes-design .standard-header__boxes-item {
	width: 350px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
}

@media (max-width:992px) {
	.standard-header--alternative-boxes-design .standard-header__boxes-item {
		width: 330px;
	}
}

@media (max-width:768px) {
	.standard-header--alternative-boxes-design .standard-header__boxes-item {
		padding: 15px 20px;
	}
}

@media (max-width:600px) {
	.standard-header--alternative-boxes-design .standard-header__boxes-item {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:400px) {
	.standard-header--alternative-boxes-design .standard-header__boxes-item {
		width: 100%;
	}
}

.standard-header--full-width .standard-header__heading {
	margin: 0 100px 0 40px !important;
}

@media (max-width:1200px) {
	.standard-header--full-width .standard-header__heading {
		margin: 0 100px 0 160px !important;
	}
}

@media (max-width:768px) {
	.standard-header--full-width .standard-header__heading {
		margin: 0 auto !important;
	}
}

.standard-header--full-width .standard-header__subheading {
	margin-left: 0 !important;
}

@media (max-width:1200px) {
	.standard-header--full-width .standard-header__subheading {
		margin: 20px 100px 0 123px !important;
	}
}

@media (max-width:768px) {
	.standard-header--full-width .standard-header__subheading {
		margin: 0 auto !important;
	}
}

.standard-header--full-width .standard-header__boxes-item {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}

.standard-header--alternative-main-heading .standard-header__heading {
	color: #fff !important;
}

.standard-header--alternative-main-heading .standard-header__heading span {
	color: #fff;
}

.standard-header--transparent-main-heading.standard-header--full-width .standard-header__heading {
	margin-left: 0 !important;
}

@media (max-width:1200px) {
	.standard-header--transparent-main-heading.standard-header--full-width .standard-header__heading {
		margin: 20px 100px 0 123px !important;
	}
}

@media (max-width:768px) {
	.standard-header--transparent-main-heading.standard-header--full-width .standard-header__heading {
		margin: auto !important;
		left: 0 !important;
	}
}

.standard-header--transparent-main-heading .standard-header__heading {
	color: #fff !important;
	margin: 0 100px 0 123px !important;
}

@media (max-width:768px) {
	.standard-header--transparent-main-heading .standard-header__heading {
		margin: auto !important;
		left: 0 !important;
	}
}

.standard-header--transparent-main-heading .standard-header__heading span {
	background-color: transparent;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
}

@media (max-width:768px) {
	.standard-header--transparent-main-heading .standard-header__heading span {
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow: unset;
	}
}

@media (max-width:1200px) {
	.standard-header--color-overlay-design .standard-header__person-overlay {
		display: none;
	}
}

.standard-header--color-overlay-design .standard-header__heading {
	color: #fff !important;
}

.standard-header--color-overlay-design .standard-header__heading span {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: unset;
}

@media (max-width:1200px) {
	.standard-header--color-overlay-design .standard-header__boxes {
		margin-left: 160px !important;
		margin-right: 100px !important;
	}
}

@media (max-width:768px) {
	.standard-header--color-overlay-design .standard-header__boxes {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.standard-header--color-overlay-design .standard-header__boxes-item {
	background-color: unset;
	border: 2px solid #fff;
	padding: 25px 30px;
}

@media (max-width:768px) {
	.standard-header--color-overlay-design .standard-header__boxes-item {
		padding: 15px 20px;
	}
}

.standard-header--color-overlay-design .standard-header__boxes-item .standard-header__boxes-item-icon i, .standard-header--color-overlay-design .standard-header__boxes-item .standard-header__boxes-item-text h3, .standard-header--color-overlay-design .standard-header__boxes-item .standard-header__boxes-item-text p {
	color: #fff !important;
}

.standard-header--custom-height .standard-header__main-desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 70px;
	min-height: unset;
	height: 668px;
}

.standard-header--custom-height .standard-header__boxes {
	margin-top: auto;
}

.standard-header .standard-header__heading span .smallGruss {
	font-size: 25px;
	font-weight: 700;
}

.standard-header .standard-header__heading span .bigGruss {
	font-weight: 300;
}

@media (max-width:1500px) {
	.standard-header .standard-header__heading span .bigGruss {
		font-size: 35px;
	}
}

#frontpage-header .standard-header__boxes {
	bottom: -105px;
}

#referenzen-hero-header-bg {
	background: rgba(239, 239, 239, .71);
}

.standard-header-2 {
	margin-top: 110px;
	position: relative;
}

.standard-header-2__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, transparent), color-stop(65%, #282828));
	background-image: -webkit-linear-gradient(top, transparent 16%, #282828 65%);
	background-image: -moz-linear-gradient(top, transparent 16%, #282828 65%);
	background-image: -o-linear-gradient(top, transparent 16%, #282828 65%);
	background-image: linear-gradient(180deg, transparent 16%, #282828 65%);
	opacity: .69;
	-webkit-transition: background .3s, opacity .3s, -webkit-border-radius .3s;
	transition: background .3s, opacity .3s, -webkit-border-radius .3s;
	transition: background .3s, border-radius .3s, opacity .3s;
	transition: background .3s, border-radius .3s, opacity .3s, -webkit-border-radius .3s, -moz-border-radius .3s;
	-o-transition: background .3s, border-radius .3s, opacity .3s;
	-moz-transition: background .3s, border-radius .3s, opacity .3s, -moz-border-radius .3s;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

.standard-header-2__main-desktop {
	padding: 100px 0 70px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
}

.standard-header-2__flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}

.standard-header-2__boxes {
	width: 25%;
}

.standard-header-2__boxes-item {
	background: #fff;
	text-align: center;
	padding: 10px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width:768px) {
	.standard-header-2__boxes-item {
		width: 330px;
	}
}

.standard-header-2__boxes-item:hover {
	opacity: .9;
	cursor: pointer;
	text-decoration: none;
}

.standard-header-2__boxes-item-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 0;
}

.standard-header-2__boxes-item-icon i {
	font-size: 50px;
}

@media (max-width:768px) {
	.standard-header-2__boxes-item-icon i {
		font-size: 25px;
	}
}

.standard-header-2__boxes-item-text {
	text-align: left;
}

@media (max-width:768px) {
	.standard-header-2__boxes-item-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.standard-header-2__boxes-item-text h3, .standard-header-2__boxes-item-text p {
	margin-bottom: 0;
}

@media (max-width:768px) {
	.standard-header-2__boxes-item-text p {
		display: none;
	}
}

.standard-header-2__slider {
	width: 50%;
	text-align: center;
	color: #fff;
}

.standard-header-2__slider-container {
	width: 470px;
	margin: 0 auto;
	border: 2px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 0;
}

.standard-header-2__slide-content {
	max-width: 320px;
	margin: 0 auto;
}

.standard-header-2__slide-heading {
	margin-bottom: 25px;
}

.standard-header-2__check-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 10px;
	max-width: 260px;
	color: #fff !important;
}

.standard-header-2__check-item i {
	padding-right: 20px;
}

.standard-header-2__slide-button {
	background: #fff !important;
	border-color: #fff !important;
}

.standard-header-2__slide-button:hover {
	color: #1a758d !important;
}

.standard-header-2__person-image-container {
	position: absolute;
	right: -100px;
	bottom: 0;
}

.standard-header-2 h1 {
	color: #fff;
	text-align: center;
	margin: 0 70px;
	font-size: 50px;
}

@media (max-width:768px) {
	.standard-header-2 h1 {
		background: transparent;
		margin: 0 15px;
		text-align: left;
		font-size: 30px;
	}
}

.standard-header-2 h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
}

.standard-header-2__slider .slick-arrow {
	position: absolute;
	z-index: 1000;
	color: #fff;
	font-size: 30px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.standard-header-2__slider .slick-arrow:hover {
	color: #fff;
	background-color: transparent;
}

.standard-header-2__slider .slick-prev {
	left: 10px;
}

.standard-header-2__slider .slick-next {
	right: 10px;
}

.standard-header-switcher {
	padding: 60px 0;
}

.standard-header-switcher__heading1 {
	display: block;
}

.standard-header-switcher__heading2 {
	display: none;
}

.standard-header-switcher__toggle-switch {
	position: relative;
	width: 320px;
	height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #fff;
	z-index: 1;
	border: 1px solid #a7a7a7;
	margin: 40px auto 0;
}

.standard-header-switcher__button {
	position: absolute;
	font-size: 16px;
	font-family: Futura Book;
	z-index: 5;
	top: 7px;
	letter-spacing: 1px;
	background: transparent;
	border: none;
	padding: 0;
	width: 50%;
	height: 100%;
	outline: none;
	margin-top: -8px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	transition: .2s ease;
}

.standard-header-switcher__button--left {
	left: 4px;
	color: #fff !important;
}

.standard-header-switcher__button--right {
	right: 4px;
}

.standard-header-switcher__toggle-visual {
	position: absolute;
	width: 51%;
	height: 44px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-moz-transition: transform .2s ease, -moz-transform .2s ease;
	z-index: 3;
	top: -3px;
}

.standard-header-switcher__boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}

@media (max-width:992px) {
	.standard-header-switcher__boxes {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.standard-header-switcher__box {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 260px;
	padding: 15px;
}

@media (max-width:992px) {
	.standard-header-switcher__box {
		width: 100%;
		max-width: 100%;
	}
}

.standard-header-switcher__box--toggled {
	display: none;
}

.standard-header-switcher__box-inner {
	background: #fff;
	padding: 15px;
	height: 240px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 2px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.standard-header-switcher__box-inner:hover {
	text-decoration: none;
}

.standard-header-switcher__box-image {
	display: block;
	max-width: 100%;
	padding: 0 15px;
	max-height: 150px;
	margin: 0 auto;
}

.standard-header-switcher__box-link {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: auto !important;
	margin-bottom: 0 !important;
}

.standard-header-switcher--toggled .standard-header-switcher__heading1 {
	display: none;
}

.standard-header-switcher--toggled .standard-header-switcher__heading2 {
	display: block;
}

.standard-header-switcher--toggled .standard-header-switcher__toggle-visual {
	-webkit-transform: translateX(99%);
	-moz-transform: translateX(99%);
	-ms-transform: translateX(99%);
	-o-transform: translateX(99%);
	transform: translateX(99%);
}

.standard-header-switcher--toggled .standard-header-switcher__button--left {
	color: #323232 !important;
}

.standard-header-switcher--toggled .standard-header-switcher__button--right {
	color: #fff !important;
}

.standard-header-switcher--toggled .standard-header-switcher__box {
	display: none;
}

.standard-header-switcher--toggled .standard-header-switcher__box--toggled {
	display: block;
}

.standard-shortcode {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-shortcode {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-shortcode .section-subheading {
	font-weight: 300;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0;
}

.standard-shortcode__output {
	padding-top: 30px;
}

.standard-shortcode__output .block-guidebook {
	max-width: 700px;
}

.standard-shortcode__output .block-guidebook .multiselect__tags {
	background: #eaeaea;
	border: none !important;
	color: #282828;
	font-weight: 300;
}

.standard-shortcode__output .block-guidebook .multiselect__tags::-webkit-input-placeholder {
	color: #282828;
	font-weight: 300;
}

.standard-shortcode__output .block-guidebook .multiselect__tags::-moz-placeholder {
	color: #282828;
	font-weight: 300;
}

.standard-shortcode__output .block-guidebook .multiselect__tags:-ms-input-placeholder {
	color: #282828;
	font-weight: 300;
}

.standard-shortcode__output .block-guidebook .multiselect__tags:-moz-placeholder {
	color: #282828;
	font-weight: 300;
}

.standard-shortcode__output .block-guidebook .wlac-checkbox-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-shortcode__output .block-guidebook .wlac-checkbox-group label {
	margin-bottom: 0;
}

.standard-shortcode__output .block-guidebook .wlac-checkbox-group label:before {
	background: #eaeaea;
	border: none !important;
}

.standard-shortcode__output .block-guidebook .wlac-checkbox-group label div {
	font-size: 12px;
	top: 0;
}

.standard-shortcode__output .block-guidebook div:first-child, .standard-shortcode__output .block-guidebook div:nth-child(4) {
	font-weight: 200;
	font-size: 15px;
}

.standard-shortcode__text-area {
	margin: 30px 0;
}

.standard-shortcode__checklist {
	max-width: 800px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px auto 0;
}

@media (max-width:768px) {
	.standard-shortcode__checklist {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.standard-shortcode__checklist-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px !important;
	font-weight: 600 !important;
}

.standard-shortcode__checklist-item i {
	font-size: 35px !important;
	padding-right: 13px;
}

.standard-shortcode--with-bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.standard-shortcode--with-bg .container {
	background-color: hsla(0, 0%, 100%, .8);
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width:768px) {
	.standard-shortcode--with-bg {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.standard-shortcode--with-bg .standard-shortcode__text-area {
	padding: 10px 10px 20px;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.standard-shortcode__slider-container {
	margin-top: 40px;
}

.standard-shortcode__slider {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
}

.standard-shortcode__slide {
	height: 200px !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 10px 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-shortcode__slider img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0 auto;
	width: auto;
	max-height: 140px;
	max-width: 70%;
}

.standard-shortcode__slider h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 100;
}

.standard-shortcode__slider .slick-arrow {
	position: absolute;
	z-index: 1000;
	color: #fff !important;
	font-size: 40px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.standard-shortcode__slider .slick-arrow:hover {
	background-color: transparent;
	cursor: pointer;
}

.standard-shortcode__slider .slick-prev {
	left: 0;
}

@media (max-width:1200px) {
	.standard-shortcode__slider .slick-prev {
		left: -40px;
	}
}

@media (max-width:800px) {
	.standard-shortcode__slider .slick-prev {
		left: 25px;
	}
}

.standard-shortcode__slider .slick-next {
	right: 0;
}

@media (max-width:1200px) {
	.standard-shortcode__slider .slick-next {
		right: -40px;
	}
}

@media (max-width:800px) {
	.standard-shortcode__slider .slick-next {
		right: 25px;
	}
}

.standard-shortcode__slider .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
	margin-left: 0;
	padding: 0;
}

.standard-shortcode__slider .slick-dots li {
	background-color: hsla(0, 0%, 100%, .74);
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-shortcode__slider .slick-dots li:hover {
	cursor: pointer;
}

.standard-shortcode__slider .slick-dots li.slick-active {
	background-color: #fff !important;
}

.standard-shortcode__slider .slick-dots button {
	visibility: hidden;
}

#radar-section {
	padding-top: 0;
}

#radar-section .container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#radar-section .container .wlac-main {
	margin-top: 60px;
}

#radar-section .container h2 {
	max-width: 1220px;
	margin: 0 auto;
}

#referenzen-haus .wlac-main {
	margin-top: 40px;
}

#referenzen-haus .wlac-main .block-title {
	display: none;
}

#standort-lokale-angebote .wlac-main {
	margin-top: 30px;
}

#standort-lokale-angebote .wlac-main .block-title {
	display: none;
}

#referenzen-haus h2.section-heading, #standort-lokale-angebote h2.section-heading {
	font-weight: 500;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0;
}

.standard-bewert-sticky-window {
	padding: 90px 0 0;
}

.standard-bewert-sticky-window__heading {
	padding-bottom: 12px;
}

.standard-bewert-sticky-window__subheading {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px !important;
	margin-bottom: 0 !important;
}

.standard-bewert-sticky-window .pace3-center-main-color-border {
	margin: 0 auto 25px;
}

@media (max-width:1499.98px) {
	.standard-bewert-sticky-window .trxrev-wrapper .trxrev-main.rev .swiper-container {
		height: auto !important;
	}
	
	.standard-bewert-sticky-window .trxrev-wrapper .range-control .rc-header .image-wrapper svg {
		max-height: 110px;
	}
}

@media (min-width:1700px) {
	.standard-bewert-sticky-window {
		padding: 0;
		height: 0;
	}
	
	.standard-bewert-sticky-window .pace3-center-main-color-border, .standard-bewert-sticky-window__heading, .standard-bewert-sticky-window__subheading {
		display: none;
	}
	
	.standard-bewert-sticky-window .trxrev-wrapper .trxrev-main.rev .swiper-container {
		height: 100% !important;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper p {
		font-size: 15px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .form-control {
		padding: .275rem .55rem;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .range-control .rc-container label {
		font-size: 14px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .range-control .rc-header .image-wrapper svg {
		width: 70%;
		margin: 0 auto;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container {
		position: fixed;
		top: 120px;
		right: 0;
		padding: 0 !important;
		width: 300px !important;
		z-index: 1100;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-877a5f2b-4472-4d41 .s-content .container .row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-877a5f2b-4472-4d41 .s-content .container .row .map-control .col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-877a5f2b-4472-4d41 .s-content .container .row .map-control .col-md-6 .form-row {
		padding-bottom: .6em;
		margin-bottom: .5em;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-877a5f2b-4472-4d41 .s-content .container .row .map-control .col-md-6 .form-row label {
		margin-bottom: .3rem;
		font-size: 13px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-877a5f2b-4472-4d41 .s-content .container .row .col .text-output .text p:nth-child(2) {
		display: none;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-e2a6ea49-840c-4b4f .s-content .container .row:nth-child(2) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-e2a6ea49-840c-4b4f .s-content .container .row:nth-child(2) .image-wrapper svg {
		width: 70%;
		margin: 0 auto;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-ad7bed94-a09b-478f .s-content .container .row:nth-child(2) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-ad7bed94-a09b-478f .s-content .container .row:nth-child(2) .image-wrapper svg {
		width: 70%;
		margin: 0 auto;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-3ccbb662-f037-401b .s-content .container .row:nth-child(2) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-3ccbb662-f037-401b .s-content .container .row:nth-child(2) .image-wrapper svg {
		width: 70%;
		margin: 0 auto;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		font-size: 13px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) p {
		font-size: 13px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) .form-group {
		margin-bottom: .5rem;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) .input-select label, .standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) .input label {
		margin-bottom: .2rem;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) .checkbox-single .form-check .form-check-label {
		font-size: 11px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) .col .text-output .text p:first-child {
		text-align: center;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-content .container .row:nth-child(2) .col .text-output .text p:first-child img {
		max-width: 50%;
		height: auto;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-c3441be4-1014-41fc .s-footer button {
		font-size: 14px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container #s-62225c79-47a1-4bc3 .s-content .row:nth-child(3) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-header h2 {
		font-size: 1.15em !important;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-header h3 {
		font-size: .8em !important;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content {
		padding: .5em 0;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .container {
		padding: 0;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .container .form-group .form-check .form-check-label {
		font-size: 13px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .px-md-3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:first-child, .standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) .range-control {
		margin-bottom: .5rem;
		padding: .5rem 1rem;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) .range-control .rc-header .image-wrapper svg {
		width: 70%;
		margin: 0 auto;
		max-height: 70px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) .range-control .rc-container .form-row {
		margin-bottom: .5em;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) .range-control .rc-container .form-row label {
		font-size: 13px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) .range-control .rc-container .form-row .form-control {
		font-size: 14px;
		padding: .275rem .75rem;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) .range-control .rc-container .form-row .irs--round .irs-max, .standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row:nth-child(3) .range-control .rc-container .form-row .irs--round .irs-min {
		font-size: 11px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row .col {
		max-width: 100%;
		width: 100%;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row .col .radio-control label {
		padding: 1em .7em;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row .col .radio-control label .text {
		font-size: 80%;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .row .col .radio-control label .image-wrapper {
		max-width: 30px;
		max-height: 45px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-content .map-control .col-md-6:nth-child(2) {
		display: none;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-footer .btn-toolbar ul.benefits {
		position: relative;
		top: -20px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .s-footer .btn-toolbar ul.benefits li.benefit {
		font-size: 10px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main form .swiper-container .step .irs--round .irs-single {
		font-size: 11px;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .trxrev-main.rev .swiper-container .swiper-slide {
		-webkit-box-shadow: 0 .5em 10px rgba(0, 0, 0, .4) !important;
		-moz-box-shadow: 0 .5em 10px rgba(0, 0, 0, .4) !important;
		box-shadow: 0 .5em 10px rgba(0, 0, 0, .4) !important;
	}
	
	.standard-bewert-sticky-window__output .trxrev-wrapper .swiper-container-autoheight .swiper-wrapper {
		border-left: 1px solid rgba(239, 239, 239, .44);
	}
	
	.standard-bewert-sticky-window .trxrev-powered {
		display: none;
	}
}

#submit-form-success .trxrev-modal-dialog {
	max-width: 390px;
}

.standard-grid-boxes {
	padding-top: 50px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-grid-boxes {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-grid-boxes .headings-container {
	max-width: 1220px;
	margin: 0 auto;
}

.standard-grid-boxes .headings-container h2 {
	text-align: center;
	max-width: 1220px;
	margin: 0 auto;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
}

.standard-grid-boxes .headings-container h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e3e3;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.standard-grid-boxes__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 3px;
	padding-top: 45px;
}

@media (max-width:1200px) {
	.standard-grid-boxes__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width:992px) {
	.standard-grid-boxes__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:650px) {
	.standard-grid-boxes__grid {
		grid-template-columns: 1fr;
	}
}

.standard-grid-boxes__grid .standard-grid-boxes__grid-item a {
	text-decoration: none;
}

.standard-grid-boxes__grid .standard-grid-boxes__grid-item a .standard-grid-boxes__grid-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 350px;
}

.standard-grid-boxes__grid .standard-grid-boxes__grid-item a .standard-grid-boxes__grid-image .standard-grid-boxes__grid-bg {
	background: rgba(4, 4, 4, .64);
	height: 350px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 20px;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.standard-grid-boxes__grid .standard-grid-boxes__grid-item a .standard-grid-boxes__grid-image .standard-grid-boxes__grid-bg .standard-grid-boxes__grid-item-heading {
	padding: 7px 14px;
}

.standard-grid-boxes__grid .standard-grid-boxes__grid-item a .standard-grid-boxes__grid-image .standard-grid-boxes__grid-bg:hover {
	background: none;
}

.standard-grid-boxes__grid .standard-grid-boxes__grid-item a .standard-grid-boxes__grid-image .standard-grid-boxes__grid-bg:hover .standard-grid-boxes__grid-item-heading {
	background: rgba(4, 4, 4, .64);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.standard-grid-boxes .grid-boxes-alle-ref-btn-wrap {
	margin-top: 30px;
	text-align: center;
}

.standard-expandable-tabs {
	padding-top: 90px;
	padding-bottom: 70px;
}

@media (max-width:768px) {
	.standard-expandable-tabs {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-expandable-tabs h3 .maxWidthBoxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0 auto;
	max-width: 400px;
}

@media (max-width:768px) {
	.standard-expandable-tabs h3 .maxWidthBoxes {
		grid-template-columns: 1fr;
		grid-gap: 15px;
		text-align: left !important;
		margin: 0;
	}
}

.standard-expandable-tabs__grid {
	margin-top: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:768px) {
	.standard-expandable-tabs__grid {
		display: none;
	}
}

.standard-expandable-tabs__grid-item {
	margin-bottom: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.standard-expandable-tabs__grid-image {
	display: block;
	height: 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.standard-expandable-tabs__grid-expandable {
	position: relative;
}

.standard-expandable-tabs__grid-expandable-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff !important;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	height: 55px;
	position: relative;
	top: -55px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	overflow: hidden;
}

.standard-expandable-tabs__grid-expandable-heading i {
	margin-right: 20px;
	padding-top: 4px;
}

.standard-expandable-tabs__grid-expandable-heading.active i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.standard-expandable-tabs__grid-expandable-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 5px;
}

.standard-expandable-tabs__grid-expandable-content p {
	color: #fff;
	font-weight: 400;
}

.standard-expandable-tabs__grid-item:hover {
	margin-bottom: -200px;
}

.standard-expandable-tabs__grid-item:hover .standard-expandable-tabs__grid-expandable-heading {
	height: 250px;
	top: -250px;
	padding-top: 20px;
}

@media (max-width:1200px) {
	.standard-expandable-tabs__grid-item:hover .standard-expandable-tabs__grid-expandable-heading {
		height: 515px;
	}
}

.standard-expandable-tabs__grid-item:hover .standard-expandable-tabs__grid-expandable-content {
	max-height: 230px;
	top: -190px;
}

.standard-expandable-tabs h2, .standard-expandable-tabs h3 {
	text-align: center;
}

.standard-expandable-tabs h2 i, .standard-expandable-tabs h3 i {
	color: #3ea91e;
}

.standard-expandable-tabs h2 i:nth-child(2), .standard-expandable-tabs h2 i:nth-child(3), .standard-expandable-tabs h3 i:nth-child(2), .standard-expandable-tabs h3 i:nth-child(3) {
	padding-left: 20px;
}

.standard-expandable-tabs h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.standard-expandable-tabs__grid-mobile {
	margin-top: 45px;
	display: none;
}

@media (max-width:768px) {
	.standard-expandable-tabs__grid-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.standard-expandable-tabs__grid-item-mobile {
	margin-bottom: -30px;
}

.standard-expandable-tabs__grid-mobile-image {
	display: block;
	height: 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.standard-expandable-tabs__grid-mobile-expandable-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff !important;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	position: relative;
	top: -60px;
}

.standard-expandable-tabs__grid-mobile-expandable-heading i {
	margin-right: 20px;
}

.standard-expandable-tabs__grid-mobile-expandable-heading.active i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.standard-expandable-tabs__grid-mobile-expandable-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .2s ease-out;
	-o-transition: max-height .2s ease-out;
	-moz-transition: max-height .2s ease-out;
	transition: max-height .2s ease-out;
	position: relative;
	top: -60px;
}

.standard-expandable-tabs__grid-mobile-expandable-content p {
	color: #fff;
}

.standard-expandable-tabs__grid-mobile-expandable-content a {
	margin-bottom: 10px;
}

#expandable-no-subheader h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.standard-referenzen-vertical {
	padding-top: 90px;
	padding-bottom: 90px;
	background: rgba(239, 239, 239, .71);
}

@media (max-width:768px) {
	.standard-referenzen-vertical {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-referenzen-vertical h2 {
	font-size: 22px;
	font-weight: 600;
}

.standard-referenzen-vertical h3 {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e3e3;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.standard-referenzen-vertical__slide-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.standard-referenzen-vertical__slide-inner img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-referenzen-vertical__slide-inner h3 {
	margin-top: 20px;
	border: none;
}

.standard-referenzen-vertical__stars {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.standard-referenzen-vertical__stars i {
	font-size: 20px;
	padding: 0 3px;
}

.standard-referenzen-vertical__text {
	margin-top: 30px;
	text-align: center;
}

.standard-referenzen-vertical__link-container {
	margin-top: 50px;
	text-align: center;
}

.standard-referenzen-vertical__slide-buttons-group {
	margin-top: auto;
	padding-top: 20px;
	text-align: center;
}

.standard-referenzen-vertical__slide-buttons-group a {
	margin-bottom: 10px;
	text-align: center;
}

.standard-referenzen-vertical__slider {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 900px;
}

.standard-referenzen-vertical__slide {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 10px 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-referenzen-vertical__slider .slick-arrow {
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.standard-referenzen-vertical__slider .slick-arrow:hover {
	background-color: transparent;
}

.standard-referenzen-vertical__slider .slick-prev {
	left: -140px;
}

@media (max-width:1200px) {
	.standard-referenzen-vertical__slider .slick-prev {
		left: -50px;
	}
}

@media (max-width:1100px) {
	.standard-referenzen-vertical__slider .slick-prev {
		left: -30px;
	}
}

.standard-referenzen-vertical__slider .slick-next {
	right: -140px;
}

@media (max-width:1200px) {
	.standard-referenzen-vertical__slider .slick-next {
		right: -50px;
	}
}

@media (max-width:1100px) {
	.standard-referenzen-vertical__slider .slick-next {
		right: -30px;
	}
}

.standard-referenzen-vertical__slider .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-left: 0;
	padding-left: 0;
}

.standard-referenzen-vertical__slider .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-referenzen-vertical__slider .slick-dots li:hover {
	cursor: pointer;
}

.standard-referenzen-vertical__slider .slick-dots button {
	visibility: hidden;
}

.standard-referenzen-vertical--full-width .standard-referenzen-vertical__slider {
	max-width: unset;
}

.standard-referenzen-vertical__slider .slick-track, .standard-referenzen-vertical__slider .slick-track .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.standard-referenzen-vertical__slider .slick-track .slick-slide {
	height: auto;
}

.standard-referenzen-vertical__slider .slick-track .slick-slide .standard-referenzen-vertical__slide-inner {
	height: 100%;
}

.standard-referenzen-horizontal {
	padding-top: 90px;
	padding-bottom: 90px;
}

.standard-referenzen-horizontal h2 {
	border-bottom: 1px solid;
	padding-bottom: 12px;
}

@media (max-width:768px) {
	.standard-referenzen-horizontal {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-referenzen-horizontal__slide-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width:768px) {
	.standard-referenzen-horizontal__slide-inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.standard-referenzen-horizontal__slide-inner img {
	display: block;
	margin: 0 auto;
}

.standard-referenzen-horizontal__slide-inner h3 {
	margin-top: 20px;
	text-align: end;
}

.standard-referenzen-horizontal__slide-image-column {
	width: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:1300px) {
	.standard-referenzen-horizontal__slide-image-column {
		width: 90%;
		height: 350px;
		margin: 0 auto;
	}
}

.standard-referenzen-horizontal__slide-text-column {
	width: 50%;
	padding: 20px;
}

@media (max-width:992px) {
	.standard-referenzen-horizontal__slide-text-column {
		width: 100%;
	}
}

.standard-referenzen-horizontal__slide-text-column .standard-referenzen-horizontal__name {
	text-align: end;
}

.standard-referenzen-horizontal__text {
	margin: 20px 0 30px;
	text-align: end;
}

.standard-referenzen-horizontal__button-container {
	text-align: center;
	margin-top: 30px;
}

.standard-referenzen-horizontal__slide-buttons-group {
	margin-top: 40px;
}

.standard-referenzen-horizontal__slide-buttons-group a {
	margin-bottom: 10px;
}

.standard-referenzen-horizontal__slider, .standard-referenzen-horizontal__slider-alt {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
}

.standard-referenzen-horizontal__slide {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 10px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-referenzen-horizontal__slider-alt .slick-arrow, .standard-referenzen-horizontal__slider .slick-arrow {
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.standard-referenzen-horizontal__slider-alt .slick-arrow:hover, .standard-referenzen-horizontal__slider .slick-arrow:hover {
	cursor: pointer;
	background-color: transparent;
}

.standard-referenzen-horizontal__slider-alt .slick-prev, .standard-referenzen-horizontal__slider .slick-prev {
	left: 200px;
}

@media (max-width:1650px) {
	.standard-referenzen-horizontal__slider-alt .slick-prev, .standard-referenzen-horizontal__slider .slick-prev {
		left: 50px;
	}
}

@media (max-width:1400px) {
	.standard-referenzen-horizontal__slider-alt .slick-prev, .standard-referenzen-horizontal__slider .slick-prev {
		left: 20px;
	}
}

@media (max-width:1100px) {
	.standard-referenzen-horizontal__slider-alt .slick-prev, .standard-referenzen-horizontal__slider .slick-prev {
		left: 5px;
	}
}

@media (max-width:800px) {
	.standard-referenzen-horizontal__slider-alt .slick-prev, .standard-referenzen-horizontal__slider .slick-prev {
		left: 0;
	}
}

.standard-referenzen-horizontal__slider-alt .slick-prev i, .standard-referenzen-horizontal__slider .slick-prev i {
	-webkit-text-stroke: 5px #fff;
}

.standard-referenzen-horizontal__slider-alt .slick-next, .standard-referenzen-horizontal__slider .slick-next {
	right: 200px;
}

@media (max-width:1650px) {
	.standard-referenzen-horizontal__slider-alt .slick-next, .standard-referenzen-horizontal__slider .slick-next {
		right: 50px;
	}
}

@media (max-width:1400px) {
	.standard-referenzen-horizontal__slider-alt .slick-next, .standard-referenzen-horizontal__slider .slick-next {
		right: 20px;
	}
}

@media (max-width:1100px) {
	.standard-referenzen-horizontal__slider-alt .slick-next, .standard-referenzen-horizontal__slider .slick-next {
		right: 5px;
	}
}

@media (max-width:800px) {
	.standard-referenzen-horizontal__slider-alt .slick-next, .standard-referenzen-horizontal__slider .slick-next {
		right: 0;
	}
}

.standard-referenzen-horizontal__slider-alt .slick-next i, .standard-referenzen-horizontal__slider .slick-next i {
	-webkit-text-stroke: 5px #fff;
}

.standard-referenzen-horizontal__slider-alt .slick-dots, .standard-referenzen-horizontal__slider .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	bottom: -40px;
}

.standard-referenzen-horizontal__slider-alt .slick-dots li, .standard-referenzen-horizontal__slider .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-referenzen-horizontal__slider-alt .slick-dots li:hover, .standard-referenzen-horizontal__slider .slick-dots li:hover {
	cursor: pointer;
}

.standard-referenzen-horizontal__slider-alt .slick-dots button, .standard-referenzen-horizontal__slider .slick-dots button {
	visibility: hidden;
}

.standard-referenzen-horizontal__slider-alt .standard-referenzen-horizontal__slide-image-column {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.standard-referenzen-horizontal__slider-alt .standard-referenzen-horizontal__slide-image-column img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
}

.standard-referenzen-horizontal__slider .slick-track, .standard-referenzen-horizontal__slider .slick-track .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.standard-referenzen-horizontal__slider .slick-track .slick-slide {
	height: 320px;
}

@media (max-width:1300px) {
	.standard-referenzen-horizontal__slider .slick-track .slick-slide {
		max-height: 600px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

@media (max-width:440px) {
	.standard-referenzen-horizontal__slider .slick-track .slick-slide {
		max-height: 645px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

.standard-referenzen-horizontal__slider .slick-track .slick-slide .standard-referenzen-horizontal__slide-inner {
	height: 100%;
}

@media (max-width:1300px) {
	.standard-referenzen-horizontal__slider .slick-track .slick-slide .standard-referenzen-horizontal__slide-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.standard-referenzen-horizontal__slider .slick-track .slick-slide .standard-referenzen-horizontal__slide-inner .standard-referenzen-horizontal__slide-text-column {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 90%;
		margin: 0 auto;
	}
}

.theme-color-dots li {
	border: 1px solid #4b762e !important;
	background: #fff;
}

.standard-ratgeber {
	border-top: 1px solid #eee;
	padding-top: 90px;
	padding-bottom: 90px;
	background: rgba(239, 239, 239, .71);
}

@media (max-width:768px) {
	.standard-ratgeber {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-ratgeber .container h2 {
	color: #3ea91e;
	font-size: 22px;
	font-weight: 600;
}

.standard-ratgeber .container h3 {
	font-size: 30px;
	border-bottom: 1px solid #e4e3e3;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.standard-ratgeber .container .slick-ratgeber {
	margin-top: 25px;
	position: relative;
}

.standard-ratgeber .container .slick-ratgeber button {
	display: none !important;
}

.standard-ratgeber .container .slick-ratgeber .slick-list .slick-track {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.standard-ratgeber .container .slick-ratgeber .slick-list .slick-track .slick-slide img {
	padding-right: 20px;
}

.slick-ratgeber__item:hover {
	text-decoration: none !important;
}

.slick-ratgeber img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0 auto;
	max-width: 335px;
}

@media (max-width:400px) {
	.slick-ratgeber img {
		max-width: 275px;
	}
}

.slick-ratgeber img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slick-ratgeber h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 100;
}

.slick-ratgeber h3:hover {
	text-decoration: none !important;
}

.slick-ratgeber .slick-arrow {
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.slick-ratgeber .slick-arrow:hover {
	background-color: transparent;
}

.slick-ratgeber .slick-prev {
	left: 10px;
}

@media (max-width:1100px) {
	.slick-ratgeber .slick-prev {
		left: -30px;
	}
}

@media (max-width:800px) {
	.slick-ratgeber .slick-prev {
		left: -15px;
	}
}

.slick-ratgeber .slick-next {
	right: 10px;
}

@media (max-width:1100px) {
	.slick-ratgeber .slick-next {
		right: -30px;
	}
}

@media (max-width:800px) {
	.slick-ratgeber .slick-next {
		right: -15px;
	}
}

.slick-ratgeber .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
	margin-left: 0;
	padding-left: 0;
}

.slick-ratgeber .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.slick-ratgeber .slick-dots li:hover {
	cursor: pointer;
}

.slick-ratgeber .slick-dots button {
	visibility: hidden;
}

.standard-team {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-team {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width:768px) {
	.standard-team .container {
		padding: 0;
	}
}

.standard-team .container h2 {
	text-align: center;
	max-width: 1220px;
	margin: 0 auto;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
}

.standard-team .container h3.standard-team__subtitle {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.standard-team .container .standard-team__intro-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}

.standard-team .container .standard-team__intro-text {
	text-align: center;
}

.standard-team .container .slick-team {
	max-width: 640px;
	margin: 0 auto;
}

.standard-team .container .slick-team .slick-arrow {
	top: 33%;
	visibility: hidden;
}

.standard-team .container .slick-team .slick-list {
	height: 498px;
}

@media (max-width:540px) {
	.standard-team .container .slick-team .slick-list {
		height: 475px;
	}
}

.standard-team .container .slick-team .slick-list .slick-track {
	margin-top: 30px;
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	height: 220px;
	width: 320px;
	margin: 0 20px;
	max-width: 320px;
	padding: 0;
}

@media (max-width:540px) {
	.standard-team .container .slick-team .slick-list .slick-track .slick-slide {
		grid-template-columns: 1fr;
		height: 440px;
	}
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide img {
	margin: 0;
}

@media (max-width:540px) {
	.standard-team .container .slick-team .slick-list .slick-track .slick-slide img {
		width: 100%;
		padding: 0;
	}
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide div {
	margin: 20px;
	display: grid;
	display: -ms-grid;
	-ms-grid-rows: 1.5fr 1.5fr 1.2fr 1.2fr 1.8fr;
	grid-template-rows: 1.5fr 1.5fr 1.2fr 1.2fr 1.8fr;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide div h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 19px;
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide div h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (min-width:768px) {
	.standard-team .container .slick-team .slick-list .slick-track .slick-slide div h3, .standard-team .container .slick-team .slick-list .slick-track .slick-slide div h4 {
		text-align: left;
	}
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide div .slick-team__icon-text {
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 0 !important;
	display: block;
}

.standard-team .container .slick-team .slick-list .slick-track .slick-slide div .slick-team__icon-text:hover {
	text-decoration: none;
	color: inherit;
}

@media (max-width:992px) {
	.standard-team .container .slick-team .slick-list .slick-track .slick-slide div .slick-team__icon-text {
		max-width: 210px;
		margin: 0 auto;
	}
}

.standard-team .container .standard-team__link-container {
	text-align: center;
	margin-top: 30px;
}

.standard-team .container .standard-team__link-container a {
	background-color: transparent !important;
}

.slick-team__slide {
	padding: 30px 90px 0;
}

@media (max-width:1200px) {
	.slick-team__slide {
		padding: 30px 40px 0;
	}
}

@media (max-width:768px) {
	.slick-team__slide {
		padding: 30px 20px 0;
	}
}

.slick-team__slide img {
	margin: 0;
	height: 220px;
	max-width: 100%;
}

.slick-team__slide h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
}

@media (max-width:768px) {
	.slick-team__slide h3 {
		font-size: 18px;
	}
}

.slick-team__icon-text .fa, .slick-team__icon-text .fas {
	padding-right: 10px;
	font-size: 17px;
	width: 30px;
}

.slick-team .slick-arrow {
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	top: 40%;
	border: none;
}

.slick-team .slick-arrow, .slick-team .slick-arrow:hover {
	background-color: transparent;
}

.slick-team .slick-prev {
	left: -80px;
}

@media (max-width:1200px) {
	.slick-team .slick-prev {
		left: -30px;
	}
}

@media (max-width:800px) {
	.slick-team .slick-prev {
		left: -15px;
	}
}

.slick-team .slick-prev i {
	-webkit-text-stroke: 5px #fff;
}

.slick-team .slick-next {
	right: -80px;
}

@media (max-width:1200px) {
	.slick-team .slick-next {
		right: -25px;
	}
}

@media (max-width:800px) {
	.slick-team .slick-next {
		right: -15px;
	}
}

.slick-team .slick-next i {
	-webkit-text-stroke: 5px #fff;
}

.slick-team .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: none !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 55px;
	margin-left: 0;
	padding-left: 0;
}

@media (max-width:992px) {
	.slick-team .slick-dots {
		margin-top: 35px;
	}
}

@media (max-width:768px) {
	.slick-team .slick-dots {
		margin-top: 40px;
	}
}

.slick-team .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.slick-team .slick-dots li:only-child {
	display: none;
}

.slick-team .slick-dots li:hover {
	cursor: pointer;
}

.slick-team .slick-dots button {
	visibility: hidden;
}

.standard-team--full-width .slick-team__slide {
	text-align: left;
}

.standard-team--full-width .slick-team__slide h3 {
	text-align: left;
	text-transform: none;
}

.standard-team--full-width .slick-team__slide h4 {
	text-align: left;
	font-weight: 100;
}

.standard-team--full-width .slick-team__slide img {
	margin-left: 0;
}

@media (max-width:768px) {
	.standard-team--full-width .slick-team__slide, .standard-team--full-width .slick-team__slide h3, .standard-team--full-width .slick-team__slide h4 {
		text-align: center;
	}
	
	.standard-team--full-width .slick-team__slide img {
		margin: 0 auto;
	}
}

.standard-team--full-width .slick-team__icon-text {
	text-align: left;
	padding-left: 0 !important;
}

@media (max-width:768px) {
	.standard-team--full-width .slick-team__icon-text {
		text-align: center;
	}
}

.standard-team--full-width .slick-team__icon-text .fa {
	width: 25px;
}

.standard-team--full-width .slick-team__icon-text:last-child {
	font-size: 13px !important;
}

.standard-team--full-width .standard-team__link-container {
	margin-top: 100px;
}

.theme-color-dots li {
	background: #fff !important;
}

footer {
	background-color: #125807;
	padding: 22px 0;
	color: #9d9d9d;
}

.footerListLeft ul li {
	display: inline-block;
	margin-right: 40px;
}

.footerListLeft ul li a {
	color: #fff;
	font-weight: 600;
}

.footerListRight {
	color: #fff;
	font-size: 14px;
	opacity: .8;
	padding-top: 2px;
}

.standard-team-grid {
	padding: 60px 0;
}

.standard-team-grid h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0;
}

.standard-team-grid--reduced {
	padding: 20px 0;
}

@media (max-width:768px) {
	.standard-team-grid {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-team-grid .team-grid-container {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 70px;
}

@media (max-width:992px) {
	.standard-team-grid .team-grid-container {
		grid-template-columns: 1fr;
	}
}

.standard-team-grid__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff;
}

@media (max-width:768px) {
	.standard-team-grid__item {
		grid-template-columns: 1fr;
	}
}

.standard-team-grid__item img {
	margin: 0;
	height: 220px;
}

@media (max-width:768px) {
	.standard-team-grid__item img {
		width: 100%;
	}
}

.standard-team-grid__item div {
	margin: 20px;
	display: grid;
	display: -ms-grid;
	-ms-grid-rows: 1fr 2fr 1.4fr 1.4fr;
	grid-template-rows: 1fr 2fr 1.4fr 1.4fr;
}

.standard-team-grid__item div h3 {
	color: #282828;
}

.standard-team-grid__item div h4 {
	margin-bottom: 16px !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
}

.standard-team-grid__icon-text {
	display: block;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 4px !important;
	text-align: left;
}

.standard-team-grid__icon-text:hover {
	text-decoration: none;
	color: inherit;
}

.standard-team-grid__icon-text i {
	padding-right: 10px;
	font-size: 17px;
}

.standard-features-alternative h2 {
	text-align: center;
	padding: 64px 0 0;
}

@media (max-width:768px) {
	.standard-features-alternative h2 {
		padding-top: 40px;
	}
}

.standard-features-alternative__grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}

@media (max-width:768px) {
	.standard-features-alternative__grid {
		margin-top: 40px;
	}
}

.standard-features-alternative__grid .row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.standard-features-alternative__item {
	margin-bottom: 70px;
}

@media (max-width:768px) {
	.standard-features-alternative__item {
		margin-bottom: 40px;
	}
}

.standard-features-alternative__item-inner {
	text-align: center;
}

.standard-features-alternative__icon-container {
	margin-bottom: 20px;
	min-height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-features-alternative__icon-container i {
	font-size: 50px;
}

@media (max-width:768px) {
	.standard-features-alternative__icon-container i {
		font-size: 62px;
	}
}

.standard-features-alternative__icon-container img {
	max-height: 70px;
}

.standard-features-alternative h3 {
	margin-bottom: 10px;
}

.standard-features-alternative__item-text {
	max-width: 270px;
	margin: 0 auto;
}

.features--alt {
	padding: 0;
}

.features h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 35px;
	border-bottom: 1px solid #fff;
}

.features .col-md-4 h2 {
	text-align: left;
	padding-bottom: 20px;
	width: 100%;
}

.feature-image {
	background-image: url("https://cdn-dbmgb.nitrocdn.com/HdbiLVCWzSgciCOFMCOaDvPOmxrVLxnz/assets/images/optimized/rev-92ee6c3/www.frankewe-immobilien.de/wp-content/uploads/2021/09/Hoemstaging_Depositphotos_25172015_xl-2015_Copyright_archideaphoto-scaled-1.jpg");
	max-height: 581px;
}

.feature-image.nitro-lazy {
	background-image: none !important;
}

@media (max-width:1200px) {
	.feature-image {
		max-height: 632px;
	}
}

@media (max-width:992px) {
	.feature-image {
		max-height: 702px;
	}
}

@media (max-width:768px) {
	.feature-image {
		max-height: 1202px;
	}
}

@media (max-width:575px) {
	.feature-image {
		max-height: 1166px;
	}
}

@media (max-width:568px) {
	.feature-image {
		max-height: 1202px;
	}
}

@media (max-width:528px) {
	.feature-image {
		max-height: 1227px;
	}
}

@media (max-width:514px) {
	.feature-image {
		max-height: 1252px;
	}
}

@media (max-width:504px) {
	.feature-image {
		max-height: 1277px;
	}
}

@media (max-width:444px) {
	.feature-image {
		max-height: 1302px;
	}
}

@media (max-width:416px) {
	.feature-image {
		max-height: 1327px;
	}
}

@media (max-width:402px) {
	.feature-image {
		max-height: 1352px;
	}
}

@media (max-width:348px) {
	.feature-image {
		max-height: 1377px;
	}
}

@media (max-width:344px) {
	.feature-image {
		max-height: 1402px;
	}
}

@media (max-width:342px) {
	.feature-image {
		max-height: 1427px;
	}
}

@media (max-width:322px) {
	.feature-image {
		max-height: 1488px;
	}
}

.feature-transparent {
	padding: 70px 0;
}

.feature-image:after {
	content: "";
	position: relative;
	top: -120px;
	right: 0;
	border-bottom: 100px solid #fff;
	border-left: 100vw solid transparent;
	width: 0;
}

.standard-custom-background-text {
	padding: 60px 0 20px;
}

@media (max-width:768px) {
	.standard-custom-background-text {
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

.standard-custom-background-text h2 {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.standard-custom-background-text .custom-content-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 40px;
	padding-top: 40px;
}

@media (max-width:998px) {
	.standard-custom-background-text .custom-content-grid {
		grid-template-columns: 1fr;
	}
}

.standard-custom-background-text .custom-content-grid h3 {
	text-align: left;
}

.standard-custom-background-text .custom-content-grid p {
	text-align: left;
	padding-top: 20px;
}

.standard-custom-background-text .custom-content-grid__iframe {
	width: 100%;
}

@media (max-width:768px) {
	.standard-custom-background-text .custom-content-grid__iframe {
		padding: 10px 0 50px;
	}
}

.standard-custom-background-text .custom-content-grid__iframe-container {
	position: relative;
	overflow: hidden;
	padding-top: 50%;
	height: 100%;
}

.standard-custom-background-text .custom-content-grid__iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	max-width: 100%;
}

#custom-only-video .custom-content-grid {
	display: grid;
	grid-template-columns: 0 1fr;
	grid-gap: 0;
}

.standard-warum-wir {
	padding-top: 90px;
	padding-bottom: 50px;
}

@media (max-width:768px) {
	.standard-warum-wir {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-warum-wir h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	margin: 0;
}

.standard-warum-wir h3 {
	margin: 0;
}

.standard-warum-wir__repeater-row {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 100px;
}

@media (max-width:1200px) {
	.standard-warum-wir__repeater-row {
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;
	}
}

@media (max-width:768px) {
	.standard-warum-wir__repeater-row {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}

.standard-warum-wir__link-container {
	margin-top: 40px;
	text-align: center;
}

@media (max-width:768px) {
	.standard-warum-wir__link-container a {
		position: relative;
		bottom: 20px;
	}
}

.standard-warum-wir__icon-container {
	margin-bottom: 20px;
}

.standard-warum-wir__icon-container i {
	font-size: 50px;
}

.standard-warum-wir__item {
	border: 1px solid;
	padding: 0 30px;
}

@media (max-width:768px) {
	.standard-warum-wir__item {
		padding-bottom: 20px;
		margin-bottom: 40px;
		border-bottom: 1px solid #ddd;
	}
	
	.standard-warum-wir__item:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
}

@media (max-width:768px) and (max-width:768px) {
	.standard-warum-wir__item:last-child {
		margin-bottom: 40px;
		border-bottom: 1px solid #ddd;
	}
}

.standard-warum-wir__item-inner h3 {
	text-align: left;
	margin-bottom: 20px;
}

.standard-warum-wir__item-inner p {
	font-size: 15px;
}

.standard-warum-wir__iframe {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	padding: 60px 0 0;
}

@media (max-width:768px) {
	.standard-warum-wir__iframe {
		padding: 10px 0;
	}
}

.standard-warum-wir__iframe-container {
	position: relative;
	overflow: hidden;
	padding-top: 50%;
}

.standard-warum-wir__iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.standard-warum-wir__widgets {
	max-width: 620px;
	margin: 60px auto 0;
}

@media (max-width:992px) {
	.standard-warum-wir__widgets {
		margin-top: 30px;
	}
}

.standard-warum-wir__widget-column {
	text-align: center;
}

.standard-ratgeber-highlight {
	padding-top: 90px;
	padding-bottom: 0;
	margin-bottom: -150px;
}

@media (max-width:768px) {
	.standard-ratgeber-highlight {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-ratgeber-highlight .border-shadow-box {
	-webkit-box-shadow: 0 0 7px -4px #000;
	-moz-box-shadow: 0 0 7px -4px #000;
	box-shadow: 0 0 7px -4px #000;
	z-index: 2;
	background: #fff;
	position: relative;
	top: -200px;
}

@media (max-width:1200px) {
	.standard-ratgeber-highlight .border-shadow-box .row {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.standard-ratgeber-highlight .border-shadow-box .row h2 {
	margin-bottom: 10px;
}

@media (max-width:768px) {
	.standard-ratgeber-highlight .border-shadow-box .row h2 {
		padding-top: 25px;
	}
}

.standard-ratgeber-highlight .border-shadow-box .row h3 {
	margin-bottom: 30px;
}

@media (max-width:768px) {
	.standard-ratgeber-highlight .border-shadow-box .row h3 {
		text-align: center;
	}
}

.standard-ratgeber-highlight .border-shadow-box .row .ratgeber-inner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1200px) {
	.standard-ratgeber-highlight .border-shadow-box .row .ratgeber-inner-content {
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-moz-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 25px;
	}
}

.standard-ratgeber-highlight .body-text-standard {
	margin-bottom: 35px;
}

.standard-ratgeber-highlight__mobile-heading {
	display: none;
}

@media (max-width:768px) {
	.standard-ratgeber-highlight__mobile-heading {
		display: block;
		text-align: center;
	}
}

@media (max-width:768px) {
	.standard-ratgeber-highlight__desktop-heading {
		display: none;
	}
}

.gray-relative-section {
	height: 250px;
	background: #f5f5f5;
	z-index: -1;
}

.standard-horizontal-tabs {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-horizontal-tabs {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-horizontal-tabs h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
	margin: 0;
}

.standard-horizontal-tabs__text {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px !important;
}

.standard-horizontal-tabs__text-content {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.standard-horizontal-tabs__switcher {
		display: none;
	}
}

.standard-horizontal-tabs__switcher-mobile {
	display: none;
}

@media (max-width:768px) {
	.standard-horizontal-tabs__switcher-mobile {
		display: block;
	}
}

.standard-horizontal-tabs__switcher-mobile--always-visible {
	display: block;
	margin-top: 60px;
}

.standard-horizontal-tabs__link-container {
	margin-top: 20px;
	text-align: center;
}

.projekt-step .tab, .standard-horizontal-tabs .tab {
	overflow: hidden;
	background-color: #fff;
}

.projekt-step .tab button, .standard-horizontal-tabs .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	font-weight: 600;
	text-transform: uppercase;
}

.projekt-step .tab button.active, .standard-horizontal-tabs .tab button.active {
	background-color: #eee;
}

.projekt-step .tabcontent, .standard-horizontal-tabs .tabcontent {
	display: none;
	padding: 6px 12px;
	padding: 20px;
	border-top: none;
	background-color: #eee;
}

.projekt-step .tabcontent h3, .standard-horizontal-tabs .tabcontent h3 {
	margin-bottom: 20px;
	color: #333;
	font-weight: 600;
}

.projekt-step .accordion, .standard-horizontal-tabs .accordion {
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:768px) {
	.projekt-step .accordion, .standard-horizontal-tabs .accordion {
		font-size: 17px !important;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.projekt-step .accordion:hover, .projekt-step .active, .standard-horizontal-tabs .accordion:hover, .standard-horizontal-tabs .active {
	background-color: #ccc;
}

.projekt-step .panel, .standard-horizontal-tabs .panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .2s ease-out;
	-o-transition: max-height .2s ease-out;
	-moz-transition: max-height .2s ease-out;
	transition: max-height .2s ease-out;
}

.projekt-step .panel p, .standard-horizontal-tabs .panel p {
	margin: 5px 0;
}

.projekt-step .panel h3, .standard-horizontal-tabs .panel h3 {
	margin-bottom: 20px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}

.projekt-step .panel-inner, .standard-horizontal-tabs .panel-inner {
	padding: 0 15px 25px;
}

.projekt-step .panel-inner li, .standard-horizontal-tabs .panel-inner li {
	list-style-type: circle;
}

.projekt-step .panel-inner p, .standard-horizontal-tabs .panel-inner p {
	color: #282828 !important;
}

.projekt-step .accordion:after, .standard-horizontal-tabs .accordion:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 18px solid transparent;
}

@media (max-width:768px) {
	.projekt-step .accordion:after, .standard-horizontal-tabs .accordion:after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 15px solid transparent;
	}
}

.projekt-step .accordion.active:after, .standard-horizontal-tabs .accordion.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.standard-horizontal-tabs__switcher-mobile .accordion {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 23px;
	padding: 10px 40px;
	background-color: #f5f5f5;
}

.standard-horizontal-tabs__switcher-mobile .accordion:after {
	font-size: 20px;
}

.standard-before-after h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 25px;
	margin: 0;
}

.standard-before-after h3 {
	margin-bottom: 0;
}

.standard-before-after__comparison-container {
	margin: 40px auto 0;
	height: 500px;
}

.standard-before-after__comparison-container div.juxtapose {
	height: inherit !important;
}

@media (max-width:768px) {
	.standard-before-after .container {
		max-width: 100%;
		padding: 0;
	}
}

.standard-alternating-rows__intro-text {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

@media (max-width:768px) {
	.standard-alternating-rows__rows-container {
		margin-top: 40px;
	}
}

.standard-alternating-rows__row-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.standard-alternating-rows__image-column {
	width: 50%;
	min-height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.standard-alternating-rows__image-column img {
	display: none;
}

@media (max-width:768px) {
	.standard-alternating-rows__image-column {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		min-height: unset;
		background-image: none !important;
	}
	
	.standard-alternating-rows__image-column img {
		display: block;
	}
	
	.standard-alternating-rows__image-column.nitro-lazy {
		background-image: none !important;
	}
}

.standard-alternating-rows__text-column {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-alternating-rows__text-column h3 {
	margin-bottom: 15px;
}

@media (max-width:768px) {
	.standard-alternating-rows__text-column {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.standard-alternating-rows__text-column-inner--right {
	margin-left: 70px;
	padding-right: 15px;
	max-width: 485px;
}

@media (max-width:768px) {
	.standard-alternating-rows__text-column-inner--right {
		max-width: 100%;
		margin: 40px 15px 20px 25px;
		padding: 0;
	}
}

.standard-alternating-rows__text-column-inner--left {
	margin-right: 70px;
	margin-left: auto;
	padding-left: 15px;
	max-width: 485px;
}

@media (max-width:768px) {
	.standard-alternating-rows__text-column-inner--left {
		max-width: 100%;
		margin: 40px 25px 20px;
		padding: 0;
	}
}

.standard-360-plugin {
	padding: 10px;
}

.standard-standorte-grid {
	padding-top: 90px;
	padding-bottom: 90px;
	border-top: 1px solid #eee;
}

@media (max-width:768px) {
	.standard-standorte-grid {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-standorte-grid h2 {
	font-size: 22px;
}

.standard-standorte-grid__item--n-3col {
	width: 33.33333%;
	margin-bottom: 16px;
}

.standard-standorte-grid__item--n-3col:nth-child(3n+1) {
	padding-right: 8px;
}

.standard-standorte-grid__item--n-3col:nth-child(3n+2) {
	padding-left: 8px;
	padding-right: 8px;
}

.standard-standorte-grid__item--n-3col:nth-child(3n+3) {
	padding-left: 8px;
}

@media (max-width:768px) {
	.standard-standorte-grid__item--n-3col {
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
}

.standard-standorte-grid__item--n-remaining {
	width: 33.33333%;
	margin-bottom: 16px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.standard-standorte-grid__item--n-remaining:nth-child(3n+1) {
	padding-right: 8px;
}

.standard-standorte-grid__item--n-remaining:nth-child(3n+2) {
	padding-left: 8px;
	padding-right: 8px;
}

.standard-standorte-grid__item--n-remaining:nth-child(3n+3) {
	padding-left: 8px;
}

@media (max-width:992px) {
	.standard-standorte-grid__item--n-remaining {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.standard-standorte-grid__item-inner {
	height: 320px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.standard-standorte-grid__item-inner:hover {
	text-decoration: none;
}

.standard-standorte-grid__item-inner:hover .standard-standorte-grid__bottom {
	height: 100%;
}

.standard-standorte-grid__item-inner:hover .standard-standorte-grid__bottom a {
	display: inline-block;
}

.standard-standorte-grid__bottom {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	height: 50px;
	overflow: hidden;
}

.standard-standorte-grid__bottom h3 {
	padding-left: 40px;
}

.standard-standorte-grid__bottom h3 i {
	padding-right: 10px;
}

.standard-standorte-grid__bottom a {
	margin-bottom: 20px;
}

.standard-standorte-grid__row-remaining {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
	width: 100%;
}

@media (max-width:992px) {
	.standard-standorte-grid__row-remaining {
		display: none;
		margin-top: 0;
	}
}

.standard-standorte-grid__row-remaining--even-count .standard-standorte-grid__item:last-child {
	padding-right: 0 !important;
}

.standard-standorte-grid__row-3col {
	margin-top: 16px;
	width: 100%;
}

.standard-standorte-grid__container-n-irregular, .standard-standorte-grid__row-3col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.standard-standorte-grid__container-n-irregular {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}

@media (max-width:992px) {
	.standard-standorte-grid__container-n-irregular {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.standard-standorte-grid__container-n-irregular .standard-standorte-grid__item--n-irregular-1, .standard-standorte-grid__container-n-irregular .standard-standorte-grid__item--n-irregular-1 .standard-standorte-grid__item-inner {
	height: 100%;
}

@media (max-width:992px) {
	.standard-standorte-grid__container-n-irregular .standard-standorte-grid__item--n-irregular-1 {
		height: 320px;
		margin-bottom: 16px;
	}
}

.standard-standorte-grid__container-n-irregular .standard-standorte-grid__item--n-irregular-2 {
	margin-bottom: 16px;
}

.standard-standorte-grid__container-n-irregular .standard-standorte-grid__item--n-irregular-3 {
	margin-right: 0;
}

.standard-standorte-grid__n-column-1 {
	width: 66.66667%;
	padding-right: 8px;
}

@media (max-width:992px) {
	.standard-standorte-grid__n-column-1 {
		width: 100%;
		padding-right: 0;
	}
}

.standard-standorte-grid__n-column-2 {
	width: 33.33333%;
	padding-left: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:992px) {
	.standard-standorte-grid__n-column-2 {
		width: 100%;
		padding-left: 0;
	}
}

.standard-standorte-grid__n-row-1 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
}

@media (max-width:992px) {
	.standard-standorte-grid__n-row-1 {
		display: none;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.standard-standorte-grid__n-row-1 .standard-standorte-grid__item {
	width: 33.33333%;
}

@media (max-width:992px) {
	.standard-standorte-grid__n-row-1 .standard-standorte-grid__item {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-bottom: 16px;
	}
}

.standard-standorte-grid__n-row-1 .standard-standorte-grid__item--n-irregular-4 {
	padding-right: 8px;
}

.standard-standorte-grid__n-row-1 .standard-standorte-grid__item--n-irregular-5 {
	padding-right: 8px;
	padding-left: 8px;
}

.standard-standorte-grid__n-row-1 .standard-standorte-grid__item--n-irregular-6 {
	padding-left: 8px;
}

.standard-standorte-grid__n-row-2 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
}

@media (max-width:992px) {
	.standard-standorte-grid__n-row-2 {
		display: none;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
}

@media (max-width:992px) {
	.standard-standorte-grid__n-row-2 .standard-standorte-grid__item {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-bottom: 16px;
	}
}

.standard-standorte-grid__n-row-2 .standard-standorte-grid__item--n-irregular-7 {
	padding-right: 8px;
	width: 33.33333%;
}

.standard-standorte-grid__n-row-2 .standard-standorte-grid__item--n-irregular-8 {
	padding-left: 8px;
	width: 66.66667%;
}

.standard-standorte-grid__button-container {
	margin-top: 30px;
	text-align: center;
}

.standard-standorte-grid__container-n-irregular--mobile-all .standard-standorte-grid__n-row-1, .standard-standorte-grid__container-n-irregular--mobile-all .standard-standorte-grid__n-row-2, .standard-standorte-grid__container-n-irregular--mobile-all .standard-standorte-grid__row-remaining {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.standard-standorte-grid h2, .standard-standorte-grid h3 {
	text-align: left;
}

.standard-standorte-grid h3 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 25px;
	margin: 0;
}

.standard-standorte-grid p {
	padding-top: 25px;
}

.standard-standorte-grid__bottom, .standard-standorte-grid__item-inner {
	height: 600px;
	display: grid;
	grid-template-rows: 50px 50px 450px 50px;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	justify-items: flex-start;
	text-align: left;
}

.standorte-main-grid {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 40px;
}

@media (max-width:992px) {
	.standorte-main-grid {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}

.standard-standorte-grid__bottom {
	padding-left: 25px;
	color: #fff;
	-webkit-box-shadow: 0 0 27px -6px rgba(0, 0, 0, .33);
	-moz-box-shadow: 0 0 27px -6px rgba(0, 0, 0, .33);
	box-shadow: 0 0 27px -6px rgba(0, 0, 0, .33);
}

.standard-standorte-grid__bottom, .standard-standorte-grid__item-inner {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.standard-standorte-grid__item-inner .standorte-description {
	visibility: hidden;
}

.theme-standorte-semitransparent-section {
	background-color: rgba(51, 51, 51, .36);
}

.standard-standorte-grid__item-inner:hover .standard-standorte-grid__bottom {
	height: 600px;
	background-color: rgba(51, 51, 51, .78);
}

.standard-standorte-grid__item-inner:hover .standorte-description {
	visibility: visible;
}

.standard-standorte-grid__bottom div:first-child {
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
}

.standard-standorte-grid__bottom h4 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
}

.standard-partner-logos {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-partner-logos {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-partner-logos h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
	margin: 0;
}

.standard-partner-logos__slider {
	position: relative;
	margin-top: 40px;
	max-width: 1000px;
	margin: 0 auto;
}

.standard-partner-logos__slide {
	height: 200px !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 10px 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-partner-logos__slider img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0 auto;
	width: auto;
	max-height: 100%;
	max-width: 100px;
}

.standard-partner-logos__slider h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 100;
}

.standard-partner-logos__slider .slick-arrow {
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.standard-partner-logos__slider .slick-arrow:hover {
	background-color: transparent;
	cursor: pointer;
}

.standard-partner-logos__slider .slick-prev {
	left: -190px;
}

@media (max-width:1200px) {
	.standard-partner-logos__slider .slick-prev {
		left: -40px;
	}
}

@media (max-width:800px) {
	.standard-partner-logos__slider .slick-prev {
		left: -15px;
	}
}

.standard-partner-logos__slider .slick-prev i {
	-webkit-text-stroke: 5px #fff;
}

.standard-partner-logos__slider .slick-next {
	right: -190px;
}

@media (max-width:1200px) {
	.standard-partner-logos__slider .slick-next {
		right: -40px;
	}
}

@media (max-width:800px) {
	.standard-partner-logos__slider .slick-next {
		right: -15px;
	}
}

.standard-partner-logos__slider .slick-next i {
	-webkit-text-stroke: 5px #fff;
}

.standard-partner-logos__slider .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
	margin-left: 0;
	padding: 0;
}

.standard-partner-logos__slider .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-partner-logos__slider .slick-dots li:hover {
	cursor: pointer;
}

.standard-partner-logos__slider .slick-dots button {
	visibility: hidden;
}

.standard-magazin {
	padding-top: 50px;
	padding-bottom: 90px;
	background: #f5f5f5;
}

@media (max-width:768px) {
	.standard-magazin {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-magazin--archive {
	margin-top: 180px;
}

@media (max-width:768px) {
	.standard-magazin .container {
		max-width: 100%;
		padding: 0;
	}
}

.standard-magazin .container h2 {
	text-align: center;
	max-width: 1220px;
	margin: 0 auto;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
}

.standard-magazin .container .section-subheading {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e3e3;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.standard-magazin .container a {
	text-align: center;
	border-bottom: 1px solid #ededed;
}

.standard-magazin .container .button-style-1 {
	padding: 6px 30px;
	border: 0;
}

.standard-magazin .container .button-style-1:hover {
	border: 0;
}

.standard-magazin .standard-magazin__grid .row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width:1400px) {
	.standard-magazin .standard-magazin__grid .row {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 1fr;
	}
}

@media (max-width:700px) {
	.standard-magazin .standard-magazin__grid .row {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
	}
}

.standard-magazin__grid {
	margin-top: 60px;
}

.standard-magazin__grid--archive {
	margin-top: 0;
}

.standard-magazin__item {
	max-width: 100%;
	padding: 0 15px 0 25px;
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.standard-magazin__item {
		padding: 0;
		margin-bottom: 73px;
	}
	
	.standard-magazin__item:last-child {
		margin-bottom: 30px;
	}
}

.standard-magazin__item-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	height: 100%;
}

.standard-magazin__image-container {
	height: 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:1200px) {
	.standard-magazin__image-container {
		height: 190px;
	}
}

.standard-magazin__bottom-container {
	background-color: #f5f5f5;
	min-height: 250px;
	height: 150px;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr 5fr 1fr;
	grid-template-rows: 1fr 5fr 1fr;
	padding: 5px 0;
}

@media (max-width:1200px) {
	.standard-magazin__bottom-container {
		min-height: 200px;
		padding: 5px 8px;
	}
}

@media (max-width:992px) {
	.standard-magazin__bottom-container {
		min-height: 185px;
	}
}

@media (max-width:720px) {
	.standard-magazin__bottom-container {
		padding: 5px 20px;
	}
}

@media (max-width:450px) {
	.standard-magazin__bottom-container {
		min-height: 200px;
	}
}

@media (max-width:390px) {
	.standard-magazin__bottom-container {
		min-height: 250px;
	}
}

.standard-magazin__heading-link {
	margin: 12px 0;
}

.standard-magazin__heading-link h3 {
	color: #000;
	text-align: left;
	line-height: 23px;
	font-weight: 600;
	text-transform: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e3e3;
}

@media (max-width:768px) {
	.standard-magazin__heading-link h3 {
		line-height: 26px;
	}
}

.standard-magazin__heading-link:hover {
	text-decoration: none;
}

.standard-magazin__grid-text {
	margin-bottom: 0;
}

.standard-magazin__grid-text p {
	margin-bottom: 0;
	line-height: 20px;
	font-size: 13px;
	padding-top: 15px;
}

.standard-magazin__grid-button {
	min-width: 1px !important;
	margin: 0;
	border-bottom: 0 !important;
}

.standard-magazin__grid-button-wrapper i {
	-webkit-text-stroke: 1px #f5f5f5;
}

.standard-magazin__button-container {
	margin-top: 0;
	text-align: center;
}

@media (max-width:992px) {
	.standard-magazin__button-container {
		margin-top: 30px;
	}
}

.standard-magazin__button-container a {
	text-transform: none;
}

.standard-magazin__archive-link {
	text-align: right;
	color: #061849;
	position: relative;
	top: -40px;
}

@media (max-width:768px) {
	.standard-magazin__archive-link {
		top: -20px;
	}
}

.standard-magazin__archive-link a {
	color: #061849;
	font-size: 20px;
}

.standard-magazin__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-magazin__meta-date {
	display: inline-block;
	padding-right: 6px;
}

.standard-magazin__meta-date i {
	padding-right: 4px;
}

.standard-magazin__meta-cat {
	display: inline-block;
}

.standard-magazin__meta-cat i {
	padding-right: 4px;
}

.standard-magazin__meta-cat ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
}

.standard-magazin__meta-cat ul li {
	display: inline;
}

#alle-magazin {
	padding-top: 150px;
	margin-top: -100px;
}

.referenzimmobilien-rows--has-top-border .referenzimmobilien-rows__headings {
	padding-top: 60px;
}

.referenzimmobilien-rows__headings {
	padding: 40px 0;
}

@media (max-width:768px) {
	.referenzimmobilien-rows__headings {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.referenzimmobilien-rows__headings h2 {
	max-width: 1220px;
	margin: 0 auto;
	padding-bottom: 12px;
}

.referenzimmobilien-rows__headings h3 {
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0 auto;
	max-width: 1220px;
}

.referenzimmobilien-rows__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.referenzimmobilien-rows__row--in-listing {
	margin-bottom: 0;
}

.referenzimmobilien-rows__column-image-left {
	width: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-image-left {
		min-height: 350px;
	}
}

.referenzimmobilien-rows__column-image-left img {
	display: block;
	margin-right: auto;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-image-left {
		width: 100%;
		padding: 0 25px;
	}
}

.referenzimmobilien-rows__column-text-right {
	width: 50%;
	padding: 0 50px 0 0;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	direction: ltr;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-text-right {
		width: 100%;
		margin-top: 0;
		padding: 0 25px;
	}
}

.referenzimmobilien-rows__column-image-right {
	width: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-image-right {
		min-height: 350px;
	}
}

.referenzimmobilien-rows__column-image-right img {
	display: block;
	margin-left: auto;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-image-right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 25px;
	}
}

.referenzimmobilien-rows__column-text-left {
	width: 50%;
	padding: 0 50px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-text-left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 25px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.referenzimmobilien-rows__column-text-left .referenzimmobilien-rows__column-text-content {
	margin-left: auto;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-text-left .referenzimmobilien-rows__column-text-content {
		margin-left: unset;
	}
}

.referenzimmobilien-rows__column-text-content {
	max-width: 550px;
}

@media (max-width:992px) {
	.referenzimmobilien-rows__column-text-content {
		max-width: 100%;
	}
}

.referenzimmobilien-rows__column-text-content h3 {
	margin: 20px 0;
}

.referenzimmobilien-rows__check-item {
	margin-top: 30px !important;
}

.referenzimmobilien-rows__check-item i {
	padding-right: 15px;
}

.referenzimmobilien-rows__button-container {
	padding-bottom: 50px;
	text-align: center;
	margin-top: 60px;
}

.referenzimmobilien-rows--rows .referenzimmobilien-rows__row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1220px;
	margin: 0 auto;
	max-height: 100%;
	min-height: 370px;
}

.referenzimmobilien-rows--rows .referenzimmobilien-rows__column-text-content {
	padding: 60px 0;
}

@media (max-width:998px) {
	.referenzimmobilien-rows--rows .referenzimmobilien-rows__column-text-content {
		padding: 0;
	}
}

.referenzimmobilien-rows--rows .referenzimmobilien-rows__column-text-content .btn-wrapper {
	text-align: end;
}

.referenzimmobilien-rows--rows .referenzimmobilien-rows__check-item {
	font-size: 20px;
}

.referenzimmobilien-rows--rows .referenzimmobilien-rows__check-item i {
	width: 48px;
	height: 48px;
}

.referenzimmobilien-rows--rows .button-style-2 {
	padding: 3px 26px !important;
	font-size: 14px !important;
	text-transform: lowercase;
}

.referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-left, .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-right {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 320px;
}

@media (max-width:992px) {
	.referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-left, .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-right {
		min-height: 350px;
	}
}

.referenzimmobilien-rows--v1 {
	direction: rtl;
}

#standorte-section {
	background: #f5f5f5;
}

#standorte-section--has-top-border .referenzimmobilien-rows__headings {
	padding-top: 60px;
}

#standorte-section__headings {
	padding: 40px 0;
}

@media (max-width:768px) {
	#standorte-section__headings {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

#standorte-section__headings h2 {
	border-bottom: 1px solid #4b762e;
	max-width: 1220px;
	margin: 0 auto;
}

#standorte-section__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#standorte-section__row--in-listing {
	margin-bottom: 0;
}

#standorte-section__column-image-left {
	width: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:992px) {
	#standorte-section__column-image-left {
		min-height: 350px;
	}
}

#standorte-section__column-image-left img {
	display: block;
	margin-right: auto;
}

@media (max-width:992px) {
	#standorte-section__column-image-left {
		width: 100%;
		padding: 0 25px;
	}
}

#standorte-section #standorte-section__column-text-right {
	width: 50%;
	padding: 0 0 0 50px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	direction: ltr;
}

@media (max-width:992px) {
	#standorte-section #standorte-section__column-text-right {
		width: 100%;
		margin-top: 30px;
		padding: 0 25px;
	}
}

#standorte-section__column-image-right {
	width: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:992px) {
	#standorte-section__column-image-right {
		min-height: 350px;
	}
}

#standorte-section__column-image-right img {
	display: block;
	margin-left: auto;
}

@media (max-width:992px) {
	#standorte-section__column-image-right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 25px;
	}
}

#standorte-section #standorte-section__column-text-left {
	width: 50%;
	padding: 0 0 0 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:992px) {
	#standorte-section #standorte-section__column-text-left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 25px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

#standorte-section #standorte-section__column-text-left .referenzimmobilien-rows__column-text-content {
	margin-left: auto;
}

@media (max-width:992px) {
	#standorte-section #standorte-section__column-text-left .referenzimmobilien-rows__column-text-content {
		margin-left: unset;
	}
}

#standorte-section__column-text-content {
	max-width: 550px;
}

@media (max-width:992px) {
	#standorte-section__column-text-content {
		max-width: 100%;
	}
}

#standorte-section__column-text-content h3 {
	margin: 20px 0;
}

#standorte-section__check-item {
	margin-top: 30px !important;
}

#standorte-section__check-item i {
	padding-right: 15px;
}

#standorte-section .referenzimmobilien-rows-full {
	padding-bottom: 100px;
}

#standorte-section .referenzimmobilien-rows-full h2 {
	text-align: center;
	margin-top: 130px;
	margin-bottom: 120px;
}

@media (max-width:992px) {
	#standorte-section .referenzimmobilien-rows-full h2 {
		margin: 64px 0 100px;
	}
}

#standorte-section .referenzimmobilien-rows-full__all-link {
	text-align: right;
}

#standorte-section .referenzimmobilien-rows-full__all-link a {
	color: #061849;
	font-size: 20px;
}

#standorte-section .referenzimmobilien-rows__button-container {
	padding-bottom: 50px;
	text-align: center;
	margin-top: 60px;
}

#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1220px;
	margin: 0 auto;
	max-height: 437px;
	min-height: 370px;
}

@media (max-width:992px) {
	#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__row {
		max-height: -webkit-fit-content;
		max-height: -moz-fit-content;
		max-height: fit-content;
	}
}

#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-text-content {
	padding: 60px 0;
}

@media (max-width:992px) {
	#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-text-content {
		padding: 0 0 60px;
	}
}

#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-text-content .btn-wrapper {
	text-align: left;
}

#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__check-item {
	font-size: 20px;
}

#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__check-item i {
	width: 48px;
	height: 48px;
}

#standorte-section .referenzimmobilien-rows--rows .button-style-2 {
	padding: 3px 26px !important;
	font-size: 14px !important;
	text-transform: none;
}

#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-left, #standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-right {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 320px;
}

@media (max-width:992px) {
	#standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-left, #standorte-section .referenzimmobilien-rows--rows .referenzimmobilien-rows__column-image-right {
		min-height: 350px;
	}
}

#standorte-section .referenzimmobilien-rows--v1 {
	direction: ltr;
}

#standorte-section .referenzimmobilien-rows--v2 {
	direction: rtl;
}

#standorte-section .referenzimmobilien-rows--v2 .referenzimmobilien-rows__column-text-left .referenzimmobilien-rows__column-text-content {
	direction: ltr;
}

#standorte-section .referenzimmobilien-rows__column-text-right {
	padding: 0 0 0 50px;
}

@media (max-width:992px) {
	#standorte-section .referenzimmobilien-rows__column-text-right {
		padding: 0 25px;
	}
}

#standorte-section .referenzimmobilien-rows__column-text-left {
	padding: 0 0 0 50px;
}

@media (max-width:992px) {
	#standorte-section .referenzimmobilien-rows__column-text-left {
		padding: 0 25px;
	}
}

#standorte-ansprechpartner {
	background: #fff;
}

#standorte-ansprechpartner .referenzimmobilien-rows__headings {
	padding-bottom: 0;
}

#standorte-ansprechpartner .referenzimmobilien-rows {
	background: #fff;
}

#standorte-ansprechpartner .referenzimmobilien-rows__row {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 40px;
}

@media (max-width:1250px) {
	#standorte-ansprechpartner .referenzimmobilien-rows__row {
		padding-right: 25px;
		grid-template-columns: 1fr 2.5fr;
	}
}

@media (max-width:1000px) {
	#standorte-ansprechpartner .referenzimmobilien-rows__row {
		padding: 0 25px;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

#standorte-ansprechpartner .referenzimmobilien-rows__row .referenzimmobilien-rows__column-image-left {
	width: 100%;
}

@media (max-width:600px) {
	#standorte-ansprechpartner .referenzimmobilien-rows__row .referenzimmobilien-rows__column-image-left {
		width: 200px;
		height: 200px;
		min-height: 200px;
		margin: 20px auto 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
}

#standorte-ansprechpartner .referenzimmobilien-rows__column-text-right {
	padding: 0;
	width: 100%;
}

#standorte-ansprechpartner .referenzimmobilien-rows__column-text-right .referenzimmobilien-rows__column-text-content {
	max-width: 100%;
}

#standorte-ansprechpartner .referenzimmobilien-rows--v1 {
	direction: ltr;
}

.mangos-flexible-referenzimmobilien-slider__headings {
	padding-top: 60px;
	padding-bottom: 100px;
}

.mangos-flexible-referenzimmobilien-slider .slick-slide {
	min-height: 600px;
}

.mangos-flexible-referenzimmobilien-slider__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f2f2f2;
}

.mangos-flexible-referenzimmobilien-slider__row--in-listing {
	margin-bottom: 0;
}

.mangos-flexible-referenzimmobilien-slider__column-image-left {
	width: 50%;
}

.mangos-flexible-referenzimmobilien-slider__column-image-left img {
	display: block;
	margin-right: auto;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__column-image-left {
		width: 100%;
		padding: 0 25px;
	}
}

.mangos-flexible-referenzimmobilien-slider__column-text-right {
	width: 50%;
	padding: 0 60px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__column-text-right {
		width: 100%;
		margin-top: 30px;
		padding: 0 25px;
	}
}

.mangos-flexible-referenzimmobilien-slider__column-image-right {
	width: 50%;
}

.mangos-flexible-referenzimmobilien-slider__column-image-right img {
	display: block;
	margin-left: auto;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__column-image-right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 25px;
	}
}

.mangos-flexible-referenzimmobilien-slider__column-text-left {
	width: 50%;
	padding: 0 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mangos-flexible-referenzimmobilien-slider__column-text-left h3 {
	margin-top: 40px;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__column-text-left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 25px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.mangos-flexible-referenzimmobilien-slider__column-text-left .referenzimmobilien-rows__column-text-content {
	margin-left: auto;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__column-text-left .referenzimmobilien-rows__column-text-content {
		margin-left: unset;
	}
}

.mangos-flexible-referenzimmobilien-slider__column-text-content {
	max-width: 550px;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__column-text-content {
		max-width: 100%;
	}
}

.mangos-flexible-referenzimmobilien-slider__column-text-content h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

@media (max-width:768px) {
	.mangos-flexible-referenzimmobilien-slider .button-style-2 {
		margin-bottom: 10px;
	}
}

.mangos-flexible-referenzimmobilien-slider__check-item {
	margin-top: 30px !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:768px) {
	.mangos-flexible-referenzimmobilien-slider__check-item {
		font-size: 20px !important;
	}
}

.mangos-flexible-referenzimmobilien-slider__check-item i {
	margin-right: 15px;
	width: 55px;
	height: 55px;
	border: 2px solid #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:768px) {
	.mangos-flexible-referenzimmobilien-slider__check-item i {
		width: 48px;
		height: 48px;
	}
}

.mangos-flexible-referenzimmobilien-slider__slider .referenzimmobilien-rows__row, .mangos-flexible-referenzimmobilien-slider__slider .slick-slide {
	min-height: 600px;
}

.mangos-flexible-referenzimmobilien-slider__slider .referenzimmobilien-rows__column-image-left {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__slider .referenzimmobilien-rows__column-image-left {
		height: 300px;
	}
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-arrow {
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-arrow:hover {
	background-color: transparent;
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-prev {
	left: 10px;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__slider .slick-prev {
		left: 0;
	}
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-next {
	right: 10px;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__slider .slick-next {
		right: 0;
	}
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-left: 0;
	padding-left: 0;
}

@media (max-width:768px) {
	.mangos-flexible-referenzimmobilien-slider__slider .slick-dots {
		margin-top: 25px;
	}
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-dots li:hover {
	cursor: pointer;
}

.mangos-flexible-referenzimmobilien-slider__slider .slick-dots button {
	visibility: hidden;
}

@media (max-width:992px) {
	.mangos-flexible-referenzimmobilien-slider__slider .slick-track, .mangos-flexible-referenzimmobilien-slider__slider .slick-track .slick-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.mangos-flexible-referenzimmobilien-slider__slider .slick-track .slick-slide {
		height: auto;
	}
	
	.mangos-flexible-referenzimmobilien-slider__slider .slick-track .slick-slide .standard-referenzen-horizontal__slide-inner {
		height: 100%;
	}
	
	.mangos-flexible-referenzimmobilien-slider__slider .slick-track .slick-slide .referenzimmobilien-rows__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#tour .row {
	height: 280px;
}

@media (max-width:992px) {
	#tour .row {
		display: none;
	}
}

.standard-text-4-col {
	padding-top: 90px;
	padding-bottom: 20px;
}

.standard-text-4-col h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0;
}

.standard-text-4-col h3 {
	margin: 0;
}

@media (max-width:768px) {
	.standard-text-4-col {
		padding-top: 50px;
	}
}

.standard-text-4-col__intro-text {
	text-align: center;
	margin-bottom: 40px !important;
}

.standard-text-4-col__column {
	text-align: center;
	height: 100%;
}

.standard-text-4-col__column img {
	margin-bottom: 0;
	height: 190px;
}

.standard-text-4-col__column a {
	position: relative;
	visibility: hidden;
	top: -190px;
	width: 268px;
	height: 190px;
	opacity: .5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 50px;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transition-property: background-color, border-color;
	-o-transition-property: background-color, border-color;
	-moz-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	color: #fff;
	font-family: Poppins, Sans-serif !important;
	font-weight: 500 !important;
	text-transform: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-style: solid !important;
	border-width: 2px;
	border-color: #4b762e;
	background-color: #4b762e;
}

@media (max-width:1200px) {
	.standard-text-4-col__column a {
		width: 192px;
	}
}

@media (max-width:991.98px) {
	.standard-text-4-col__column a {
		width: 277px;
		margin: 0 auto;
	}
}

@media (max-width:350px) {
	.standard-text-4-col__column a {
		width: 100%;
	}
}

.standard-text-4-col__column:first-child a {
	visibility: visible;
}

@media (max-width:992px) {
	.standard-text-4-col__column {
		margin-bottom: 50px;
	}
}

.standard-text-4-col__item-heading {
	margin-bottom: 20px !important;
}

.standard-text-4-col__shortcode-display-window {
	max-width: 1220px;
	margin: 0 auto;
}

.standard-text-4-col__shortcode-view {
	display: none;
}

.standard-ratgeber-top {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width:768px) {
	.standard-ratgeber-top {
		padding-top: 50px;
	}
}

.standard-ratgeber-top__heading {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px !important;
	margin: 0 !important;
}

.standard-ratgeber-top__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:992px) {
	.standard-ratgeber-top__items {
		display: none;
	}
}

.standard-ratgeber-top__item {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20%;
	padding-top: 40px;
}

.standard-ratgeber-top__item img {
	position: relative;
	max-width: 100%;
	z-index: 10;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.standard-ratgeber-top__item h2 {
	position: relative;
	z-index: 11;
}

@media (min-width:991.98px) and (max-width:1199.98px) {
	.standard-ratgeber-top__item {
		font-size: 16px;
	}
}

.standard-ratgeber-top__item:hover {
	text-decoration: none;
}

.standard-ratgeber-top__item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.standard-ratgeber-top__mobile {
	display: none;
}

@media (max-width:992px) {
	.standard-ratgeber-top__mobile {
		display: block;
	}
}

.standard-ratgeber-rows {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid;
	max-width: 1220px;
	margin: 0 auto;
}

.standard-ratgeber-rows:last-child {
	border-bottom: 0;
}

.standard-ratgeber-rows__headings {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width:768px) {
	.standard-ratgeber-rows__headings {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-ratgeber-rows__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.standard-ratgeber-rows__column-image-left {
	width: 50%;
}

.standard-ratgeber-rows__column-image-left img {
	display: block;
	margin: auto;
}

@media (max-width:992px) {
	.standard-ratgeber-rows__column-image-left {
		width: 100%;
		padding: 0 25px;
		margin: 0 auto;
	}
}

.standard-ratgeber-rows__column-text-right {
	width: 50%;
	padding: 0 20px;
	padding-top: 25px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:992px) {
	.standard-ratgeber-rows__column-text-right {
		width: 100%;
		margin-top: 30px;
		padding: 0 25px;
	}
}

@media (max-width:450px) {
	.standard-ratgeber-rows__column-text-right {
		padding: 0;
	}
}

.standard-ratgeber-rows__column-text-right h3 {
	color: #282828;
}

.standard-ratgeber-rows__column-text-right p {
	margin-top: 20px;
}

.standard-ratgeber-rows__column-text-right .ratgeber-rows-btn-wrap {
	text-align: right;
}

.standard-ratgeber-rows__column-image-right {
	width: 50%;
}

.standard-ratgeber-rows__column-image-right img {
	display: block;
	margin: auto;
}

@media (max-width:992px) {
	.standard-ratgeber-rows__column-image-right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 25px;
		margin: 0 auto;
	}
}

.standard-ratgeber-rows__column-text-left {
	width: 50%;
	padding: 0 20px;
	padding-top: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.standard-ratgeber-rows__column-text-left h3 {
	color: #282828;
}

.standard-ratgeber-rows__column-text-left p {
	margin-top: 20px;
}

.standard-ratgeber-rows__column-text-left .ratgeber-rows-btn-wrap {
	text-align: right;
}

@media (max-width:992px) {
	.standard-ratgeber-rows__column-text-left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 25px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width:450px) {
	.standard-ratgeber-rows__column-text-left {
		padding: 0;
	}
}

.standard-ratgeber-rows__column-text-left .referenzimmobilien-rows__column-text-content {
	margin-left: auto;
}

@media (max-width:992px) {
	.standard-ratgeber-rows__column-text-left .referenzimmobilien-rows__column-text-content {
		margin-left: unset;
	}
}

.standard-ratgeber-rows__heading-small {
	font-size: 19px !important;
	margin-bottom: 6px !important;
}

@media (max-width:1200px) {
	.standard-ratgeber-rows__heading-small {
		font-size: 15px !important;
	}
}

.standard-ratgeber-rows__column-text-content {
	max-width: 550px;
}

@media (max-width:992px) {
	.standard-ratgeber-rows__column-text-content {
		max-width: 100%;
	}
}

.standard-ratgeber-rows__column-text-content h3 {
	font-size: 35px;
	margin-bottom: 20px;
}

@media (max-width:1200px) {
	.standard-ratgeber-rows__column-text-content h3 {
		font-size: 20px;
	}
}

@media (max-width:992px) {
	.standard-ratgeber-rows__column-text-content h3 {
		font-size: 25px;
	}
}

@media (max-width:360px) {
	.standard-ratgeber-rows__column-text-content h3 {
		font-size: 21px;
	}
}

.standard-ratgeber-rows__check-item {
	margin-top: 30px !important;
}

.standard-ratgeber-rows__check-item i {
	padding-right: 15px;
}

@media (max-width:992px) {
	.referenzimmobilien-rows-full h2 {
		margin: 64px 0 100px;
	}
}

.standard-ansprechpartner {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-ansprechpartner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-ansprechpartner__image-col {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	min-height: 350px;
}

@media (max-width:768px) {
	.standard-ansprechpartner__image-col {
		margin-bottom: 30px;
	}
}

.standard-ansprechpartner .row {
	margin-top: 50px;
}

.standard-ansprechpartner__quote {
	margin-top: 30px;
	margin-bottom: 30px;
}

.standard-ansprechpartner__modal-img {
	max-width: 260px;
	margin-bottom: 30px;
}

.standard-ansprechpartner__meta-item i {
	display: inline-block;
	width: 37px;
	text-align: center;
	padding-right: 8px;
}

.standard-filialen-blocks__row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.standard-filialen-blocks__item, .standard-filialen-blocks__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.standard-filialen-blocks__item {
	width: 50%;
	min-height: 600px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-filialen-blocks__item:hover {
	text-decoration: none;
}

@media (max-width:992px) {
	.standard-filialen-blocks__item {
		width: 100%;
		min-height: 300px;
		margin-bottom: 15px;
	}
}

.standard-filialen-blocks__item-inner {
	max-width: 80%;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-filialen-blocks__item-inner h4 {
	margin-bottom: 20px;
}

.standard-filialen-blocks__item-bg {
	background-color: hsla(0, 0%, 100%, .91);
	padding: 42px 28px;
	margin-bottom: 30px;
}

@media (max-width:992px) {
	.standard-filialen-blocks__item-bg {
		padding: 20px 28px;
	}
}

.standard-plz {
	padding: 90px 0 20px;
}

.standard-plz h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0;
}

.standard-plz h3 {
	margin: 0;
}

@media (max-width:768px) {
	.standard-plz {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-plz__list {
	margin-top: 80px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

@media (max-width:992px) {
	.standard-plz__list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (max-width:768px) {
	.standard-plz__list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.standard-plz__list p {
	line-height: 32px;
}

.standard-plz__list--ort {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

@media (max-width:768px) {
	.standard-plz__list--ort {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

input[type=checkbox] {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bbb;
	line-height: 0;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: border-color .05s ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	transition: border-color .05s ease-in-out;
}

@media (max-width:600px) {
	.cr_page {
		width: auto !important;
	}
}

.cr_page input[type=text] {
	font-family: Poppins !important;
	font-size: 14px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.cr_page div[rel=checkbox] {
	font-family: Poppins, Sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #282828;
	line-height: 27px;
}

.cr_page div[rel=checkbox] input {
	margin-top: -1px;
}

.cr_page button {
	background-color: #1a758d;
}

@media (max-width:768px) {
	.cr_page div[rel=checkbox] {
		font-size: 12px;
	}
}

.cr_page button:hover {
	background-color: #1a758d;
	opacity: 1;
}

@media (max-width:460px) {
	.cr_page input[type=text] {
		width: 90% !important;
	}
	
	.cr_page .g-recaptcha {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
	}
	
	.cr_page div[rel=recaptcha] {
		width: 0;
	}
	
	.cr_page .cr_button {
		height: 36px;
	}
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	line-height: 14px;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
	content: "";
	margin-bottom: -1px;
	z-index: 999;
}

form input[type=email], form input[type=tel], form input[type=text], form textarea {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: transparent;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
	color: #9d9d9d;
}

form input[type=email]:-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]:-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=text]:-moz-placeholder, form input[type=text]::-moz-placeholder, form textarea:-moz-placeholder, form textarea::-moz-placeholder {
	color: #9d9d9d;
}

form input[type=email]:-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form textarea:-ms-input-placeholder, form textarea::-ms-input-placeholder {
	color: #9d9d9d;
}

form input[type=email]::placeholder, form input[type=tel]::placeholder, form input[type=text]::placeholder, form textarea::placeholder {
	color: #9d9d9d;
}

.cr_page button {
	font-family: Poppins, Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 24px;
}

input[type=submit] {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.text-with-person-custom-1 {
	position: relative;
	padding-top: 40px;
	padding-bottom: 90px;
}

@media (max-width:1200px) {
	.text-with-person-custom-1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.text-with-person-custom-1 h2 {
	text-align: center;
}

.text-with-person-custom-1 h3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 800px;
	margin: 0 auto;
}

@media (max-width:992px) {
	.text-with-person-custom-1 h3 {
		font-size: 15px;
	}
}

@media (max-width:768px) {
	.text-with-person-custom-1 h3 {
		grid-template-columns: 1fr;
		grid-gap: 15px;
		text-align: left;
		font-size: 18px;
		margin: 0;
	}
}

.text-with-person-custom-1 h3 i {
	color: #3ea91e;
}

.text-with-person-custom-1 h3 i:nth-child(2), .text-with-person-custom-1 h3 i:nth-child(3) {
	padding-left: 20px;
}

.text-with-person-custom-1__container {
	position: relative;
	padding: 40px 15px 10px;
	max-width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width:1024px) {
	.text-with-person-custom-1__container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width:768px) {
	.text-with-person-custom-1__container {
		display: block;
		padding-top: 20px;
		padding-left: 35px;
		padding-right: 35px;
	}
}

.text-with-person-custom-1__container--fullwidth {
	max-width: unset;
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width:768px) {
	.text-with-person-custom-1__container--fullwidth {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.text-with-person-custom-1__container .section-subheading {
	margin-bottom: 60px;
}

.text-with-person-custom-1__content {
	max-width: 1200px;
	margin: 0 auto;
}

.text-with-person-custom-1__content p {
	margin-bottom: 30px;
}

@media (max-width:1270px) {
	.text-with-person-custom-1__content {
		max-width: 90%;
	}
}

@media (max-width:1024px) {
	.text-with-person-custom-1__content {
		max-width: 88%;
	}
}

@media (max-width:768px) {
	.text-with-person-custom-1__content {
		max-width: 100%;
		margin-top: 50px;
	}
}

.text-with-person-custom-1__image-container {
	position: relative;
	bottom: -290px;
	left: 61%;
	z-index: 1;
	height: 0;
}

@media (max-width:1550px) {
	.text-with-person-custom-1__image-container {
		left: 67%;
		bottom: -369px;
	}
}

@media (max-width:1270px) {
	.text-with-person-custom-1__image-container {
		bottom: -150px;
		left: 75%;
	}
}

@media (max-width:1200px) {
	.text-with-person-custom-1__image-container {
		right: 20px;
	}
}

@media (max-width:1024px) {
	.text-with-person-custom-1__image-container {
		width: 40%;
	}
}

.text-with-person-custom-1__image-container img {
	display: block;
	width: 360px;
	-webkit-box-shadow: 0 0 27px -6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 27px -6px rgba(0, 0, 0, .3);
	box-shadow: 0 0 27px -6px rgba(0, 0, 0, .3);
}

@media (max-width:1550px) {
	.text-with-person-custom-1__image-container img {
		width: 300px;
	}
}

@media (max-width:1270px) {
	.text-with-person-custom-1__image-container img {
		width: 250px;
	}
}

@media (max-width:1025px) {
	.text-with-person-custom-1__image-container {
		display: none;
		position: static;
		width: 100%;
		border-bottom: 1px solid transparent;
	}
	
	.text-with-person-custom-1__image-container img {
		display: block;
		margin: 0 auto;
	}
}

.text-with-person-custom-1__image-container-mobile {
	display: none;
	text-align: center;
}

.text-with-person-custom-1__image-container-mobile img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width:768px) {
	.text-with-person-custom-1__image-container-mobile {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
}

.text-with-person-custom-1__icons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	max-width: 850px;
	padding: 0 15px 0 25px;
	border: unset;
	margin-top: 30px;
}

@media (max-width:1100px) {
	.text-with-person-custom-1__icons {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:768px) {
	.text-with-person-custom-1__icons {
		grid-template-columns: 1fr;
		margin-top: 10px;
	}
}

.text-with-person-custom-1__icons--alt-design {
	border-top: none;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width:800px) {
	.text-with-person-custom-1__icons--alt-design {
		padding-left: 0;
		padding-right: 0;
	}
}

.text-with-person-custom-1__icons--alt-design .text-with-person-custom-1__icons-item {
	width: 100%;
	margin-bottom: 0;
}

.text-with-person-custom-1__icons-item {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	text-decoration: none;
	padding-right: 10px;
}

.text-with-person-custom-1__icons-item:hover {
	text-decoration: none;
}

.text-with-person-custom-1__icons-item:hover .text-with-person-custom-1__icon-container i, .text-with-person-custom-1__icons-item:hover .text-with-person-custom-1__icon-container img {
	opacity: .6;
}

@media (max-width:800px) {
	.text-with-person-custom-1__icons-item {
		width: 100%;
	}
}

.text-with-person-custom-1__icon-container {
	width: 72px;
	height: 72px;
	padding: 5px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.text-with-person-custom-1__icon-container img {
	max-width: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}

.text-with-person-custom-1__icon-container i {
	color: #fff;
	font-size: 36px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}

.text-with-person-custom-1__text-container {
	padding-left: 15px;
	margin-bottom: 0 !important;
	font-weight: 500;
}

.text-with-person-custom-1__text-container:hover h4 {
	color: #3ea91e;
}

@media (max-width:768px) {
	.text-with-person-custom-1__text-container {
		font-weight: 400;
	}
}

.text-with-person-custom-1__text-container h4 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.text-with-person-text-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

@media (max-width:992px) {
	.text-with-person-text-grid {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

.text-with-person-custom-1 .container:first-child {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.text-with-person-custom-1 .cutted-bg-grid {
	background: rgba(239, 239, 239, .71);
	margin-top: 50px;
	padding-top: 20px;
}

.text-with-person-custom-1 .cutted-bg-grid .container {
	border-bottom: none;
}

.cutted-bg-grid:after {
	content: "";
	position: relative;
	top: -494px;
	right: 0;
	border-bottom: 100px solid rgba(239, 239, 239, .71);
	border-left: 100vw solid transparent;
	width: 0;
}

@media (max-width:768px) {
	.cutted-bg-grid:after {
		top: -721px;
	}
}

@media (max-width:575px) {
	.cutted-bg-grid:after {
		top: -695px;
	}
}

@media (max-width:562px) {
	.cutted-bg-grid:after {
		top: -721px;
	}
}

@media (max-width:476px) {
	.cutted-bg-grid:after {
		top: -745px;
	}
}

@media (max-width:424px) {
	.cutted-bg-grid:after {
		top: -771px;
	}
}

@media (max-width:348px) {
	.cutted-bg-grid:after {
		top: -797px;
	}
}

@media (max-width:338px) {
	.cutted-bg-grid:after {
		top: -821px;
	}
}

@media (max-width:332px) {
	.cutted-bg-grid:after {
		top: -847px;
	}
}

@media (max-width:324px) {
	.cutted-bg-grid:after {
		top: -951px;
	}
}

.text-icons-title-block {
	padding-left: 25px;
	max-width: 700px;
}

.text-icons-title-block .pWithBorder {
	border-bottom: 1px solid #d6d5d5;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.pace3-center-main-color-border, .pace3-left-main-color-border {
	border-bottom: 1px solid #3ea91e;
	width: 120px;
	position: relative;
	bottom: 1px;
}

.pace3-center-main-color-border {
	margin: 0 auto;
}

#just-box-icons {
	padding-top: 0;
	padding-bottom: 10px;
	max-width: 1220px;
	margin: 0 auto;
}

#just-box-icons .container:first-child {
	border-bottom: none;
	padding-bottom: 0;
}

#just-box-icons .pace3-center-main-color-border {
	display: none;
}

#just-box-icons .text-with-person-custom-1__content {
	max-width: 1270px;
}

#just-box-icons .text-with-person-custom-1__content .text-with-person-custom-1__icons {
	max-width: 100%;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 0;
}

@media (max-width:992px) {
	#just-box-icons .text-with-person-custom-1__content .text-with-person-custom-1__icons {
		grid-template-columns: 1fr 1fr;
		grid-gap: 25px;
	}
}

@media (max-width:600px) {
	#just-box-icons .text-with-person-custom-1__content .text-with-person-custom-1__icons {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}

#just-box-icons .text-with-person-custom-1__content .text-with-person-custom-1__icons .text-with-person-custom-1__icons-item {
	width: 100%;
	padding: 0;
}

.standard-full-width-image {
	height: 668px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.standard-full-width-image__before {
	padding-bottom: 40px;
}

.standard-full-width-image__before h2, .standard-full-width-image__before h3, .standard-full-width-image__before h4, .standard-full-width-image__before h5 {
	text-align: center !important;
}

.standard-full-width-image__after {
	padding-top: 40px;
}

.standard-full-width-image__after h2, .standard-full-width-image__after h3, .standard-full-width-image__after h4, .standard-full-width-image__after h5 {
	text-align: center !important;
}

.alternating-rows-with-video__headings {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width:768px) {
	.alternating-rows-with-video__headings {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.alternating-rows-with-video__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #eee;
}

.alternating-rows-with-video__row--in-listing {
	margin-bottom: 0;
}

.alternating-rows-with-video__video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.alternating-rows-with-video__video--last {
	margin-bottom: 0;
}

.alternating-rows-with-video__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.alternating-rows-with-video__column-image-left {
	width: 50%;
}

.alternating-rows-with-video__column-image-left img {
	display: block;
	margin-right: auto;
}

@media (max-width:1200px) {
	.alternating-rows-with-video__column-image-left {
		width: 100%;
		padding: 0;
	}
}

.alternating-rows-with-video__column-text-right {
	width: 50%;
	padding: 0 60px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1200px) {
	.alternating-rows-with-video__column-text-right {
		width: 100%;
		margin-top: 30px;
		padding: 0 25px;
	}
}

.alternating-rows-with-video__column-image-right {
	width: 50%;
}

.alternating-rows-with-video__column-image-right img {
	display: block;
	margin-left: auto;
}

@media (max-width:1200px) {
	.alternating-rows-with-video__column-image-right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0;
	}
}

.alternating-rows-with-video__column-text-left {
	width: 50%;
	padding: 0 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1200px) {
	.alternating-rows-with-video__column-text-left {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 0 25px;
	}
}

.alternating-rows-with-video__column-text-left .referenzimmobilien-rows__column-text-content {
	margin-left: auto;
}

@media (max-width:1200px) {
	.alternating-rows-with-video__column-text-left .referenzimmobilien-rows__column-text-content {
		margin-left: unset;
	}
}

.alternating-rows-with-video__column-text-content {
	max-width: 550px;
}

@media (max-width:1200px) {
	.alternating-rows-with-video__column-text-content {
		max-width: 100%;
	}
}

.alternating-rows-with-video__column-text-content h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

.alternating-rows-with-video__check-item {
	margin-top: 30px !important;
}

.alternating-rows-with-video__check-item i {
	padding-right: 15px;
}

.alternating-rows-with-video__link-container {
	margin-top: 70px;
}

.referenzimmobilien-rows-full {
	padding-bottom: 100px;
}

.referenzimmobilien-rows-full h2 {
	text-align: center;
	margin-top: 130px;
	margin-bottom: 120px;
}

@media (max-width:1200px) {
	.referenzimmobilien-rows-full h2 {
		margin: 64px 0 100px;
	}
}

.referenzimmobilien-rows-full__all-link {
	text-align: right;
}

.referenzimmobilien-rows-full__all-link a {
	color: #061849;
	font-size: 20px;
}

.projekt-step {
	padding-top: 0 !important;
	padding-bottom: 110px;
}

@media (max-width:768px) {
	.projekt-step {
		padding-bottom: 50px;
	}
}

.projekt-step .container {
	position: relative;
	padding-top: 60px;
}

@media (max-width:1460px) {
	.projekt-step .container {
		padding-top: 150px;
	}
}

.projekt-step__section-number {
	position: absolute;
	display: block;
	padding: 40px 26px 30px;
	font-size: 30px !important;
	font-weight: 600 !important;
	background-color: #fff;
	top: 0;
	left: -80px;
}

@media (max-width:1460px) {
	.projekt-step__section-number {
		left: 25px;
	}
}

.projekt-step__section-subheading {
	margin-bottom: 70px !important;
}

.projekt-step__text-content-column {
	padding-right: 80px;
}

.projekt-step__text-content-column .body-text-standard p {
	font-size: 1.2em !important;
	line-height: 1.5 !important;
}

@media (max-width:992px) {
	.projekt-step__text-content-column {
		padding-right: 20px;
	}
}

@media (max-width:768px) {
	.projekt-step__text-content-column {
		padding-right: 0;
	}
}

.projekt-step__checklist-column {
	padding-top: 80px;
}

.projekt-step__checklist-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}

.projekt-step__checklist-check {
	width: 64px;
	font-size: 40px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.projekt-step__checklist-text {
	width: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 20px;
	padding-top: 8px;
}

.projekt-step .accordion {
	background-color: #fff;
}

.projekt-step .panel {
	background-color: transparent;
}

.standard-projekt-step-link-columns {
	padding-top: 90px;
	padding-bottom: 80px;
}

.standard-projekt-step-link-columns__col-image {
	height: 290px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:1380px) {
	.standard-projekt-step-link-columns__col-image {
		height: 250px;
	}
}

@media (max-width:992px) {
	.standard-projekt-step-link-columns__col-image {
		height: 200px;
	}
}

@media (max-width:768px) {
	.standard-projekt-step-link-columns__col-image {
		height: 250px;
	}
}

.standard-projekt-step-link-columns .row {
	margin-top: 40px;
}

@media (max-width:1200px) {
	.standard-projekt-step-link-columns__col {
		margin: 0 auto 30px;
	}
}

.standard-projekt-step-link-columns__col-inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

@media (max-width:1200px) {
	.standard-projekt-step-link-columns__col-inner {
		margin: 0 auto;
	}
}

.standard-projekt-step-link-columns__column-text {
	padding: 40px 15px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.standard-projekt-step-link-columns__column-text p {
	font-size: 18px !important;
}

@media (max-width:768px) {
	.standard-projekt-step-link-columns__column-text p {
		font-size: 14px !important;
	}
}

.standard-ribbon {
	margin-top: 100px;
	margin-bottom: 100px;
	position: fixed;
	top: 500px;
	z-index: 10000;
}

.standard-ribbon--right {
	right: 0;
}

.standard-ribbon--right .standard-ribbon__content {
	right: -750px;
	padding: 20px 50px 20px 15px;
	-webkit-border-top-left-radius: 150px;
	-moz-border-radius-topleft: 150px;
	border-top-left-radius: 150px;
	-webkit-border-bottom-left-radius: 150px;
	-moz-border-radius-bottomleft: 150px;
	border-bottom-left-radius: 150px;
}

.standard-ribbon--right .standard-ribbon__image {
	text-align: left;
}

.standard-ribbon--right .standard-ribbon__close {
	right: 8px;
}

.standard-ribbon--left {
	left: 0;
}

.standard-ribbon--left .standard-ribbon__content {
	left: -750px;
	padding: 20px 15px 20px 50px;
	-webkit-border-top-right-radius: 150px;
	-moz-border-radius-topright: 150px;
	border-top-right-radius: 150px;
	-webkit-border-bottom-right-radius: 150px;
	-moz-border-radius-bottomright: 150px;
	border-bottom-right-radius: 150px;
}

.standard-ribbon--left .standard-ribbon__close {
	left: 8px;
}

@media (max-width:780px) {
	.standard-ribbon {
		display: none;
	}
}

.standard-ribbon__content {
	background-color: #eee;
	width: 650px;
	height: 230px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.standard-ribbon__content h2 {
	margin-bottom: 8px !important;
	font-size: 25px !important;
}

.standard-ribbon__content p {
	margin-bottom: 5px !important;
}

.standard-ribbon__content h3 {
	margin-bottom: 6px !important;
}

.standard-ribbon__content a {
	margin-top: 10px;
}

.standard-ribbon__text {
	max-width: 416px;
}

.standard-ribbon__close {
	font-size: 16px !important;
	position: absolute;
	top: 0;
	border: none;
	background: none;
	padding: 4px;
	margin: 0 !important;
}

.standard-ribbon__close:hover {
	cursor: pointer;
}

.standard-ribbon__image {
	margin-left: auto;
	width: 232px;
	text-align: right;
}

.standard-ribbon__image img {
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-ribbon--active.standard-ribbon--left .standard-ribbon__content {
	left: 0;
}

.standard-ribbon--active.standard-ribbon--right .standard-ribbon__content {
	right: 0;
}

.standard-text-col-with-widgets {
	padding-top: 90px;
	padding-bottom: 0;
}

.standard-text-col-with-widgets h2 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin: 0;
}

.standard-text-col-with-widgets h3 {
	text-align: right;
	margin-top: 40px;
	width: 45%;
	color: #3ea91e;
	font-size: 22px;
}

@media (max-width:1200px) {
	.standard-text-col-with-widgets h3 {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:768px) {
	.standard-text-col-with-widgets {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-text-col-with-widgets .row {
	margin: 30px auto 0;
	line-height: 28px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	max-width: 1270px;
	max-height: 180px;
}

@media (max-width:1200px) {
	.standard-text-col-with-widgets .row {
		grid-template-columns: 1fr;
		max-height: -webkit-fit-content;
		max-height: -moz-fit-content;
		max-height: fit-content;
		grid-gap: 30px;
	}
}

.standard-text-col-with-widgets .row .widgets-text {
	padding-left: 5px;
}

.standard-text-col-with-widgets .row .body-text-standard {
	line-height: 32px;
	font-weight: 700;
	padding-left: 30%;
}

@media (max-width:1200px) {
	.standard-text-col-with-widgets .row .body-text-standard {
		padding: 0;
		text-align: center;
		margin-bottom: 0;
	}
}

.standard-text-col-with-widgets__widget-col {
	position: relative;
	top: -115px;
	font-weight: 300;
}

@media (max-width:1200px) {
	.standard-text-col-with-widgets__widget-col {
		top: 0;
		text-align: center;
	}
}

.standard-text-col-with-widgets__widget-col .company-name {
	margin-top: 10px;
	font-weight: 500;
}

#homestaging-wozu-block .row {
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

#homestaging-wozu-block .row .standard-text-col-with-widgets__widget-col {
	position: relative;
	top: -80px;
	font-weight: 300;
}

@media (max-width:1200px) {
	#homestaging-wozu-block .row .standard-text-col-with-widgets__widget-col {
		top: 0;
		margin-bottom: 70px;
	}
}

@media (max-width:768px) {
	#homestaging-wozu-block .row .standard-text-col-with-widgets__widget-col {
		margin-bottom: 20px;
	}
}

.standard-heading-2-videos {
	padding-top: 40px;
	padding-bottom: 40px;
}

.standard-heading-2-videos .col-md-6 iframe {
	max-width: 100%;
}

.standard-before-after-alternating {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-before-after-alternating {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-before-after-alternating__row {
	margin-bottom: 30px;
}

@media (max-width:992px) {
	.standard-before-after-alternating__row {
		margin-bottom: 0;
	}
}

@media (max-width:992px) {
	.standard-before-after-alternating__juxtapose-col {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 30px;
	}
}

.standard-before-after-alternating__text-column {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 210px 0 70px;
}

@media (max-width:1200px) {
	.standard-before-after-alternating__text-column {
		padding: 0 105px 0 35px;
	}
}

.standard-before-after-2col {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-before-after-2col {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-before-after-2col__rows {
	margin-top: 40px;
}

.standard-before-after-2col .row {
	margin-bottom: 40px;
}

@media (max-width:768px) {
	.standard-before-after-2col .row {
		margin-bottom: 0;
	}
}

.standard-before-after-2col .col-md-6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:768px) {
	.standard-before-after-2col .col-md-6 {
		margin-bottom: 40px;
	}
	
	.standard-before-after-2col .col-md-6:last-child {
		margin-bottom: 0;
	}
}

.standard-team-blocks {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-team-blocks {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-team-blocks__grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.standard-team-blocks__grid-item {
	width: 25%;
	height: 450px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

@media (max-width:1200px) {
	.standard-team-blocks__grid-item {
		width: 50%;
	}
}

@media (max-width:768px) {
	.standard-team-blocks__grid-item {
		width: 100%;
	}
}

.standard-team-blocks__grid-item:hover .standard-team-blocks__item-overlay {
	opacity: 1;
}

.standard-team-blocks__grid-item:hover .standard-team-blocks__item-overlay-bg {
	opacity: .7;
}

.standard-team-blocks__item-overlay, .standard-team-blocks__item-overlay-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.standard-team-blocks__item-overlay-content {
	position: relative;
	z-index: 100;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-team-blocks__position {
	font-style: italic;
	margin-top: 25px;
}

.standard-team-blocks__tel-1 {
	color: #fff !important;
}

.standard-team-blocks__tel-2 {
	color: #fff !important;
	margin-top: 20px;
}

.standard-text-with-columns-row {
	padding: 40px 0 0;
	margin-bottom: -40px;
}

@media (max-width:768px) {
	.standard-text-with-columns-row {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width:540px) {
	.standard-text-with-columns-row .container {
		padding: 0;
	}
}

.standard-text-with-columns-row h3 {
	text-align: left;
}

.standard-text-with-columns-row h3 .number-box {
	color: #fff;
	padding: 10px 25px;
	margin-right: 10px;
}

.standard-text-with-columns-row__main-text {
	text-align: center;
}

.standard-text-with-columns-row__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 10px;
	padding: 0 70px;
}

@media (max-width:992px) {
	.standard-text-with-columns-row__row {
		grid-template-columns: 1fr;
		padding: 0;
	}
}

.standard-text-with-columns-row__item {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 15px;
}

.standard-text-with-columns-row__item-inner {
	padding: 20px 15px;
	height: 100%;
}

@media (max-width:992px) {
	.standard-text-with-columns-row__item-inner {
		padding: 0 15px 20px;
	}
}

.standard-text-with-columns-row__item-inner h4 {
	margin-bottom: 20px !important;
	text-align: center;
}

.standard-text-with-columns-row__item-inner i {
	padding-right: 15px;
}

@media (max-width:992px) {
	.standard-text-with-columns-row__item-inner .body-text-standard {
		margin-bottom: 0;
	}
}

.standard-70text-30image {
	padding-top: 40px;
	padding-bottom: 40px;
}

.standard-70text-30image h2, .standard-70text-30image h3, .standard-70text-30image h4, .standard-70text-30image h5 {
	text-align: center !important;
}

.standard-70text-30image .row {
	margin-top: 30px;
}

.standard-full-width-script {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-full-width-script {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-full-width-script__text-content {
	text-align: center;
	margin-top: 60px;
}

.standard-full-width-script__script {
	margin-top: 50px;
}

.standard-image-wysiwyg {
	padding-top: 90px;
	padding-bottom: 90px;
}

.standard-image-wysiwyg .section-subheading {
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.standard-image-wysiwyg {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.standard-image-wysiwyg h2, .standard-image-wysiwyg h3, .standard-image-wysiwyg h4, .standard-image-wysiwyg h5 {
		text-align: center !important;
	}
}

@media (max-width:768px) {
	.standard-image-wysiwyg__image-col {
		margin-bottom: 30px;
	}
}

.standard-repeating-image-content-rows {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-repeating-image-content-rows {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.standard-repeating-image-content-rows h2, .standard-repeating-image-content-rows h3, .standard-repeating-image-content-rows h4, .standard-repeating-image-content-rows h5 {
		text-align: center !important;
	}
}

.standard-repeating-image-content-rows__rows {
	margin-top: 40px;
}

@media (max-width:992px) {
	.standard-repeating-image-content-rows__image-column {
		margin-bottom: 30px;
	}
}

.standard-repeating-image-content-rows .row {
	margin-bottom: 20px;
}

.standard-1-3-col-grid {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-1-3-col-grid {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-1-3-col-grid .col-lg-4 img {
	margin: 0 auto;
	margin-bottom: 30px;
	display: block;
}

.standard-1-3-col-grid .col-lg-4 h4 {
	text-align: center !important;
	margin-bottom: 20px !important;
}

@media (max-width:992px) {
	.standard-1-3-col-grid .col-lg-4 {
		margin-bottom: 40px;
	}
	
	.standard-1-3-col-grid .col-lg-4:last-child {
		margin-bottom: 0;
	}
}

.standard-1-3-col-grid__col-text {
	text-align: center;
}

.standard-image-slider-fw {
	position: relative;
}

.standard-image-slider-fw__overlay-contents {
	position: absolute;
	z-index: 10000;
	left: 0;
	right: 0;
	top: 170px;
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

@media (max-width:768px) {
	.standard-image-slider-fw__overlay-contents {
		width: 250px;
	}
}

.standard-image-slider-fw__slide-inner {
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.standard-image-slider-fw__slider .slick-arrow {
	position: absolute;
	z-index: 1000;
	font-size: 40px;
	top: 40%;
	border: none;
	background-color: transparent;
}

.standard-image-slider-fw__slider .slick-arrow:hover {
	background-color: transparent;
	cursor: pointer;
}

.standard-image-slider-fw__slider .slick-prev {
	left: 10px;
}

.standard-image-slider-fw__slider .slick-next {
	right: 10px;
}

.standard-image-slider-fw__slider .slick-dots {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	bottom: 30px;
}

.standard-image-slider-fw__slider .slick-dots li {
	height: 8px;
	width: 8px;
	margin: 0 5.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.standard-image-slider-fw__slider .slick-dots li:hover {
	cursor: pointer;
}

.standard-image-slider-fw__slider .slick-dots button {
	visibility: hidden;
}

.standard-job {
	padding: 90px 50px;
	border-bottom: 1px solid #e4e4e4;
}

@media (max-width:992px) {
	.standard-job {
		padding: 90px 0;
	}
}

.standard-job__row {
	margin-top: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.standard-job__left {
	width: 50%;
	background-color: #f2f2f2;
	padding: 70px;
}

@media (max-width:992px) {
	.standard-job__left {
		width: 100%;
		padding: 50px 25px;
	}
}

.standard-job__right {
	width: 50%;
	background-color: #d6d5d5;
	padding: 70px;
}

@media (max-width:992px) {
	.standard-job__right {
		width: 100%;
		padding: 50px 25px;
	}
}

.standard-job__kontakt-name {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}

.standard-job__kontakt-email {
	font-weight: 500;
}

.standard-job__kontakt-detail {
	font-weight: 500;
	margin-bottom: 5px;
}

.standard-karriere {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width:768px) {
	.standard-karriere {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-karriere .row {
	margin-top: 60px;
}

.standard-karriere__content-heading {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.standard-karriere__spacer {
	margin-top: 35px;
	border-bottom: 1px solid transparent;
	margin-bottom: 35px;
}

.standard-karriere__image-column {
	text-align: right;
}

@media (max-width:992px) {
	.standard-karriere__image-column {
		text-align: center;
	}
	
	.standard-karriere__image-column img {
		margin-top: 30px;
	}
}

.standard-text {
	padding: 60px 0;
}

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

.standard-text .btn-wrap {
	text-align: center;
}

.standard-checkliste {
	padding: 60px 0;
}

.standard-checkliste__meter-container {
	padding: 30px 0 50px;
}

.standard-checkliste__meter {
	text-align: center;
	position: relative;
}

.standard-checkliste__meter-dial {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transform-origin: 50% 92.3%;
	-moz-transform-origin: 50% 92.3%;
	-ms-transform-origin: 50% 92.3%;
	-o-transform-origin: 50% 92.3%;
	transform-origin: 50% 92.3%;
	-webkit-transform: rotate(-92deg);
	-moz-transform: rotate(-92deg);
	-ms-transform: rotate(-92deg);
	-o-transform: rotate(-92deg);
	transform: rotate(-92deg);
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}

@media (max-width:500px) {
	.standard-checkliste__meter-dial {
		width: 28px;
	}
}

@media (max-width:400px) {
	.standard-checkliste__meter-dial {
		width: 25px;
	}
}

.standard-checkliste__meter-labels {
	padding-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 660px;
	margin: 0 auto;
	text-transform: uppercase;
}

.standard-checkliste__meter-label-l {
	color: red;
}

.standard-checkliste__meter-label-r {
	color: #22b573;
	text-align: right;
}

.standard-checkliste__tabs {
	margin-bottom: 24px;
}

@media (max-width:768px) {
	.standard-checkliste__forms-container {
		padding: 0 !important;
	}
}

.standard-checkliste__tab-content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 60px;
	display: none;
}

@media (max-width:768px) {
	.standard-checkliste__tab-content {
		padding: 60px 15px;
	}
}

.standard-checkliste__tab-content--active {
	display: block;
}

.standard-checkliste__checkboxes {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0;
}

.standard-checkliste__checkbox-container, .standard-checkliste__checkboxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.standard-checkliste__checkbox-container {
	width: 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}

@media (max-width:992px) {
	.standard-checkliste__checkbox-container {
		width: 100%;
	}
}

.standard-checkliste__checkbox-container:nth-child(2n) .standard-checkliste__infobox-tooltip {
	left: unset;
	right: 15px;
}

.standard-checkliste__checkbox-label {
	width: 80%;
	margin-bottom: 0;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 25px;
	min-height: 50px;
}

@media (max-width:992px) {
	.standard-checkliste__checkbox-label {
		width: 70%;
	}
}

@media (max-width:768px) {
	.standard-checkliste__checkbox-label {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 14px;
	}
}

@media (max-width:330px) {
	.standard-checkliste__checkbox-label {
		word-break: break-all;
	}
}

.standard-checkliste__infobox-container {
	width: auto;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	position: relative;
	border: 3px solid #9e9e9e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #9e9e9e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-checkliste__infobox-container:hover {
	cursor: pointer;
}

.standard-checkliste__infobox-container:hover .standard-checkliste__infobox-tooltip {
	visibility: visible;
}

.standard-checkliste__infobox-tooltip {
	visibility: hidden;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	width: 325px;
	background-color: hsla(0, 0%, 94%, .9);
	text-align: center;
	padding: 22px 20px;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	z-index: 1000;
	left: 15px;
	top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.standard-checkliste__infobox-tooltip:hover {
	cursor: auto;
}

@media (max-width:768px) {
	.standard-checkliste__infobox-tooltip {
		width: 280px;
		left: unset;
		right: 15px;
	}
}

.standard-checkliste__video-button-container {
	width: 10%;
	text-align: center;
}

@media (max-width:992px) {
	.standard-checkliste__video-button-container {
		width: 20%;
	}
}

@media (max-width:768px) {
	.standard-checkliste__video-button-container {
		width: 10%;
	}
}

.standard-checkliste__video-button {
	border: none;
	background: none;
	font-size: 28px;
}

.standard-checkliste__infobox-icon {
	border: 3px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 14px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-checkliste__infobox-text {
	text-align: left;
	padding-left: 15px;
}

.standard-checkliste__text-separator {
	margin: 40px 0 30px;
	text-align: center !important;
}

.standard-checkliste__submit-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 2px solid #fff;
	padding-top: 30px;
}

.standard-checkliste__submit-box--edit {
	text-align: right;
}

.standard-checkliste__email-container {
	width: 70%;
}

@media (max-width:768px) {
	.standard-checkliste__email-container {
		width: 100%;
	}
}

.standard-checkliste__email-heading {
	font-size: 20px !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px !important;
}

.standard-checkliste__email-heading i {
	font-size: 24px !important;
	padding-right: 10px;
}

.standard-checkliste__submit-container {
	width: 30%;
	text-align: right;
}

.standard-checkliste__submit-container--edit {
	width: 100%;
}

@media (max-width:768px) {
	.standard-checkliste__submit-container {
		width: 100%;
	}
}

.standard-checkliste__consent-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-checkliste__consent-label span {
	margin-bottom: 0 !important;
}

.standard-checkliste input[type=checkbox] {
	display: inline-block;
	background-color: #fff;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 0;
	width: 34px;
	min-width: 34px;
	height: 34px;
	margin: -3px 17px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-transition: border-color .05s ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	transition: border-color .05s ease-in-out;
}

.standard-checkliste input[type=checkbox]:checked:before {
	font-size: 18px;
	position: relative;
	left: 10px;
	top: 11px;
}

.standard-checkliste__email-input {
	background: #fff !important;
	max-width: 100%;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	border: 1px solid rgba(40, 40, 40, .2);
}

.standard-checkliste__popup-consent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.standard-checkliste__popup-wrapper {
	display: none;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11000;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-checkliste__popup-wrapper--active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.standard-checkliste__popup {
	width: 950px;
	max-width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	padding: 40px 35px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10500;
	-webkit-animation-name: b;
	-moz-animation-name: b;
	-o-animation-name: b;
	animation-name: b;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
}

.standard-checkliste__popup-close {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 20px;
}

.standard-checkliste__popup-close:hover {
	cursor: pointer;
}

.standard-checkliste__popup-submit {
	display: block !important;
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes b {
	0% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	
	to {
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes b {
	0% {
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	
	to {
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes b {
	0% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.standard-checkliste-thanks__content {
	margin-top: 200px;
	padding: 60px;
	text-align: center;
}

.standard-checkliste-thanks__check {
	margin: 30px auto 0;
	font-size: 115px;
}

.standard-checkliste-thanks__details {
	margin: 0 auto;
	max-width: 300px;
}

.standard-checkliste-thanks__details i {
	padding-right: 6px;
}

.standard-checkliste-thanks__details-item {
	text-align: left;
	margin-bottom: 5px;
}

.standard-checkliste-header, .standard-checkliste-header .container {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.standard-checkliste-header .container {
	min-height: 650px;
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width:768px) {
	.standard-checkliste-header .container {
		min-height: 550px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.standard-checkliste-header__heading {
	font-size: 45px !important;
}

@media (max-width:768px) {
	.standard-checkliste-header__heading {
		font-size: 30px !important;
	}
}

.standard-checkliste-header__subheading {
	font-size: 35px !important;
}

@media (max-width:768px) {
	.standard-checkliste-header__subheading {
		font-size: 26px !important;
	}
}

.standard-checkliste-header__button {
	display: inline-block;
	padding: 12px 25px !important;
	font-size: 40px !important;
	margin-top: 220px !important;
	text-transform: uppercase;
	border: 3px solid transparent;
}

.standard-checkliste-header__button:hover {
	color: inherit;
	text-decoration: none;
}

@media (max-width:768px) {
	.standard-checkliste-header__button {
		font-size: 30px !important;
		padding: 10px 20px !important;
	}
}

.standard-checkliste-cta {
	padding: 40px 0;
}

.standard-checkliste-cta .container {
	height: 100%;
}

.standard-checkliste-cta__container-inner {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0 100px;
}

@media (max-width:768px) {
	.standard-checkliste-cta__container-inner {
		max-width: 100%;
		padding: 0;
	}
}

.standard-checkliste-cta__checkmark {
	font-size: 115px;
	position: absolute;
	left: 0;
	height: 100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:768px) {
	.standard-checkliste-cta__checkmark {
		position: static;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 10px;
	}
}

.standard-checkliste-cta__button {
	margin-top: 20px;
}

.standard-icon-boxes-grid {
	padding-top: 90px;
	padding-bottom: 90px;
}

.standard-icon-boxes-grid__icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
	margin-top: 50px;
}

@media (max-width:768px) {
	.standard-icon-boxes-grid__icons {
		margin-top: 10px;
	}
}

.standard-icon-boxes-grid__icons-item {
	width: 33.33333%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	text-decoration: none;
	padding-right: 10px;
}

.standard-icon-boxes-grid__icons-item:hover {
	text-decoration: none;
}

.standard-icon-boxes-grid__icons-item:hover .text-with-person-custom-1__icon-container i, .standard-icon-boxes-grid__icons-item:hover .text-with-person-custom-1__icon-container img {
	opacity: .6;
}

@media (max-width:992px) {
	.standard-icon-boxes-grid__icons-item {
		width: 50%;
		padding-right: 20px;
	}
}

@media (max-width:768px) {
	.standard-icon-boxes-grid__icons-item {
		width: 100%;
		padding-right: 0;
	}
}

.standard-icon-boxes-grid__icon-container {
	width: 60px;
	height: 60px;
	padding: 5px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.standard-icon-boxes-grid__icon-container img {
	max-width: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}

.standard-icon-boxes-grid__icon-container i {
	color: #fff;
	font-size: 36px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}

.standard-icon-boxes-grid__text-container {
	padding-left: 15px;
	margin-bottom: 0 !important;
}

.standard-icon-boxes-grid__item-heading {
	text-transform: uppercase;
}

.standard-icon-boxes-grid__item-text {
	margin-bottom: 0 !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.standard-image-text-gradient .container {
	margin-bottom: 70px;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	min-height: 550px;
}

@media (max-width:768px) {
	.standard-image-text-gradient .container {
		margin-bottom: 50px;
	}
}

@media (max-width:800px) {
	.standard-image-text-gradient__wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.standard-image-text-gradient__content {
	max-width: 600px;
	margin-left: auto;
	margin-top: 80px;
}

.standard-image-text-gradient__content p:last-child {
	margin-bottom: 0;
}

@media (max-width:1024px) {
	.standard-image-text-gradient__content {
		max-width: 60%;
	}
}

@media (max-width:800px) {
	.standard-image-text-gradient__content {
		max-width: 100%;
		margin-top: 50px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.standard-image-text-gradient__image-container {
	position: absolute;
	bottom: 0;
	left: 120px;
}

.standard-image-text-gradient__image-container img {
	display: block;
	max-height: 560px;
}

@media (max-width:1200px) {
	.standard-image-text-gradient__image-container {
		left: -90px;
	}
}

@media (max-width:1000px) {
	.standard-image-text-gradient__image-container {
		left: -20px;
	}
}

@media (max-width:1024px) {
	.standard-image-text-gradient__image-container {
		width: 40%;
	}
}

@media (max-width:800px) {
	.standard-image-text-gradient__image-container {
		display: none;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: static;
		width: 100%;
		border-bottom: 1px solid transparent;
	}
	
	.standard-image-text-gradient__image-container img {
		display: block;
		margin: 0 auto;
	}
}

.standard-image-text-gradient__image-container-mobile {
	display: none;
	text-align: center;
}

.standard-image-text-gradient__image-container-mobile img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width:800px) {
	.standard-image-text-gradient__image-container-mobile {
		display: block;
	}
}

.standard-projekte-header {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	min-height: 425px;
	padding: 30px 0;
}

@media (max-width:768px) {
	.standard-projekte-header {
		min-height: 300px;
	}
}

.standard-projekte-header__heading {
	font-size: 50px !important;
}

@media (max-width:768px) {
	.standard-projekte-header__heading {
		font-size: 32px !important;
	}
}

.standard-projekte-icon-text {
	padding: 90px 0 0;
}

.standard-projekte-icon-text__text-before-icons {
	text-align: center;
	margin-top: 100px !important;
}

.standard-projekte-icon-text__icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

.standard-projekte-icon-text__icon-item {
	text-align: center;
	width: 300px;
	padding: 0 20px;
	border-right: 1px solid transparent;
}

@media (max-width:992px) {
	.standard-projekte-icon-text__icon-item {
		width: 100%;
		border-right: none;
		margin-bottom: 30px;
	}
}

.standard-projekte-icon-text__icon-item:last-child {
	border-right: none;
}

.standard-projekte-icon-text__icon-item i {
	font-size: 36px;
	margin-bottom: 20px;
}

.standard-projekte-icon-text__color-bg-section {
	padding: 36px 0;
	margin-top: 36px;
	text-align: center !important;
}

.standard-text-dividers {
	padding: 90px 0;
}

.standard-text-dividers__text-wrapper {
	padding: 40px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin-top: 60px;
}

.standard-projekte-image-section {
	padding: 90px 0;
}

.standard-projekte-image-section__image-wrapper img {
	max-width: 100%;
}

.standard-projekte-image-section__inner-container {
	max-width: 900px;
	margin: 0 auto;
}

.standard-projekte-house-data {
	padding-bottom: 60px;
}

.standard-projekte-house-data__header {
	padding: 250px 0 40px;
}

.standard-projekte-house-data__header-heading {
	font-size: 50px !important;
}

@media (max-width:768px) {
	.standard-projekte-house-data__header-heading {
		font-size: 32px !important;
	}
}

.standard-projekte-house-data__headings-2 {
	padding: 70px 0 50px;
}

.standard-projekte-house-data__table-section {
	padding: 30px 0;
}

.standard-projekte-house-data__table {
	width: 100%;
}

@media (max-width:992px) {
	.standard-projekte-house-data__table {
		display: block;
		overflow: auto;
	}
}

.standard-projekte-house-data__table th {
	padding: .92857143em .78571429em;
	white-space: nowrap;
}

.standard-projekte-house-data__table tr {
	border-bottom: 1px solid #fff;
}

.standard-projekte-house-data__table td {
	padding: 8px;
}

.standard-projekte-house-data__table td a {
	min-width: 140px;
	text-align: center;
}

.standard-projekte-house-data__table td a i {
	paddiing-left: 5px;
}

.standard-projekte-house-data__verkauft-notice {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 25px 0;
	margin: 8px 0;
}

.standard-projekte-house-data__verkauft-notice-heading {
	margin-bottom: 0 !important;
}

.text_btn_cols {
	display: block;
	max-width: 1220px;
	margin: 0 auto;
	padding: 70px 0;
}

@media (max-width:992px) {
	.text_btn_cols {
		max-width: 750px;
		padding-right: 35px;
		padding-left: 35px;
	}
}

@media (max-width:768px) {
	.text_btn_cols {
		max-width: 540px;
	}
}

.text_btn_cols__text_box_grid {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 20px;
}

@media (max-width:992px) {
	.text_btn_cols__text_box_grid {
		-ms-grid-rows: 1fr 20px 1fr;
		grid-template-rows: 1fr 1fr;
	}
}

@media (max-width:768px) {
	.text_btn_cols__text_box_grid {
		grid-auto-flow: row;
	}
}

.text_btn_cols__text_box_grid__item {
	display: -ms-grid;
	display: grid;
	grid-gap: 5px;
}

.text_btn_cols__text_box_grid__item p {
	line-height: 25px;
}

.text_btn_cols__text_box_grid__item p:first-child {
	display: none;
}

.text_btn_cols__text_box_grid__item a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	-webkit-align-self: end;
	align-self: end;
}

.text_btn_cols .hide-button {
	display: none;
}

.text_btn_cols__button_box_grid {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	margin-top: 20px;
	grid-gap: 20px;
	justify-items: center;
}

@media (max-width:768px) {
	.text_btn_cols__button_box_grid {
		-ms-grid-rows: 1fr 20px 1fr;
		grid-template-rows: 1fr 1fr;
	}
}

.text_btn_cols__button_box_grid a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	-webkit-align-self: end;
	align-self: end;
	margin-top: 20px;
}

.ratgeber-kapitel-ubersicht {
	max-width: 1220px;
	margin: 0 auto;
}

@media (max-width:1250px) {
	.ratgeber-kapitel-ubersicht {
		padding: 0 25px;
	}
}

@media (max-width:860px) {
	.ratgeber-kapitel-ubersicht h2 {
		font-size: 22px;
	}
}

.ratgeber-kapitel-ubersicht__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

@media (max-width:1110px) {
	.ratgeber-kapitel-ubersicht__grid {
		grid-template-columns: 2fr 1fr;
	}
}

@media (max-width:500px) {
	.ratgeber-kapitel-ubersicht__grid {
		grid-template-columns: 1fr;
	}
}

.ratgeber-kapitel-ubersicht__grid p {
	border-bottom: 1px solid;
	padding: 15px 0;
	margin-bottom: 0;
}

.ratgeber-kapitel-ubersicht__grid p a {
	text-decoration: none;
	color: inherit;
}

.ratgeber-kapitel-ubersicht__grid p a:hover {
	color: #000;
}

.ratgeber-kapitel-ubersicht__grid img {
	margin-top: -40px;
}

@media (max-width:768px) {
	.ratgeber-kapitel-ubersicht__grid img {
		margin-top: 0;
	}
}

.timeLine01 h2 {
	border-bottom: 1px solid;
	padding-bottom: 12px;
	margin-bottom: 40px;
}

.timeLine01__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	margin-bottom: 60px;
}

@media (max-width:1000px) {
	.timeLine01__item {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}

.timeLine01__item .ratgeber-content-grid {
	display: grid;
	grid-template-rows: 1fr .3fr 4fr 2fr;
}

.timeLine01__item .ratgeber-content-grid h4 {
	margin-bottom: 0;
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	align-self: end;
}

.timeLine01__item .ratgeber-content-grid .topics {
	margin-top: 20px;
}

.timeLine01__item .ratgeber-content-grid .topics p {
	margin-bottom: 0;
}

.timeLine01__item .ratgeber-content-grid .btn-wrapper {
	text-align: right;
}

@media (max-width:768px) {
	.timeLine01__item .ratgeber-content-grid .btn-wrapper {
		margin-top: 15px;
	}
}

.timeLine01__item .timeLineImage {
	width: 90%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-border-radius: initial;
	-moz-border-radius: initial;
	border-radius: initial;
}

@media (max-width:1000px) {
	.timeLine01__item .timeLineImage {
		display: none;
	}
}

.ebookSection10 h3 {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
	margin: 0;
}

.ebookSection10 .block-guidebook {
	max-width: 700px;
}

.ebookSection10 .block-guidebook .multiselect__tags {
	background: #eaeaea;
	border: none !important;
	color: #282828;
	font-weight: 300;
}

.ebookSection10 .block-guidebook .multiselect__tags::-webkit-input-placeholder {
	color: #282828;
	font-weight: 300;
}

.ebookSection10 .block-guidebook .multiselect__tags::-moz-placeholder {
	color: #282828;
	font-weight: 300;
}

.ebookSection10 .block-guidebook .multiselect__tags:-ms-input-placeholder {
	color: #282828;
	font-weight: 300;
}

.ebookSection10 .block-guidebook .multiselect__tags:-moz-placeholder {
	color: #282828;
	font-weight: 300;
}

.ebookSection10 .block-guidebook .wlac-checkbox-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ebookSection10 .block-guidebook .wlac-checkbox-group label {
	margin-bottom: 0;
}

.ebookSection10 .block-guidebook .wlac-checkbox-group label:before {
	background: #eaeaea;
	border: none !important;
}

.ebookSection10 .block-guidebook .wlac-checkbox-group label div {
	font-size: 12px;
	top: 0;
}

.ebookSection10 .block-guidebook div:first-child, .ebookSection10 .block-guidebook div:nth-child(4) {
	font-weight: 200;
	font-size: 15px;
}

.ratgeber-partner-logos-section h2 {
	max-width: 1220px;
	margin: 0 auto;
}

.themenwelt2-template-default .text-with-person h3 {
	margin: 0 0 20px;
	font-size: 26px;
}

.themenwelt2-template-default .text-with-person__wrapper {
	padding-top: 20px;
}

.screen-reader-text {
	display: none;
}

body, html {
	overflow-x: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

img {
	max-width: 100%;
}

.btl-expose-single .row, .immomakler .row {
	display: block !important;
}

@media (min-width:0) and (max-width:768px) {
	.row {
		margin-left: -35px;
		margin-right: -35px;
	}
	
	.container, .row>.col, .row>[class*=col-] {
		padding-left: 35px;
		padding-right: 35px;
	}
}

input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
