/* Palette.
	$palette: (
		bg:					#24242a,
		bg-dark:			#1f1f24,
		bg-alt:				#2e2e35,
		fg:					transparentize(#ffffff,0.5),
		fg-bold:			#ffffff,
		fg-light:			transparentize(#ffffff,0.5),
		border:				transparentize(#6e6e7a,0.5),
		border-bg:			transparent,

		accent1:			#edb92e,
		accent1-hover:		saturate(lighten(#edb92e, 8), 8),
		accent1-alt:		desaturate(darken(#edb92e, 5), 8),
		accent1-dark:		saturate(darken(#edb92e, 18), 3),
		accent2:			#5496ca,
		accent3:			#2e2e35,
		accent3-alt:		#3e3e47
	);
*/
@import 'fontawesome-all.min.css';
.cc-window {
  z-index: 10001 !important;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  appearance: none;
}

/* Basic */
body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}

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

body {
  background: #e9e9e9;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../webfonts/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../webfonts/source-sans-pro-v21-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../webfonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../webfonts/source-sans-pro-v21-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../webfonts/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../webfonts/source-sans-pro-v21-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../webfonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../webfonts/source-sans-pro-v21-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Typography */
html {
  font-size: 16pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 15pt;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 13pt;
  }
}

body {
  background-color: #e9e9e9;
  color: rgba(0, 0, 0, 0.75);
}

body, input, select, textarea {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65;
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    line-height: 2;
  }
}

a {
  transition: color 0.2s ease-in-out;
  color: #edb92e;
  text-decoration: none;
}
a:hover {
  color: #f8c94c;
  text-decoration: none;
}
a:active {
  color: #edb92e;
}
a[target=_blank]:after, a[target=blank]:after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  font-size: 0.5rem;
  margin-left: 0.25rem;
  vertical-align: super;
}

strong, b {
  color: #202020;
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 1.1rem 0;
}

small {
  font-size: 0.85rem;
  opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
  color: #202020;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.9625rem 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3.75rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.9rem;
  line-height: 1;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 980px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.25rem;
  }
  h1, h2, h3, h4, h5, p {
    margin: 0 0 1rem 0;
  }
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 0.5rem rgba(0, 0, 0, 0.5);
  font-style: italic;
  margin: 0 0 2.75rem 0;
  padding: 1.375rem 0 1.375rem 2.75rem;
}

code {
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.5);
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2.75rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  margin: 2.75rem 0;
}
hr.major {
  margin: 5.5rem 0;
}
@media screen and (max-width: 736px) {
  hr.major {
    margin: 4.125rem 0;
  }
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  justify-content: flex-start;
}
.row.aln-center {
  justify-content: center;
}
.row.aln-right {
  justify-content: flex-end;
}
.row.aln-top {
  align-items: flex-start;
}
.row.aln-middle {
  align-items: center;
}
.row.aln-bottom {
  align-items: flex-end;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0rem;
}
.row.gtr-0 > * {
  padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0rem;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.5rem;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.5rem;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.5rem;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1rem;
}
.row.gtr-50 > * {
  padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform {
  margin-top: -1rem;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1rem;
}
.row {
  margin-top: 0;
  margin-left: -2rem;
}
.row > * {
  padding: 0 0 0 2rem;
}
.row.gtr-uniform {
  margin-top: -2rem;
}
.row.gtr-uniform > * {
  padding-top: 2rem;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3rem;
}
.row.gtr-150 > * {
  padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform {
  margin-top: -3rem;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 3rem;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -4rem;
}
.row.gtr-200 > * {
  padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform {
  margin-top: -4rem;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 4rem;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.5rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.5rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1rem;
  }
  .row {
    margin-top: 0;
    margin-left: -2rem;
  }
  .row > * {
    padding: 0 0 0 2rem;
  }
  .row.gtr-uniform {
    margin-top: -2rem;
  }
  .row.gtr-uniform > * {
    padding-top: 2rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -4rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}

/* Box */
.box {
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 2.75rem;
  padding: 1rem;
}
.box > :last-child {
  margin-bottom: 0;
}
.box.cta {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 4rem;
}
.box.cta .content {
  width: 65%;
  padding-right: 4rem;
}
.box.cta .content > :last-child {
  margin-bottom: 0;
}
.box.cta ul.actions {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .box.cta {
    padding: 3rem;
  }
}
@media screen and (max-width: 980px) {
  .box.cta {
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 3rem 2rem;
  }
  .box.cta .content {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .box.cta .content > :last-child {
    margin-bottom: 2.75rem;
  }
  .box.cta ul.actions {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .box.cta {
    padding: 2rem 1.5rem;
  }
}

.box.form {
  margin-bottom: 0;
  margin-top: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box.form .icon {
  font-size: 1.75rem;
  color: #edb92e;
  margin-right: 1rem;
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  appearance: none;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 7px;
  border: 0;
  box-shadow: inset 0px 0px 0px 3px #edb92e;
  color: #202020 !important;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  padding: 0 3.5rem 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
input[type=submit]:after,
input[type=reset]:after,
input[type=button]:after,
button:after,
.button:after {
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #edb92e;
  color: #fff;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  text-align: center;
  width: 2.5rem;
}
input[type=submit].down:after,
input[type=reset].down:after,
input[type=button].down:after,
button.down:after,
.button.down:after {
  content: "\f063";
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: white;
  box-shadow: inset 0px 0px 0px 3px #efc145;
}
input[type=submit]:hover:after,
input[type=reset]:hover:after,
input[type=button]:hover:after,
button:hover:after,
.button:hover:after {
  background-color: #efc145;
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 3px #edb92e;
}
input[type=submit]:active:after,
input[type=reset]:active:after,
input[type=button]:active:after,
button:active:after,
.button:active:after {
  background: #edb92e;
  color: #fff;
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  background-color: #edb92e;
  box-shadow: none;
  color: #202020 !important;
}
input[type=submit].primary:after,
input[type=reset].primary:after,
input[type=button].primary:after,
button.primary:after,
.button.primary:after {
  background: #e1ad21;
  color: #b3860c;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: #f8c94c;
}
input[type=submit].primary:hover:after,
input[type=reset].primary:hover:after,
input[type=button].primary:hover:after,
button.primary:hover:after,
.button.primary:hover:after {
  background: #e4b537;
}
input[type=submit].primary:active,
input[type=reset].primary:active,
input[type=button].primary:active,
button.primary:active,
.button.primary:active {
  background-color: #edb92e;
}
input[type=submit].primary:active:after,
input[type=reset].primary:active:after,
input[type=button].primary:active:after,
button.primary:active:after,
.button.primary:active:after {
  background: #e1ad21;
  color: #b3860c;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.8rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 3.75rem 0 1.25rem;
}
input[type=submit].small:after,
input[type=reset].small:after,
input[type=button].small:after,
button.small:after,
.button.small:after {
  width: 2.5rem;
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
button.large,
.button.large {
  font-size: 1.2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0 4.75rem 0 1.5rem;
}
input[type=submit].large:after,
input[type=reset].large:after,
input[type=button].large:after,
button.large:after,
.button.large:after {
  width: 3.25rem;
}
input[type=submit].wide,
input[type=reset].wide,
input[type=button].wide,
button.wide,
.button.wide {
  min-width: 13rem;
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5rem;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.25;
}

/* Form */
form {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
form.elements {
  display: block;
  margin: 0 0 2.75rem 0;
}
form > .fields {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4.125rem);
  margin: -2.0625rem 0 0 -2.0625rem;
}
form > .fields > .field {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 2.0625rem 0 0 2.0625rem;
  width: 100%;
}
form > .fields > .field.half {
  width: 50%;
}
form > .fields > .field.third {
  width: calc(100%/3 - 0.6875rem);
}
form > .fields > .field.quarter {
  width: calc(25% - 0.515625rem);
}
form > .fields > .actions {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  margin: 2.0625rem 0 0 2.0625rem;
  width: calc(100% - 4.125rem);
}
@media screen and (max-width: 480px) {
  form > .fields {
    width: calc(100% + 2.75rem);
    margin: -1.375rem 0 0 -1.375rem;
  }
  form > .fields > .field {
    padding: 1.375rem 0 0 1.375rem;
    width: 100%;
  }
  form > .fields > .field.half {
    width: 100%;
  }
  form > .fields > .field.third {
    width: 100%;
  }
  form > .fields > .field.quarter {
    width: 100%;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
select,
textarea {
  appearance: none;
  background-color: transparent;
  border-radius: 7px;
  border: none;
  border: solid 2px rgba(0, 0, 0, 0.5);
  color: #202020;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
input[type=search]:invalid,
input[type=url]:invalid,
input[type=number]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #edb92e;
  box-shadow: 0 0 0 1px #edb92e;
}

label {
  color: #202020;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.6875rem 0;
}
label.required:after {
  content: "*";
  color: #edb92e;
  font-size: 1.75rem;
  vertical-align: middle;
  line-height: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url] {
  height: 3rem;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.5)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3rem;
  padding-right: 3rem;
  text-overflow: ellipsis;
}
select option {
  color: rgba(0, 0, 0, 0.75);
  background-color: #e9e9e9;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 0.75rem 1rem;
  resize: vertical;
  min-height: 3rem;
}

input[type=checkbox],
input[type=radio] {
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.675rem;
  padding-right: 0.875rem;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background: transparent;
  border-radius: 7px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  left: 0;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  top: -0.15rem;
  width: 1.8rem;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #edb92e;
  border-color: #edb92e;
  color: #202020;
  content: "\f00c";
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #edb92e;
  box-shadow: 0 0 0 1px #edb92e;
}

input[type=checkbox] + label:before {
  border-radius: 7px;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
  opacity: 1;
}

/* Errors */
ul.errors {
  list-style: none;
  margin: 0;
  margin-left: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 7px 7px;
  padding: 0 0.5rem;
  display: none;
}
ul.errors li {
  padding: 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: #edb92e;
}

.field.has-error ul.errors, .form-group.has-error ul.errors {
  display: table;
}

.form-section {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.form-section:first-of-type {
  margin-top: 0;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon.alt {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  margin: 0 auto 2.75rem auto;
  text-align: center;
  width: 2.75rem;
}
.icon.alt:before {
  color: #edb92e;
  font-size: 1.15rem;
  position: relative;
  top: 0.05rem;
}
.icon.alt:after {
  transform: rotate(45deg);
  border-radius: 14px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 2.75rem;
  left: 50%;
  margin: -1.375rem 0 0 -1.375rem;
  position: absolute;
  top: 50%;
  width: 2.75rem;
}
.icon.alt.major {
  height: 5rem;
  line-height: 5rem;
  width: 5rem;
}
.icon.alt.major:before {
  font-size: 1.9rem;
}
.icon.alt.major:after {
  height: 5rem;
  width: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
}

/* Image */
.image {
  border: 0;
  display: inline-block;
  position: relative;
}
.image:after {
  background: linear-gradient(45deg, #edb92e 20%, #5496ca 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.image.light:after {
  background: linear-gradient(45deg, #edb92e 20%, #5496ca 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.image img {
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 2rem 2rem 0;
  top: 0.25rem;
}
.image.right {
  float: right;
  margin: 0 0 2rem 2rem;
  top: 0.25rem;
}
.image.fit {
  display: block;
  margin: 0 0 2.75rem 0;
  width: 100%;
}
.image.fit.alt {
  margin-bottom: 0;
}
.image.fit.alt img {
  max-height: 60vh;
  object-fit: cover;
  object-position: center center;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 4.125rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2.75rem 0;
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.25rem;
}

ul {
  list-style: disc;
  margin: 0 0 2.75rem 0;
  padding-left: 1rem;
}
ul li {
  padding-left: 0.325rem;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0 0.5rem;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.alt li:last-child {
  padding-bottom: 0;
}

dl {
  color: #202020;
  margin: 0 0 2.75rem 0;
}
dl dt {
  color: #202020;
  display: block;
  font-weight: 700;
  margin: 0 0 1.375rem 0;
}
dl dd {
  margin-left: 2.0625rem;
}

ul.faqs h4 {
  margin-bottom: 0;
  display: inline-block;
}
ul.faqs h4 .icon:before {
  transform: rotate(0deg);
  margin-right: 0.75rem;
  transition: all 0.2s ease;
}
ul.faqs h4.open .icon:before {
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
ul.faqs h4 a {
  display: flex;
}
ul.faqs .answer {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  height: 0;
  overflow: hidden;
  display: block !important;
  transition: all 0.2s ease;
}
ul.faqs .answer.open {
  display: block !important;
  transition: all 0.2s ease;
  margin-bottom: 1rem;
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1.375rem;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1.375rem;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.7875rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.stacked li input[type=submit].fit,
ul.actions.stacked li input[type=reset].fit,
ul.actions.stacked li input[type=button].fit,
ul.actions.stacked li button.fit,
ul.actions.stacked li .button.fit {
  max-width: 24rem;
}
ul.actions.fit {
  width: calc(100% + 1.375rem);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  ul.actions.stacked li {
    padding: 1rem 0 0 0;
  }
  ul.actions.stacked li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1.375rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit].icon:before,
  ul.actions:not(.fixed) li input[type=reset].icon:before,
  ul.actions:not(.fixed) li input[type=button].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }
}

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1.5rem 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 1.75rem;
}
@media screen and (max-width: 736px) {
  ul.icons li {
    padding: 0 2.75rem 0 0;
  }
  ul.icons li .icon:before {
    font-size: 1.75rem;
  }
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2.75rem 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n+1) {
  background-color: transparent;
}
table td {
  padding: 0.75rem 0.75rem;
}
table th {
  color: #202020;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0 0.75rem 0.75rem 0.75rem;
  text-align: left;
}
table thead {
  border-bottom: solid 2px rgba(0, 0, 0, 0.5);
}
table tfoot {
  border-top: solid 2px rgba(0, 0, 0, 0.5);
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

table.preise .leistung {
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  table.preise .leistung:empty {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  table.preise .beschreibung:empty {
    display: none;
  }
}
table.preise .preis {
  font-weight: 400;
}

/* Wrapper */
.wrapper {
  padding: 6rem 0 3.25rem 0;
  position: relative;
  z-index: 10000;
}
.wrapper .inner {
  position: relative;
  z-index: 10002;
}
.wrapper.style1 {
  background: #f1f1f1;
  position: relative;
}
.wrapper.style1.top:before {
  background: #e9e9e9;
  content: "";
  height: 19.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}
.wrapper.style1.bottom:before {
  background: #e9e9e9;
  bottom: 0;
  content: "";
  height: 15rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10001;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 3rem 0 0.25rem 0;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding: 2rem 0 0.1rem 0;
  }
}

/* Inner */
.inner {
  margin: 0 auto;
  max-width: calc(100% - 6rem);
  width: 80rem;
}
@media screen and (max-width: 1680px) {
  .inner {
    max-width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 980px) {
  .inner {
    max-width: calc(100% - 5rem);
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .inner {
    max-width: calc(100% - 2rem);
    width: 100%;
  }
}

/* Header */
header.major {
  margin: 0 auto 6.875rem auto;
  max-width: calc(100% - 28rem);
  text-align: center;
}
header.major.small {
  margin: 0 auto 2.75rem auto;
}
@media screen and (max-width: 1280px) {
  header.major {
    margin: 0 auto 2.75rem auto;
    max-width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 980px) {
  header.major {
    margin: 0 auto 2.75rem auto;
    max-width: 90%;
  }
}
@media screen and (max-width: 736px) {
  header.major {
    margin: 0 auto 3rem auto;
  }
}
@media screen and (max-width: 480px) {
  header.major {
    max-width: 100%;
  }
}

/* Features */
.features {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: -moz-flex-start;
  -ms-align-items: -ms-flex-start;
  align-items: flex-start;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
.features .feature {
  margin-bottom: 5.5rem;
  padding: 0 2.75rem;
  text-align: center;
  width: 33%;
}
.features .feature .icon:before {
  line-height: inherit;
}
.features .feature:nth-last-child(-n+3) {
  margin-bottom: 2.75rem;
}
.features .feature > :last-child {
  margin-bottom: 0;
}
.features .feature .pennant {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 1280px) {
  .features .feature {
    margin-bottom: 4.125rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 980px) {
  .features .feature {
    width: 50%;
  }
  .features .feature:nth-last-child(-n+2) {
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 736px) {
  .features .feature {
    margin-bottom: 4.125rem;
    padding: 0;
    width: 100%;
  }
  .features .feature:last-child {
    margin-bottom: 2.75rem !important;
  }
  .features .feature:nth-last-child(-n+2) {
    margin-bottom: 4.125rem;
  }
}

/* Spotlights */
.spotlights .spotlight {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #ffffff;
  border-radius: 7px;
  margin-bottom: 4.8125rem;
  max-height: 30rem;
  overflow: hidden;
}
.spotlights .spotlight:nth-child(2n) .image {
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.spotlights .spotlight .image {
  -ms-align-self: -ms-stretch;
  align-self: stretch;
  margin: 0;
  min-width: 40%;
}
.spotlights .spotlight .image.alt {
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.spotlights .spotlight .image img {
  min-height: 100%;
  object-fit: cover;
}
.spotlights .spotlight .content {
  min-width: 60%;
  padding: 5.5rem;
}
.spotlights .spotlight .content > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .spotlights .spotlight {
    margin-bottom: 4.125rem;
  }
  .spotlights .spotlight .content {
    padding: 4.125rem;
  }
}
@media screen and (max-width: 980px) {
  .spotlights .spotlight {
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 2.75rem;
    max-height: 100%;
    overflow: auto;
  }
  .spotlights .spotlight .image {
    -ms-align-self: -ms-flex-start;
    align-self: flex-start;
    height: 25rem;
    min-width: 100%;
    overflow: hidden;
  }
  .spotlights .spotlight .image.alt {
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .spotlights .spotlight .content {
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    min-width: 100%;
    padding: 2.75rem;
    text-align: center;
  }
  .spotlights .spotlight ul.actions {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 736px) {
  .spotlights .spotlight {
    margin-bottom: 2.75rem;
  }
  .spotlights .spotlight .image {
    height: 15rem;
  }
  .spotlights .spotlight .content {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
  }
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 99999;
  background-color: #f1f1f1;
  opacity: 0.8;
  animation: slbOverlay 0.1s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999;
}

.slbWrap {
  position: absolute;
  text-align: center;
}
.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  animation: slbEnter 0.3s;
  position: relative;
}
.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 0.5rem;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}
.slbCloseBtn:after, .slbArrow:after {
  display: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  animation: slbEnter 0.3s;
  font-size: 1.5em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 1rem;
  right: 1rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.7;
  overflow: hidden;
  /*&:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.8em 0 0 -0.8em;
    border: 0.8em solid transparent;
  }*/
}
.slbArrow:before {
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  transform: scale(1.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slbArrow.next {
  right: 1rem;
}
.slbArrow.next:before {
  content: "\f105";
}
.slbArrow.prev {
  left: 1rem;
}
.slbArrow.prev:before {
  content: "\f104";
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.iframe-wrapper {
  line-height: 0;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.iframe-wrapper:after {
  display: none;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
  /*
  /*rtl:begin:ignore*/
  right: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #edb92e;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled] {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #edb92e;
  box-shadow: none;
  color: #fff;
  border-color: #edb92e;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #edb92e;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #edb92e, 5px 0 0 #edb92e;
}
.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  user-select: none;
  align-self: center;
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Header */
@keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
body {
  padding-top: 6rem;
}
@media screen and (max-width: 980px) {
  body {
    padding-top: 44px;
  }
}

#header {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.75);
  cursor: default;
  height: 4rem;
  left: 0;
  line-height: 4rem;
  padding: 0 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}
#header > .logo {
  color: #202020;
  font-size: 1.25rem;
  font-weight: 700;
  height: inherit;
  line-height: inherit;
  text-decoration: none;
  white-space: nowrap;
}
#header > .logo .logo-icon {
  top: 0 !important;
}
@media screen and (max-width: 980px) {
  #header > .logo .logo-icon {
    display: none !important;
  }
}
#header > .logo:active {
  background: none;
}
#header > .logo span {
  font-weight: 300;
}
#header.alt .logo .logo-icon:after {
  border-color: rgba(0, 0, 0, 0.75);
}
#header .label {
  display: none;
}
#header > nav {
  font-size: 1rem;
  height: auto;
  line-height: 1;
  margin: 0;
}
#header > nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#header > nav > ul > li {
  display: inline-block;
  margin: 0 1rem;
  padding: 0.65rem 0 0.5rem 0;
  position: relative;
  text-align: center;
}
#header > nav > ul > li.current {
  border-bottom: 3px solid #edb92e;
}
#header > nav > ul > li.current a {
  color: #202020;
  font-weight: 700;
}
#header > nav > ul > li a.current {
  font-weight: 700;
}
#header > nav > ul > li > a {
  color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  position: relative;
  text-decoration: none;
}
#header > nav > ul > li > a:hover, #header > nav > ul > li > a:active {
  border-radius: 7px;
  color: #202020;
}
#header > nav > ul > li > a:before {
  margin-right: 0.5rem;
}
#header > nav > ul > li > ul {
  display: none;
}
#header > nav > ul > li.current > a {
  color: #202020;
}
.dropotron {
  background-color: #edb92e;
  border-radius: 0.5rem;
  list-style-type: none;
  margin: -0.5rem 0 0 1px;
  min-width: 10rem;
  padding: 0.5rem 0;
}
.dropotron.level-0 {
  margin-top: 1.125rem;
  margin-left: 0;
}
.dropotron.level-0:before {
  transform: rotate(45deg);
  background-color: #edb92e;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 2rem;
  top: -0.375rem;
  width: 0.75rem;
}
.dropotron li {
  border-top: solid 1px rgba(32, 32, 32, 0.25);
  padding: 0;
  position: relative;
}
.dropotron li:first-child {
  border-top: none;
}
.dropotron li.current > a {
  color: #202020;
}
.dropotron li a.current {
  font-weight: bold;
  color: #202020;
}
.dropotron a {
  border: 0;
  color: rgba(32, 32, 32, 0.75);
  padding: 0.5rem 1rem;
  text-decoration: none !important;
}
.dropotron a:active, .dropotron a:hover, .dropotron a:focus {
  color: #202020;
}

#header > .navPanelToggle {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  display: none;
  height: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
#header > .navPanelToggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#header > .navPanelToggle:hover {
  color: #202020;
}
#header > .navPanelToggle:before {
  content: "\f0c9";
  float: right;
  line-height: inherit;
  margin: 0 0 0 0.625rem;
}
#header.reveal {
  animation: reveal-header 0.5s ease;
}
#header.alt {
  animation: none;
  background: none;
  box-shadow: none;
  height: 6rem;
  line-height: 6rem;
  position: absolute;
}
#header.alt > .logo {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  #header {
    height: 44px;
    line-height: 44px;
    padding: 0 1.25rem;
  }
  #header > .logo {
    font-size: 1rem;
  }
  #header > nav {
    display: none;
  }
  #header > .navPanelToggle {
    display: block;
  }
  #header > .navPanelToggle span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
  }
}
/* Nav Panel */
#wrapper {
  transition: opacity 0.5s ease;
}

#navPanel {
  transform: translateX(100%);
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background-color: #edb92e;
  box-shadow: none;
  color: rgba(32, 32, 32, 0.5);
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20em;
  z-index: 10002;
}
#navPanel nav {
  padding: 3em 2em;
}
#navPanel .link {
  transition: color 0.2s;
  border-bottom: 0;
  border-top: solid 1px rgba(32, 32, 32, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
}
#navPanel .link:first-child {
  border-top: 0;
}
#navPanel .link.depth-0 {
  color: #202020;
  font-weight: 700;
}
#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
  color: #202020 !important;
}
#navPanel .link .indent-1 {
  display: inline-block;
  width: 1.25em;
}
#navPanel .link .indent-2 {
  display: inline-block;
  width: 2.5em;
}
#navPanel .close {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  color: rgba(32, 32, 32, 0.5);
  cursor: pointer;
  display: block;
  height: 3.25em;
  line-height: 3.25em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7em;
}
#navPanel .close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#navPanel .close:before {
  content: "\f00d";
  font-size: 1.25em;
}
#navPanel .close:hover {
  color: #202020 !important;
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  #navPanel .close {
    height: 4em;
    line-height: 4em;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  #navPanel nav {
    padding: 2.5em 1.75em;
  }
}

body.is-navPanel-visible #wrapper {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}
body.is-navPanel-visible #navPanel {
  transform: translateX(0);
  visibility: visible;
}

/* Banner */
#banner {
  background-image: url(/images/uploads/startseite/Luftaufnahme-Hamanns-Koppel.jpg);
  background-blend-mode: unset;
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 980px) {
  #banner {
    background-attachment: scroll !important;
  }
}
#banner:after {
  background: linear-gradient(45deg, #5496ca 20%, #edb92e 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
#header + #banner {
  margin-top: -6rem;
}
#banner.wrapper {
  padding-bottom: 4rem;
  padding-top: 16rem;
}
#banner .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
#banner .content {
  transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
  padding-right: 2.75rem;
  width: 60%;
}
#banner .content > :last-child {
  margin-bottom: 0;
}
#banner .content p {
  font-size: 1.25rem;
}
#banner .image-wrapper {
  transition: opacity 1.5s ease-in-out, transform 0.75s ease-in-out;
  position: relative;
  width: 50%;
}
#banner .image-wrapper .frame {
  height: auto;
  width: 100%;
}
#banner .image-wrapper .image {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 80%;
}
#banner .image-wrapper .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
body.is-preload #banner .content {
  transform: translateX(-0.5rem);
  opacity: 0;
}
body.is-preload #banner .image-wrapper {
  transform: translateY(0.5rem);
  opacity: 0;
}
@media screen and (max-width: 1680px) {
  #banner.wrapper {
    padding-bottom: 2rem;
    padding-top: 14rem;
  }
}
@media screen and (max-width: 1280px) {
  #banner.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 2.5rem;
    padding-top: 10rem;
    text-align: center;
  }
  #banner ul.actions {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #banner .inner {
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #banner .content {
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  #banner .image-wrapper {
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.75rem;
    width: 30rem;
    max-width: 100%;
  }
  body.is-preload #banner .content {
    transform: translateY(0.5rem);
  }
  body.is-preload #banner .image-wrapper {
    transform: translateY(-0.5rem);
  }
}
@media screen and (max-width: 980px) {
  #banner.wrapper {
    padding-bottom: 1rem;
    padding-top: 11rem;
  }
  #banner .image-wrapper {
    width: 40rem;
  }
}
@media screen and (max-width: 736px) {
  #banner.wrapper {
    max-width: 100%;
    padding-top: 10rem;
  }
  #banner .image-wrapper {
    width: 290px;
  }
  #banner .image-wrapper .image {
    top: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  #banner .image-wrapper .image {
    top: 0.6rem;
  }
}

/* Main Wrapper */
#wrapper section:first-child.wrapper.style1:before {
  background: #e9e9e9;
  content: "";
  height: 19.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}
#wrapper section:last-child.wrapper.style1:before {
  background: #e9e9e9;
  bottom: 0;
  content: "";
  height: 15rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10001;
}

/* Footer */
#footer {
  background-image: url(/images/uploads/startseite/Luftaufnahme-Hamanns-Koppel.jpg);
  background-blend-mode: unset;
  background-color: #e9e9e9;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #footer {
    background-attachment: scroll !important;
  }
}
#footer:after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.95) 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#footer .contact-form {
  margin-bottom: 8.25rem;
}
#footer .contact-form ul {
  margin-bottom: 0;
}
#footer .contact-info {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 40rem;
}
#footer .contact-info .item {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 2.75rem;
  margin-bottom: 2.75rem;
  text-align: left;
  width: 18rem;
  flex-grow: 1;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  #footer .contact-info .item {
    justify-content: normal;
  }
}
#footer .contact-info .item p {
  margin: 0;
}
#footer .contact-info .item a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
#footer .contact-info .item a:hover {
  color: #202020;
}
#footer .inner {
  max-width: 50rem;
}
#footer .inner header {
  margin: 0 auto;
  max-width: 75%;
}
#footer .inner header > :last-child {
  margin-bottom: 0;
}
#footer .inner .icon.alt {
  margin: 0 2.75rem 0 0;
}
#footer .copyright {
  color: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  max-width: 80rem;
  text-align: center;
  font-size: 0.9rem;
}
#footer .copyright a {
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  #footer .inner {
    max-width: calc(100% - 6rem);
  }
  #footer .copyright {
    max-width: calc(100% - 6rem);
  }
  #footer .contact-form {
    margin-bottom: 5.5rem;
  }
}
@media screen and (max-width: 980px) {
  #footer .inner {
    max-width: calc(100% - 5rem);
  }
  #footer .inner header {
    max-width: 100%;
  }
  #footer .copyright {
    max-width: calc(100% - 5rem);
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #footer .inner {
    max-width: calc(100% - 4rem);
  }
  #footer .inner .icon.alt {
    margin: 0 2.0625rem 0 0;
  }
  #footer .copyright {
    max-width: 100%;
    margin: 0 auto 2.75rem auto;
    width: 100%;
  }
  #footer .contact-info {
    padding-left: 0;
    width: 100%;
    margin: 0 auto 1.375rem auto;
  }
  #footer .contact-info .item {
    margin-left: auto;
    margin-right: auto;
  }
}