/* General */
:root {
	--sandlight: #F8F5ED; 
	--sand: #D0AF75; 
	--gold: #B49C71; 
	--rosenrot: #C71E1B; 
	--olivegruen: #93AD50; 
	--gray1: #E4E4E4; 
	--gray2: #BDBDBD; 
	--asphalt: #9A9A9A; 
	--anthrazit: #646464; 
	--marmorweiss: #FAFAFA; 
	--vh: 8.84px;
	--header-height: 92px;
}
html, body {
	line-height: 1;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	height: 100%;
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	color: var(--anthrazit);
	font-size: 20px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em 0;
  line-height: 1.2em;
}
h1 {
  margin-top: 0;
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 15px;
}
#main .ce_text p {
  margin: 0 0 1.5em 0;
}
figure,picture {
	display:block; margin:0; padding:0;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.wrap {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 99;
}
#header .inside {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
	row-gap: 0;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;

	padding: 25px 15px;

	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: padding .3s ease-in-out;
	-webkit-transition: padding .3s ease-in-out;
	-o-transition: padding .3s ease-in-out;
	-ms-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
}
#header .inside .ce_image.logo {
	width: 200px;
	height: auto;
}
#header .inside .ce_image.logo img, #header .inside .ce_image.logo svg {
	display: block;
	width: 100%;
	height: auto;
	-moz-object-fit: contain;
	-webkit-object-fit: contain;
	-o-object-fit: contain;
	-ms-object-fit: contain;
	object-fit: contain;
	-moz-object-position: center center;
	-webkit-object-position: center center;
	-o-object-position: center center;
	-ms-object-position: center center;
	object-position: center center;
	font-family: "object-fit:contain; object-position:center center;";
}
body.scrolled #header {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.16);
}

/* Footer */
#footer .rsce_footer .top {
	color: var(--marmorweiss);
	background-color: var(--gold);
	padding: 40px 0;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .rsce_footer .top .wrap {
	display: grid;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	justify-content: center;
	align-items: flex-start;
	column-gap: 70px;
	row-gap: 30px;
	font-family: 'Noto Sans';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4375;
	letter-spacing: 0.015em;
}
#footer .rsce_footer .top .wrap .col a {
  color: inherit;
  text-decoration: none;
}
#footer .rsce_footer .top .wrap .col figure {
	margin-bottom: 16.4px;
}
#footer .rsce_footer .top .wrap .col .headline {
	font-family: 'Noto Sans';
	font-weight: 700;
}
#footer .rsce_footer .bottom {
	padding: 23.2px 0;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .rsce_footer .bottom .wrap {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	row-gap: 20px;
	font-family: 'Noto Sans';
	font-weight: normal;
	font-size: 14px;
	line-height: 1.35714286;
	letter-spacing: 0.02em;
	color: var(--asphalt);
}
#footer .rsce_footer .bottom .wrap .copyright {
	font-family: 'Noto Sans';
	font-weight: normal;
	font-size: 14px;
	line-height: 1.35714286;
	letter-spacing: 0.02em;
}
#footer .rsce_footer .bottom .wrap .menu {
	text-align: right;
}
#footer .rsce_footer .bottom .wrap .menu ul li::after {
	content: " | ";
}
#footer .rsce_footer .bottom .wrap .menu ul li:last-child::after {
	display:none;
}
#footer .rsce_footer .bottom .wrap .menu ul li {
  display: inline-block;
  vertical-align: middle;
}
#footer .rsce_footer .bottom .wrap a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width:1023px) {
	#footer .rsce_footer .top .wrap {
		grid-template-columns:minmax(0,1fr);
		grid-auto-flow:dense;
	}
	#footer .rsce_footer .bottom .wrap {
		grid-template-columns:minmax(0,1fr);
		justify-content:flex-start;
	}
	#footer .rsce_footer .bottom .wrap .menu { 
		text-align:left;
	}
}

/* Elements */
#container {
	overflow:hidden;
}
.rsce_intro .wrap {
  position: relative;
  max-width: 1440px;
}
.rsce_intro .wrap .img-container img,
.rsce_intro .wrap .img-container svg {
  display: block;
  max-height: 960px;
  width: auto;
  -moz-object-fit: contain;
  -webkit-object-fit: contain;
  -o-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  -moz-object-position: center center;
  -webkit-object-position: center center;
  -o-object-position: center center;
  -ms-object-position: center center;
  object-position: center center;
  font-family: "object-fit:contain; object-position:center center;";
  -moz-transform: translate(-15%, 0);
  -webkit-transform: translate(-15%, 0);
  -o-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}
@media screen and (max-width: 1023px) {
  .rsce_intro .wrap .img-container img,
  .rsce_intro .wrap .img-container svg {
    max-height: 200px;
	-moz-transform: translate(-15%, 20px);
	-webkit-transform: translate(-15%, 20px);
	-o-transform: translate(-15%, 20px);
	-ms-transform: translate(-15%, 20px);
	transform: translate(-15%, 20px);
  }
}
.rsce_intro .wrap .text-container {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 880px;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 0 100px rgba(255,255,255,0.9);
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .rsce_intro .wrap .text-container {
    position: relative;
    top: auto;
    right: auto;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
	padding:20px 0; 
    text-align: center;
  }
}
.rsce_intro .wrap .text-container .headline {
  font-family: 'Noto Serif';
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  color: var(--sand);
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rsce_intro .wrap .text-container .headline {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .rsce_intro .wrap .text-container .headline {
    font-size: 40px;
  }
}
.rsce_intro .wrap .text-container .text {
  font-family: 'Noto Sans';
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rsce_intro .wrap .text-container .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .rsce_intro .wrap .text-container .text {
    font-size: 18px;
  }
}
.rsce_intro .wrap .text-container .btn {
  margin-top: 35px;
}

[data-id="overwrite-wrapper-144"] {
  margin-top: 90px;
  margin-bottom: 100px;
}
.rsce_contentwrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[data-id="overwrite-wrapper-144"], [data-id="overwrite-wrapper-146"] {
  margin-top: 90px;
  margin-bottom: 100px;
}
[data-id="overwrite-text-26"] .headline, [data-id="overwrite-text-80"] .headline {
  text-align: center;
}
.ce_text .headline {
  font-family: 'Noto Serif';
  font-weight: bold;
  font-size: 40px;
  line-height: 1.25;
  margin: 0 0 30px 0;
  color: var(--sand);
}
.ce_text .content {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.66666667;
}