@charset "UTF-8";
/* CSS Document */
/* @import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);*/

/* latin */
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/montserrat-normal-700.woff2') format('woff2'),
			 local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/montserrat-normal-400.woff2') format('woff2'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-Black.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-BlackItalic.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-Bold.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-BoldItalic.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-Italic.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-Regular.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-Medium.ttf')  format('truetype'),
       local('Montserrat'), local('Montserrat'), url('../../fonts/montserrat/static/Montserrat-MediumItalic.ttf')  format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	-webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
	-moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
	-ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
	animation: -amp-start 8s steps(1, end) 0s 1 normal both
}
.gdpr-block {
	padding: 10px 0;
	font-size: 14px;
	display: block;
	text-align: center;
}
.gdpr-block.covert {
	display: none;
}
.gdpr-block label input {
	width: 15px;
	margin-right: 10px;
	vertical-align: middle;
}
.gdpr-block label {
	color: #a7a7a7;
	vertical-align: middle;
	user-select: none;
	margin-bottom: 0;
	display: inline;
}
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, figcaption, textarea, input {
	font: inherit
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	position: relative;
	font-style: normal;
	line-height: 1;
	color: #000000
}
section {
	background-color: #eeeeee;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}
section, .container, .container-fluid {
	position: relative;
	word-wrap: break-word
}
a.mbr-iconfont:hover {
	text-decoration: none
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0
}
p, li, blockquote {
	letter-spacing: 0.5px
}
ul, ol, pre, blockquote {
	margin-bottom: 0;
	margin-top: 0
}
pre {
	background: #f4f4f4;
	padding: 10px 24px;
	white-space: pre-wrap
}
a {
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
	color: #444444;
}
a, a:hover {
	text-decoration: none
}
figure {
	margin-bottom: 0
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4 {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word
}
b, strong {
	font-weight: bold
}
blockquote {
	padding: 10px 0 10px 20px;
	position: relative;
	border-left: 3px solid
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay:9999s;
transition-delay:9999s;
-webkit-transition-property:background-color, color;
-o-transition-property:background-color, color;
transition-property:background-color, color
}
html, body {
	height: auto;
	min-height: 100vh
}
.mbr-section-title {
	font-style: normal;
	line-height: 1.1;
	margin-bottom: 2rem
}
.mbr-section-subtitle {
	line-height: 1.2;
	margin-bottom: 1rem
}
.mbr-text {
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 1rem
}
.als-block {
	display:inline-block;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.brand-1 {
	font-weight: 450;
	display:inline-block;
}
.brand-2 {
	font-size: 1.5rem;
	display:inline-block;
}
.btn {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	font-style: normal;
	line-height: 1rem;
	letter-spacing: 2px;
	white-space: normal;
	-webkit-transition: all .1s ease-in-out, -webkit-box-shadow 1s ease-in-out;
	transition: all .1s ease-in-out, -webkit-box-shadow 1s ease-in-out;
	-o-transition: all .1s ease-in-out, box-shadow 1s ease-in-out;
	transition: all .1s ease-in-out, box-shadow 1s ease-in-out;
	transition: all .1s ease-in-out, box-shadow 1s ease-in-out, -webkit-box-shadow 1s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	word-break: break-word;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: -webkit-inline-flex
}
.btn.btn-with-arrow {
	position: relative;
	border-radius: 5px;
	padding: 10px 30px
}
.btn.btn-with-arrow .fa {
	opacity: 0;
	position: absolute;
	right: 15px
}
.btn.btn-with-arrow span {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.btn.btn-with-arrow:hover {
	-ms-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.2);
	box-shadow: 0 2px 12px rgba(0,0,0,0.2)
}
.btn.btn-with-arrow:hover span:nth-child(1) {
	-ms-transform: translateX(-15%);
	transform: translateX(-15%);
	-webkit-transform: translateX(-15%)
}
.btn.btn-with-arrow:hover span:nth-child(2) {
	-ms-transform: translateX(15%);
	transform: translateX(15%);
	-webkit-transform: translateX(15%)
}
.btn.btn-with-arrow:hover .fa {
	opacity: 1
}
.btn-circle-with-arrow {
	border-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	height: 3rem;
	width: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	background-image: none;
	font-size: 0.8rem;
	padding:1rem .8rem;
	margin: 1rem;
	color: #ffffff;
	display: -webkit-flex
}
.btn-circle-with-arrow span {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.btn-circle-with-arrow span:nth-child(1) {
	-webkit-transform: translateX(25%) scale(1.7, 1.2);
	-ms-transform: translateX(25%) scale(1.7, 1.2);
	transform: translateX(25%) scale(1.7, 1.2);
	height: 10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateX(25%) scale(2, 1.2)
}
.btn-circle-with-arrow span:nth-child(2) {
	height: 10px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}
.btn-form {
	border-radius: 0
}
.btn-form:hover {
	cursor: pointer
}
.animation-fast {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s
}
.animation-normal {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}
.animation-long {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}
.mbr-figure img, .mbr-figure iframe {
	display: block;
	width: 100%
}
.card {
	background-color: transparent;
	border: none
}
.card:hover .btn-circle-with-arrow {
	border: 2px solid transparent;
	background-color: white
}
.card:hover .btn-circle-with-arrow span {
	color: black
}
.card:hover .btn-circle-with-arrow span:nth-child(1) {
	opacity: 1
}
.card:hover .btn-circle-with-arrow span:nth-child(2) {
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transform: translateX(0%)
}
.card:hover .btn-circle-with-arrow span svg {
	fill: black
}
.card-img {
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-shrink: 0
}
.media {
	max-width: 100%;
	margin: 0 auto
}
.mbr-figure {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-align-self: center;
	align-self: center
}
.media-container>div {
	max-width: 100%
}
.mbr-figure img, .card-img img {
	width: 100%
}
.back {
	position:absolute;
	top: 28px;
	right: 80px;
	left: auto;
	font-size: 30px;
	z-index:10;
}
@media (max-width: 991px) {
.media-size-item {
	width: auto
}
.media {
	width: auto
}
.mbr-figure {
	width: 100%
}
}
.amp-carousel-button:hover {
	cursor: pointer
}
.features amp-img:before, .features amp-img:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	pointer-events: none
}
.features amp-img:before {
	display: inline-block;
	background: transparent;
	opacity: 0
}
.image {
	overflow: hidden;
	position: relative;
	z-index: 22
}
.image amp-img, .image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.hidden {
	visibility: hidden
}
.super-hide {
	display: none
}
.inactive {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none
}
textarea[type="hidden"] {
	display: none
}
#scrollToTop {
	display: none
}
.popover-content ul.show {
	min-height: 155px
}
.mbr-white {
	color: #ffffff
}
.mbr-black {
	color: #000000
}
.mbr-bg-white {
	background-color: #ffffff
}
.mbr-bg-black {
	background-color: #000000
}
.align-left {
	text-align: left
}
.align-center {
	text-align: center
}
.align-right {
	text-align: right
}
.mbr-light {
	font-weight: 300
}
.mbr-regular {
	font-weight: 400
}
.mbr-semibold {
	font-weight: 500
}
.mbr-bold {
	font-weight: 700
}
.mbr-section-btn {
margin-left:-.25rem;
margin-right:-.25rem;
	font-size: 0
}
nav .mbr-section-btn {
	margin-left: 0rem;
	margin-right: 0rem
}
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
	cursor: pointer;
	margin-right: 0.5rem
}
.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
	margin-right: 0.8rem
}
[type="submit"] {
-webkit-appearance:none
}
.mbr-fullscreen .mbr-overlay {
	min-height: 100vh
}
.mbr-fullscreen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3rem;
	padding-bottom: 3rem
}
.mbr-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}
.mbr-parallax-bg {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}
section.sidebar-open:before {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1040
}
form input, form textarea {
	padding: 1rem;
	border: none;
	border-bottom: 1px solid white;
	background: transparent
}
form .fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center
}
amp-img img {
	max-height: 100%;
	max-width: 100%
}
img.mbr-temp {
	width: 100%
}
.is-builder .nodisplay+img[async], .is-builder .nodisplay+img[decoding="async"], .is-builder amp-img>a+img[async], .is-builder amp-img>a+img[decoding="async"] {
	display: none
}
html:not(.is-builder) amp-img>a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}
.is-builder .temp-amp-sizer {
	position: absolute
}
.is-builder amp-youtube .temp-amp-sizer, .is-builder amp-vimeo .temp-amp-sizer {
	position: static
}
.is-builder section.horizontal-menu .ampstart-btn {
	display: none
}
@media (max-width: 991px) {
.is-builder section.horizontal-menu .navbar-toggler {
	display: block
}
}
.is-builder section.horizontal-menu .dropdown-menu {
	z-index: auto;
	opacity: 1;
	pointer-events: auto
}
.is-builder section.horizontal-menu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1em
}
.container, .container-fluid, p, h1, h2, h3, h4, h5, h6, a, .mbr-section-btn, .social {
	z-index: 25
}
.text-block {
	-webkit-transform: translateZ(26px);
	transform: translateZ(26px);
	z-index: 26
}
amp-img {
	overflow: hidden;
	z-index: 22
}
amp-img:before {
	z-index: 23
}
amp-img:after {
	z-index: 24
}
.figure {
	z-index: 12;
	position: absolute
}
.menu {
	z-index: 1000
}
.shadow-light {
	-webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2)
}
.shadow-light-hover:hover .image {
	-webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2)
}
.shadow-medium {
	-webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4)
}
.shadow-medium-hover:hover .image {
	-webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4)
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
.back {
	position:absolute;
	top: 29px;
	right: 60px;
	left: auto;
	font-size: 30px;
	z-index:10;
}
@media (max-width: 767px) {
.container {
	max-width: 540px
}
.back {
	position:absolute;
	top: 29px;
	right: 60px;
	left: auto;
	font-size: 30px;
	z-index:10;
}
}
@media (min-width: 768px) {
.container {
	max-width: 720px
}
}
@media (min-width: 992px) {
.container {
	max-width: 960px
}
}
@media (min-width: 1200px) {
.container {
	max-width: 1140px
}
}
@media (min-width: 1500px) {
.container {
	max-width: 1370px
}
}
.mbr-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.mbr-justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}
@media (max-width: 991px) {
.mbr-row {
	padding:25px;
	margin: 0;
}
}
@media (max-width: 767px) {
.mbr-col-sm-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 100%
}
.mbr-row {
	margin: 0;
}
}
@media (min-width: 768px) {
.mbr-col-md-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 25%
}
.mbr-col-md-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 33.333333%
}
.mbr-col-md-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 41.666667%
}
.mbr-col-md-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 50%
}
.mbr-col-md-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 58.333333%
}
.mbr-col-md-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-flex: 0 0 66.666667%
}
.mbr-col-md-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-flex: 0 0 75%
}
.mbr-col-md-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-flex: 0 0 83.333333%
}
.mbr-col-md-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 100%
}
}
@media (min-width: 992px) {
.mbr-col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 16.666667%
}
.mbr-col-lg-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 25%
}
.mbr-col-lg-4 {
	-ms-flex: 0 0 33.33%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 33.33%
}
.mbr-col-lg-5 {
	-ms-flex: 0 0 41.666%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666%;
	max-width: 41.666%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 41.666%
}
.mbr-col-lg-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 50%
}
.mbr-col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 58.333333%
}
.mbr-col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-flex: 0 0 66.666667%
}
.mbr-col-lg-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
	padding-right: 15px;
	-webkit-flex: 0 0 75%
}
.mbr-col-lg-10 {
	-ms-flex: 0 0 83.3333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.3333%;
	max-width: 83.3333%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 83.3333%
}
.mbr-col-lg-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 100%
}
}
@media (min-width: 1201px) {
.mbr-col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-flex: 0 0 58.333333%
}
.mbr-col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-flex: 0 0 66.666667%
}
.mbr-col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	-webkit-flex: 0 0 41.666667%
}
}
amp-sidebar {
	background: transparent
}
#scrollToTopMarker {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 300px
}
#scrollToTopButton {
	position: fixed;
	bottom: 25px;
	right: 25px;
	opacity: .4;
	z-index: 5000;
	font-size: 32px;
	height: 60px;
	width: 60px;
	border: none;
	border-radius: 3px;
	cursor: pointer
}
#scrollToTopButton:focus {
	outline: none
}
#scrollToTopButton a:before {
	content: '';
	position: absolute;
	height: 40%;
	top: 36%;
	width: 2px;
	left: calc(50% - 1px)
}
#scrollToTopButton a:after {
	content: '';
	position: absolute;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 40%;
	height: 40%;
	left: calc(30% - 1px);
	bottom: 30%;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.is-builder #scrollToTopButton a:after {
	left: 30%
}
body {
	font-family: Didact Gothic;
}
blockquote {
	border-color: #222222;
}
div[submit-success] {
	background: #444444;
	padding: 1rem;
	margin-bottom: 1rem;
}
div[submit-error] {
	background: #666666;
	padding: 1rem;
	margin-bottom: 1rem;
}
.display-1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.2rem;
}
.display-2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5rem;
}
.display-3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
}
.display-4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
}
.display-5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.0rem;
}
.display-6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
}
.display-7 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}
@media (max-width: 768px) {
.display-1 {
	font-size: 2.5rem;
line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
}
.display-2 {
	font-size: 1.9rem;
font-size: calc( 1.5rem + (2.5 - 2.05) * ((100vw - 20rem) / (48 - 20)));
line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
}
.display-3 {
	font-size: 1.6rem;
font-size: calc( 1.2rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
}
.display-4 {
	font-size: 0.64rem;
font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
}
.display-5 {
	font-size: 1.4rem;
font-size: calc( 1.42rem + (1.8 - 1.42) * ((100vw - 20rem) / (48 - 20)));
line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
}
.display-6 {
	font-size: 0.96rem;
font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
}
.display-7 {
	font-size: 0.8rem;
font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
}
.brand-2 {
	font-size: 1.4rem;
	display:inline-block;
}
}
.btn {
	padding: 1rem 2rem;
	border-radius: 0px;
}
.btn-sm {
	white-space: nowrap;
	padding: 0.5rem 1rem;
	border-radius: 0px;
}
.btn-md {
	margin: 0;
	padding: 0.75rem 1.5rem;
	border-radius: 0px;
}
.mbr-primary {
	color: #222222;
}
.mbr-secondary {
	color: #666666;
}
.bg-primary {
	background-color: #222222;
}
.bg-success {
	background-color: #444444;
}
.bg-info {
	background-color: #222222;
}
.bg-warning {
	background-color: #444444;
}
.bg-danger {
	background-color: #666666;
}
.btn-primary, .btn-primary:active, .btn-primary.active {
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}
.btn-secondary, .btn-secondary:active, .btn-secondary.active {
	background-color: #666666;
	border-color: #666666;
	color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
	color: #ffffff;
	background-color: #595959;
	border-color: #595959;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #ffffff;
	background-color: #595959;
	border-color: #595959;
}
.btn-secondary:hover {
	background-color: #595959;
	border-color: #595959;
}
.btn-info, .btn-info:active, .btn-info.active {
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}
.btn-info.disabled, .btn-info:disabled {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}
.btn-success, .btn-success:active, .btn-success.active {
	background-color: #444444;
	border-color: #444444;
	color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus {
	color: #ffffff;
	background-color: #373737;
	border-color: #373737;
}
.btn-success.disabled, .btn-success:disabled {
	color: #ffffff;
	background-color: #373737;
	border-color: #373737;
}
.btn-warning, .btn-warning:active, .btn-warning.active {
	background-color: #444444;
	border-color: #444444;
	color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
	color: #ffffff;
	background-color: #373737;
	border-color: #373737;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #ffffff;
	background-color: #373737;
	border-color: #373737;
}
.btn-danger, .btn-danger:active, .btn-danger.active {
	background-color: #666666;
	border-color: #666666;
	color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
	color: #ffffff;
	background-color: #595959;
	border-color: #595959;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #ffffff;
	background-color: #595959;
	border-color: #595959;
}
.btn-black, .btn-black:active, .btn-black.active {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
.btn-black:hover, .btn-black:focus, .btn-black.focus {
	color: #ffffff;
	background-color: #262626;
	border-color: #262626;
}
.btn-black.disabled, .btn-black:disabled {
	color: #ffffff;
	background-color: #262626;
	border-color: #262626;
}
.btn-white, .btn-white:active, .btn-white.active {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #808080;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus {
	color: #808080;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}
.btn-white.disabled, .btn-white:disabled {
	color: #808080;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}
.btn-primary-outline, .btn-primary-outline:active, .btn-primary-outline.active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus {
	color: #ffffff;
	background-color: #222222;
	border-color: #222222;
}
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
	color: #ffffff;
	background-color: #222222;
	border-color: #222222;
}
.btn-secondary-outline, .btn-secondary-outline:active, .btn-secondary-outline.active {
	background: none;
	border-color: #333333;
	color: #333333;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.btn-info-outline, .btn-info-outline:active, .btn-info-outline.active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus {
	color: #ffffff;
	background-color: #222222;
	border-color: #222222;
}
.btn-info-outline.disabled, .btn-info-outline:disabled {
	color: #ffffff;
	background-color: #222222;
	border-color: #222222;
}
.btn-success-outline, .btn-success-outline:active, .btn-success-outline.active {
	background: none;
	border-color: #111111;
	color: #111111;
}
.btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
.btn-success-outline.disabled, .btn-success-outline:disabled {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
.btn-warning-outline, .btn-warning-outline:active, .btn-warning-outline.active {
	background: none;
	border-color: #111111;
	color: #111111;
}
.btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
.btn-warning-outline.disabled, .btn-warning-outline:disabled {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
.btn-danger-outline, .btn-danger-outline:active, .btn-danger-outline.active {
	background: none;
	border-color: #333333;
	color: #333333;
}
.btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.btn-danger-outline.disabled, .btn-danger-outline:disabled {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.btn-black-outline, .btn-black-outline:active, .btn-black-outline.active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-black-outline.disabled, .btn-black-outline:disabled {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-white-outline, .btn-white-outline:active, .btn-white-outline.active {
	background: none;
	border-color: #cccccc;
	color: #cccccc;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus {
	color: #808080;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-white-outline.disabled, .btn-white-outline:disabled {
	color: #808080;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-white-outline, .btn-white-outline:active, .btn-white-outline.active {
	background: none;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}
.text-primary {
	color: #639a3c;
}
.text-secondary {
	color: #666666;
}
.text-success {
	color: #444444;
}
.text-info {
	color: #222222;
}
.text-warning {
	color: #444444;
}
.text-danger {
	color: #666666;
}
.text-white {
	color: #ffffff;
}
.text-black {
	color: #000000;
}
a.text-primary:hover, a.text-primary:focus {
	color: #639a3c;
}
a.text-secondary:hover, a.text-secondary:focus {
	color: #b3b3b3;
}
a.text-success:hover, a.text-success:focus {
	color: #919191;
}
a.text-info:hover, a.text-info:focus {
	color: #6f6f6f;
}
a.text-warning:hover, a.text-warning:focus {
	color: #919191;
}
a.text-danger:hover, a.text-danger:focus {
	color: #b3b3b3;
}
a.text-white:hover, a.text-white:focus {
	color: #d9d9d9;
}
a.text-black:hover, a.text-black:focus {
	color: #c3c3c3;
}
a span.text-primary:hover, a span.text-primary:focus {
	color: #080808;
}
a span.text-secondary:hover, a span.text-secondary:focus {
	color: #808080;
}
a span.text-success:hover, a span.text-success:focus {
	color: #2b2b2b;
}
a span.text-info:hover, a span.text-info:focus {
	color: #3c3c3c;
}
a span.text-warning:hover, a span.text-warning:focus {
	color: #2b2b2b;
}
a span.text-danger:hover, a span.text-danger:focus {
	color: #4d4d4d;
}
a span.text-white:hover, a span.text-white:focus {
	color: #e6e6e6;
}
a span.text-black:hover, a span.text-black:focus {
	color: #1a1a1a;
}
.alert-success {
	background-color: #444444;
}
.alert-info {
	background-color: #222222;
}
.alert-warning {
	background-color: #444444;
}
.alert-danger {
	background-color: #666666;
}
.btn {
	border-radius: 40px;
	transition-property: background-color, color, border-color;
	transition-duration: .1s, .1s, .1s, .4s;
	transition-timing-function: ease-in-out;
}
.nav-tabs .nav-link {
	border-radius: 40px;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc {
	color: #d4d4d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle, .mbr-plan-header.bg-success .mbr-plan-price-desc {
	color: #b7b7b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc {
	color: #d4d4d4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle, .mbr-plan-header.bg-warning .mbr-plan-price-desc {
	color: #b7b7b7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle, .mbr-plan-header.bg-danger .mbr-plan-price-desc {
	color: #a6a6a6;
}
.mobirise-spinner {
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: 10%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	z-index: 4;
}
.mobirise-spinner em {
	width: 24px;
	height: 24px;
	background: #3ac;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: slide 1s infinite;
}
.mobirise-spinner em:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	background: #222222;
}
.mobirise-spinner em:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	background: #666666;
}
.mobirise-spinner em:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	background: #444444;
}
@-moz-keyframes slide {
0% {
-webkit-transform: scale(1);
}
50% {
opacity: 0.3;
-webkit-transform: scale(2);
}
100% {
-webkit-transform: scale(1);
}
}
@-webkit-keyframes slide {
0% {
-webkit-transform: scale(1);
}
50% {
opacity: 0.3;
-webkit-transform: scale(2);
}
100% {
-webkit-transform: scale(1);
}
}
@-o-keyframes slide {
0% {
-webkit-transform: scale(1);
}
50% {
opacity: 0.3;
-webkit-transform: scale(2);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes slide {
0% {
-webkit-transform: scale(1);
}
50% {
opacity: 0.3;
-webkit-transform: scale(2);
}
100% {
-webkit-transform: scale(1);
}
}
.mobirise-loader .amp-active > div {
	display: none;
}
#scrollToTopButton {
	background-color: #666666;
	border-radius: 50%;
}
#scrollToTopButton a:before {
	background: #ffffff;
}
#scrollToTopButton a:after {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}
.display-1 .mbr-iconfont-btn {
	font-size: 3.5rem;
	width: 3.5rem;
}
.display-2 .mbr-iconfont-btn {
	font-size: 4rem;
	width: 4rem;
}
.display-4 .mbr-iconfont-btn {
	font-size: 0.8rem;
	width: 0.8rem;
}
.display-5 .mbr-iconfont-btn {
	font-size: 2.2rem;
	width: 2.2rem;
}
.display-7 .mbr-iconfont-btn {
	font-size: 1rem;
	width: 1rem;
}
/* Section 1 Büro */
.cid-r95ZUsRp98 {
	padding-top: 150px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-r95ZUsRp98 .mbr-section-btn {
	margin-top: 2.5rem;
}
@media (max-width: 992px) {
.cid-r95ZUsRp98 .mbr-section-btn {
	margin-top: 1.5rem;
}
}
.cid-r95ZUsRp98 .mbr-section-title {
	margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
.cid-r95ZUsRp98 .mbr-section-title {
	margin-bottom: 1.0rem;
}
}
.cid-r95ZUsRp98 .mbr-section-subtitle, .cid-r95ZUsRp98 .mbr-text {
	margin-bottom: 1rem;
}
@media (max-width: 992px) {
.cid-r95ZUsRp98 .mbr-section-subtitle, .cid-r95ZUsRp98 .mbr-text {
	margin-bottom: 0.5rem;
}
}
.cid-r95ZUsRp98 .container {
	display: -webkit-flex;
}
@media (max-width: 992px) {
.cid-r95ZUsRp98 .container {
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
}
.cid-r95ZUsRp98 .image {
	height: 300px;
	width: 100%;
}
@media (max-width: 992px) {
.cid-r95ZUsRp98 .image {
	margin-bottom: 2rem;
}
}
.cid-r95ZUsRp98 .image amp-img, .cid-r95ZUsRp98 .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.cid-r95ZUsRp98 .text-block, .cid-r95ZUsRp98 .image-block {
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
}
@media (max-width: 768px) {
.cid-r95ZUsRp98 .text-block, .cid-r95ZUsRp98 .image-block {
	padding: 0;
}
}
/* Ende Section 1 Büro */
  /* Section 2 Projekte */
.cid-r95ZUtSkqL {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-r95ZUtSkqL .mbr-row, .cid-r95ZUtSkqL .main-container, .cid-r95ZUtSkqL .off-container {
	padding: 0;
	margin: 0;
}
.cid-r95ZUtSkqL .mbr-row {
	justify-content: space-between;
	position: relative;
	-webkit-justify-content: space-between;
}
.cid-r95ZUtSkqL .mbr-row .image {
	display: -webkit-flex;
	border: 2px solid #ffffff;
}
.cid-r95ZUtSkqL .mbr-row .main-container .image {
	height: 900px;
	width: 100%;
}
@media (max-width: 992px) {
.cid-r95ZUtSkqL .mbr-row .main-container .image {
	height: 100%;
	width: 100%;
}
}
.cid-r95ZUtSkqL .mbr-row .off-container {
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.cid-r95ZUtSkqL .mbr-row .off-container .image {
	height: 450px;
	width: 50%;
}
@media (max-width: 992px) {
.cid-r95ZUtSkqL .mbr-row .off-container .image {
	min-height: 100%;
	width: 100%;
}
}
@media (max-width: 992px) {
.cid-r95ZUtSkqL .mbr-row {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-r95ZUtSkqL .main-container, .cid-r95ZUtSkqL .off-container {
	flex: 1;
	-webkit-flex: 1;
}
.cid-r95ZUtSkqL amp-img {
	width: 100%;
}
}
.cid-r95ZUtSkqL amp-img {
	position: relative;
	height: 100%;
	width: 100%;
}
.cid-r95ZUtSkqL amp-img:hover:before {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,startColorstr=#1471da,endColorstr=#1C85FB)";
	background: linear-gradient(45deg, #000000, #000000);
}
.cid-r95ZUtSkqL a.control {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 48px;
	top: 32px;
}
.cid-r95ZUtSkqL a.control .close {
	position: relative;
	width: 32px;
	height: 32px;
}
.cid-r95ZUtSkqL a.control .close:before, .cid-r95ZUtSkqL a.control .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.cid-r95ZUtSkqL a.control .close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.cid-r95ZUtSkqL a.control .close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/* Ende Section 2 Projekte */
.cid-r8V8TVd0cv {
	padding-top: 105px;
	padding-bottom: 0px;
	background-color: #aaaaaa;
}
.cid-r8V8TVd0cv .container {
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
}
@media (max-width: 768px) {
.cid-r8V8TVd0cv .container {
	padding: 0;
}
}
.cid-r8V8TVd0cv .mbr-section-title {
	margin-bottom: 0.5rem;
}
.cid-r8V8TVd0cv .mbr-section-subtitle {
	margin: 0;
}
.cid-r8V8TVd0cv .card {
	padding: 0.5rem;
	margin-bottom: 4rem;
	position: relative;
}
@media (max-width: 768px) {
.cid-r8V8TVd0cv .card {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media (max-width: 992px) {
.cid-r8V8TVd0cv .card .title-block {
	padding: 1rem;
}
}
.cid-r8V8TVd0cv .card .image {
	height: 300px;
	width: 100%;
	margin-bottom: 1rem;
}
.cid-r8V8TVd0cv .card .image amp-img {
	position: relative;
}
.cid-r8V8TVd0cv .card .hover {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 300px;
	margin-top: 1rem;
}
@media (max-width: 768px) {
.cid-r8V8TVd0cv .card .hover {
	position: relative;
	height: 100%;
}
}
.cid-r8V8TVd0cv .card .hover .text-block {
	width: 100%;
	padding: 2rem;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: row;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
}
@media (max-width: 768px) {
.cid-r8V8TVd0cv .card .hover .text-block {
	padding: 0;
	opacity: 1;
	position: relative;
}
}
.cid-r8V8TVd0cv .card .hover .social {
	padding: 2rem;
	width: 100%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	flex-direction: row;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
}
@media (max-width: 768px) {
.cid-r8V8TVd0cv .card .hover .social {
	padding: 0;
	opacity: 1;
	position: relative;
}
}
.cid-r8V8TVd0cv .card .hover .social a {
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	font-size: 24px;
	padding: 0rem 0.2rem;
	color: #ffffff;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.cid-r8V8TVd0cv .card:hover .text-block, .cid-r8V8TVd0cv .card:hover .social {
	opacity: 1;
}
.cid-r8V8TVd0cv .card:hover amp-img:before {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,startColorstr=#1471da,endColorstr=#1C85FB)";
	background: linear-gradient(45deg, #000000, #ffffff);
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.cid-rbKf4GRG8M {
	padding-top: 135px;
	padding-bottom: 105px;
    height: 500px;
	background-image: url(../images/buero/2023-Bild-Team_bearb2.jpg);
}
.cid-rbKf4GRG8M .mbr-overlay {
	background-color: #000000;
	opacity: 0.3;
}
.cid-rbKf4GRG8M .mbr-section-title {
	margin-bottom: 3rem;
}
.cid-rbKf4GRG8M .mbr-text {
	margin: 0;
}
.cid-rbKf4GRG8M .mbr-section-btn {
	margin-top: 3rem;
}
.cid-r8V8TXnFa7 {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #aaaaaa;
}
.cid-r8V8TXnFa7 .mbr-row {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.cid-r8V8TXnFa7 .mbr-row > * {
	padding: 0 1.3rem;
}
.cid-r8V8TXnFa7 .text-block {
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
}
.cid-r8V8TXnFa7 .mbr-section-subtitle {
	margin-bottom: 2.5rem;
	color: #222222;
}
.cid-r8V8TXnFa7 .mbr-section-title {
	margin-bottom: 0;
}
.cid-r8V8TXnFa7 .mbr-section-btn {
	margin-top: 2rem;
}
.cid-r8V8TXnFa7 .mbr-section-title SPAN {
	color: #222222;
}
.cid-r8V8TXnFa7 ul {
	padding-left: 0;
	list-style-type: none;
}
/* Header inklusive Navigation */
.cid-r962DcDILP .nav-item:focus, .cid-r962DcDILP .nav-link:focus {
	outline: none;
}
.cid-r962DcDILP .navbar-nav {
	list-style-type: none;
	display: -webkit-flex;
	flex-direction: row;
	padding-left: 0;
	-webkit-flex-direction: row;
}
.cid-r962DcDILP .navbar-nav .nav-link {
	margin: .667em 1em;
	font-weight: 600;
	letter-spacing: 1px;
}
@media (max-width: 991px) {
.cid-r962DcDILP ul.navbar-nav {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-r962DcDILP ul.navbar-nav li {
	margin: auto;
}
.cid-r962DcDILP .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	content: '';
 margin-left: .25rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 55%;
}
.cid-r962DcDILP .nav-dropdown .dropdown-menu .dropdown-item {
	justify-content: center;
	display: -webkit-flex;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
}
.cid-r962DcDILP .mbr-section-btn {
	margin-bottom: 2rem;
}
.cid-r962DcDILP ul.navbar-nav {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-r962DcDILP ul.navbar-nav li {
	margin: auto;
}
.cid-r962DcDILP .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	content: '';
 margin-left: .25rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 55%;
}
.cid-r962DcDILP .nav-dropdown .dropdown-menu .dropdown-item {
	justify-content: center;
	display: -webkit-flex;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.cid-r962DcDILP .nav-dropdown .dropdown-menu {
	border-radius: 0;
	border: 0;
	left: 0;
	margin: 0;
	min-width: 10rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: absolute;
}
.cid-r962DcDILP .nav-dropdown .dropdown-menu .dropdown-item {
	font-weight: 600;
	line-height: 2;
	display: -webkit-flex;
	align-items: center;
	width: 100%;
 padding: .25rem 1.5rem;
	clear: both;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
	-webkit-align-items: center;
}
.cid-r962DcDILP .nav-dropdown .dropdown-menu .dropdown {
	position: relative;
}
.cid-r962DcDILP .nav-item.dropdown {
	position: relative;
}
.cid-r962DcDILP .nav-item.dropdown .dropdown-menu {
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}
.cid-r962DcDILP .nav-item.dropdown:hover > .dropdown-menu {
	z-index: 1;
	opacity: 1;
	pointer-events: all;
}
.cid-r962DcDILP .dropdown-menu .dropdown:hover > .dropdown-menu {
	z-index: 1;
	opacity: 1;
	pointer-events: all;
}
.cid-r962DcDILP .link.dropdown-toggle:after {
	content: '';
 margin-left: .25rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
}
.cid-r962DcDILP .nav-dropdown .dropdown-submenu {
	top: 0;
}
.cid-r962DcDILP .navbar {
	min-height: 90px;
	padding-left: 1rem;
	padding-right: 1rem;
	z-index: 100;
	display: -webkit-flex;
	flex-direction: row;
	width: 100%;
	transition: all .3s;
	justify-content: space-between;
	background: rgba(255,255,255,0.8);
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
}
.cid-r962DcDILP .navbar .navbar-logo {
margin-right: .8rem;
}
.cid-r962DcDILP .navbar .navbar-logo img {
	height: auto;
}
.cid-r962DcDILP .navbar.navbar-short {
	background: #ffffff;
}
.cid-r962DcDILP .navbar.navbar-short .navbar-brand {
	padding: 0;
}
.cid-r962DcDILP .navbar.opened {
	transition: all .3s;
	background: #ffffff;
}
.cid-r962DcDILP .navbar .dropdown-item {
padding: .25rem 1.5rem;
}
.cid-r962DcDILP .navbar .navbar-collapse {
	text-align: right;
	display: -webkit-flex;
	justify-content: flex-end;
	z-index: 1;
	flex-basis: auto;
	align-items: center;
	-webkit-justify-content: flex-end;
	-webkit-flex-basis: auto;
	-webkit-align-items: center;
}
.cid-r962DcDILP .navbar.collapsed button.navbar-toggler {
	display: inline-block;
}
.cid-r962DcDILP .navbar.collapsed .navbar-collapse {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100vh;
	background: #ffffff;
	padding: 1.5rem 2rem 1rem 2rem;
}
.cid-r962DcDILP .navbar.collapsed.opened .navbar-collapse.show, .cid-r962DcDILP .navbar.collapsed.opened .navbar-collapse.collapsing {
	display: block;
}
.cid-r962DcDILP .navbar.collapsed.opened .dropdown-menu {
	top: 0;
}
.cid-r962DcDILP .navbar.collapsed .dropdown-menu {
	position: relative;
	background: transparent;
}
.cid-r962DcDILP .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0;
}
.cid-r962DcDILP .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
}
.cid-r962DcDILP .navbar.collapsed .dropdown-menu .dropdown-item {
padding: .25rem 1.5rem;
	text-align: center;
	margin: 0;
}
.cid-r962DcDILP .navbar.collapsed .navbar-brand {
	flex-shrink: initial;
	word-break: break-word;
	-webkit-flex-shrink: initial;
}
@media (max-width: 991px) {
.cid-r962DcDILP .navbar .navbar-collapse {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100vh;
	background: #ffffff;
	padding: 1rem 2rem 1rem 2rem;
}
.cid-r962DcDILP .navbar.opened .navbar-collapse.show, .cid-r962DcDILP .navbar.opened .navbar-collapse.collapsing {
	display: block;
}
.cid-r962DcDILP .navbar.opened .dropdown-menu {
	top: 0;
}
.cid-r962DcDILP .navbar .dropdown-menu {
	position: relative;
	background: transparent;
}
.cid-r962DcDILP .navbar .dropdown-menu .dropdown-submenu {
	left: 0;
}
.cid-r962DcDILP .navbar .dropdown-menu .dropdown-item:after {
	right: auto;
}
.cid-r962DcDILP .navbar .dropdown-menu .dropdown-item {
 padding: .25rem 1.5rem;
	text-align: center;
	margin: 0;
}
.cid-r962DcDILP .navbar .navbar-brand {
	flex-shrink: initial;
	word-break: break-word;
	-webkit-flex-shrink: initial;
}
}
.cid-r962DcDILP .navbar-brand {
	display: -webkit-flex;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all .3s;
	word-break: break-word;
	z-index: 1;
	-webkit-flex-shrink: 0;
	-webkit-align-items: center;
}
.cid-r962DcDILP .navbar-brand .navbar-caption {
	line-height: inherit;
	font-weight: 300;
}
.cid-r962DcDILP .navbar-brand .navbar-logo a {
	outline: none;
}
.cid-r962DcDILP .dropdown-item.active, .cid-r962DcDILP .dropdown-item:active {
	background-color: transparent;
}
.cid-r962DcDILP .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}
.cid-r962DcDILP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
}
.cid-r962DcDILP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
}
.cid-r962DcDILP .navbar .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-r962DcDILP ul.navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.cid-r962DcDILP .navbar-buttons {
	text-align: center;
}
.cid-r962DcDILP button.navbar-toggler {
	display: none;
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all .2s;
	position: relative;
	align-self: center;
	-webkit-align-self: center;
}
.cid-r962DcDILP button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #444444;
}
.cid-r962DcDILP button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-r962DcDILP button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-r962DcDILP button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-r962DcDILP button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-r962DcDILP nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-r962DcDILP nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-r962DcDILP nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-r962DcDILP nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-r962DcDILP .navbar-dropdown {
	position: fixed;
}
.cid-r962DcDILP a.nav-link {
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.cid-r962DcDILP .nav-link .mbr-iconfont, .cid-r962DcDILP .dropdown-item .mbr-iconfont {
 margin-right: .2rem;
}
.cid-r962DcDILP .ampstart-btn.hamburger {
	position: relative;
	margin: auto 0;
	width: 30px;
	height: 20px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1000;
}
.cid-r962DcDILP .ampstart-btn.hamburger:focus {
	outline: none;
}
.cid-r962DcDILP .ampstart-btn.hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #444444;
}
.cid-r962DcDILP .ampstart-btn.hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-r962DcDILP .ampstart-btn.hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-r962DcDILP .ampstart-btn.hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-r962DcDILP .ampstart-btn.hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-r962DcDILP amp-sidebar {
	min-width: 260px;
	z-index: 1050;
	background-color: #ffffff;
}
.cid-r962DcDILP amp-sidebar.open:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: red;
}
.cid-r962DcDILP .open {
	transform: translateX(0%);
	display: block;
	-webkit-transform: translateX(0%);
}
.cid-r962DcDILP .builder-sidebar {
	text-align: right;
	background-color: #ffffff;
	position: relative;
	min-height: 100vh;
	z-index: 1030;
	padding: 1rem 2rem;
	max-width: 20rem;
}
.cid-r962DcDILP .builder-sidebar .dropdown {
	position: relative;
}
.cid-r962DcDILP .builder-sidebar .dropdown:hover > .dropdown-menu {
	position: relative;
	text-align: center;
}
.cid-r962DcDILP .sidebar {
	padding: 1rem 0;
	margin: 0;
}
.cid-r962DcDILP .sidebar > li {
	list-style: none;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-r962DcDILP .sidebar a {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}
.cid-r962DcDILP .close-sidebar {
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.cid-r962DcDILP .close-sidebar:focus {
	outline: 2px auto #222222;
}
.cid-r962DcDILP .close-sidebar span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #444444;
}
.cid-r962DcDILP .close-sidebar span:nth-child(1) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.cid-r962DcDILP .close-sidebar span:nth-child(2) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.cid-r962DcDILP amp-img {
	padding: 1rem 0;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 60px;
}
@media (max-width: 768px) {
.cid-r962DcDILP amp-img {
	min-height: 55px;
	min-width: 55px;
}
}
.cid-r962DcDILP .social {
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
@media (max-width: 992px) {
.cid-r962DcDILP .social {
	padding-top: 2rem;
}
}
.cid-r962DcDILP .amp-iconfont {
	margin-left: 1rem;
	font-size: 1.2rem;
	color: #00c322;
}
.cid-r962DcDILP .btn {
	margin: 0.5rem;
}
/* Ende Header */
  /* Footer */
.cid-r7NNMJCOAa {
	padding-top: 90px;
	padding-bottom: 45px;
	background-color: #ffffff;
}
.cid-r7NNMJCOAa .mbr-row {
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 1rem;
}
.cid-r7NNMJCOAa .mbr-text {
	margin: 0;
}
.cid-r7NNMJCOAa .fLink {
	margin-left: 1rem;
	margin-right: 1rem;
}
.cid-r7NNMJCOAa fLink {
	color: #444444;
}
.cid-r7NNMJCOAa .copyright {
	color: #666666;
}
.cid-r7NNMJCOAa .copyright B {
	color: #222222;
}
.cid-r7NNMJCOAa fLink A {
	color: #222222;
}
.cid-r7NNMJCOAa fLink B {
	color: #222222;
}
.cid-r7NNMJCOAa fLink I {
	color: #222222;
}
/* Ende Footer */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}
[class*="-iconfont"] {
display: inline-flex;
}
