		/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





html {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	/*-webkit-tap-highlight-color : rgb(214,67,54); */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
	font-size: 1.125rem;
    line-height: 30px;
	line-height: 1.66667;
	letter-spacing: 0.05em;
	color: #777777;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;*/
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (min-width: 1025px) {
	.fancybox-active #header,
	.noscroll #header,
	.mfp-wrap+#cookiebox+#wrapper #header {
		padding-right: 17px;
	}
}
.gruen {
	color: #9ba997;
}
.upper {
	text-transform: uppercase;
}
em,
i {
	font-style: italic;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 3.125rem;
	color: #1d1d1b;
	line-height: normal;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom: 3.625rem;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
p + p,
ul + p  {
	margin-top:  1.6667em;
}
dl,
dd {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: normal;
}
dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 100px;
  padding: 0;
  margin: 0
}
dd {
  float: left;
	width: calc(100% -130px);
  padding: 0;
  margin: 0;}
b,
strong {
	font-weight: 700;
}
hr {
	border: 0;
	width: 100%;
	float: left;
	clear: both;
}
.divider {
	clear: both;
}
a,
a:link,
a:visited {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 400;
	color: #777777;
}
a:focus {
	outline: none;
	/*text-decoration: none;
    background: #f39200;
  color: #ffffff;*/
}
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
a[href^="tel:"] {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
#main ul {
	
}
ul.text-center {
	list-style-position: inside;
}
li {
	margin-left: 1em;
}
ol {
	padding-left: 0;
	/* Remove the default left padding */
	margin-left: 0px;
	margin: 0;
	padding: 0;
}
ol li {
	list-style: decimal;
	background-image: none;
	margin-left: 1em;
}
img a,
a img,
a {
	border: 0;
	outline: none;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clr {
	clear: both;
}
.align-left,
.csc-header-alignment-left,
.ce-headline-left,
.text-left {
	text-align: left;
}
.align-center,
.csc-header-alignment-center,
.ce-headline-center,
.text-center {
	text-align: center;
}
.align-right,
.csc-header-alignment-right,
.ce-headline-right,
.text-right {
	text-align: right;
}
.align-justify,
.csc-header-alignment-justify,
.text-justify {
	text-align: justify;
}
.accesskey {
	position: absolute;
	left: -20000px;
}
dfn,
.hidden {
	position: absolute;
	left: -1000em;
	width: 20em;
}
::-webkit-input-placeholder {
	opacity: 1 !important;
}
:-moz-placeholder {
	opacity: 1 !important;
}
::-moz-placeholder {
	opacity: 1 !important;
}
:-ms-input-placeholder {
	opacity: 1 !important;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
	outline: none;
}
*,
div,
section {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko         */
	box-sizing: border-box;
}
#wrapper {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}
.container {
	max-width: 50.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
	margin: auto;
	position: relative;
}

.frame-space-before-100{
	margin-top: 6.25rem;
}
.frame-space-after-100{
	margin-bottom: 6.25rem;
}
.frame-space-before-74 {
	margin-top: 4.625rem;
}
.frame-space-after-74 {
	margin-bottom: 4.625rem;
}


#main {
	float: left;
	width: 100%;
	position: relative;
	z-index: 50;
	overflow: hidden;
}
#main.startseite {
	
}
table {
	height: 100%; 
	table-layout: fixed; 
	margin: 0; 
	padding: 0; 
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table tr {
	height: 50%;
}
table tr td {
	vertical-align:  bottom;
}
table tr + tr {
	background-color: #812a3b; 
	color: #ffffff;
}
table tr + tr am
table tr + tr a:link,
table tr + tr a:visited {
	color: #ffffff;
}
table tr + tr td {
	vertical-align: top;
}
.section {
	float: left;
	width: 100%;
	position: relative;
}
.logo {
	float: left;
	width: 100%;
	text-align: center;
}
.logo img {
	vertical-align: middle;
	width: 25rem;
	height: auto;
}
.firstext {
	float: left;
	width: 100%;
	padding-top: 6.625rem;
}
.socials {
	float: left;
	width: 100%;
	padding-top: 1.5rem;
	text-align: center;
}
.socials img {
	vertical-align: middle;
	width: 3rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.secondtext a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}














































