@import url(font-awesome.min.css);

/* Bronova Regular */
@font-face {
  font-family: 'Bronova Regular';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/BronovaRegular.woff') format('woff');
}

/* Bronova Bold */
@font-face {
  font-family: 'Bronova Bold';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/BronovaBold.woff') format('woff');
}

/* Bitter Regular */
@font-face {
  font-family: 'Bitter Regular';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/bitter-v28-latin-regular.woff2') format('woff2'),
       url('../fonts/bitter-v28-latin-regular.woff') format('woff');
}

/* Bitter 700 */
@font-face {
  font-family: 'Bitter Bold';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/bitter-v28-latin-700.woff2') format('woff2'),
       url('../fonts/bitter-v28-latin-700.woff') format('woff');
}

/* Work Sans Regular */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/work-sans-v17-latin-regular.woff2') format('woff2'),
       url('../fonts/work-sans-v17-latin-regular.woff') format('woff');
}


/* Import from SP Page Builder */

#sppb-addon-1539430941727 .sppb-addon-title {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}
#sppb-addon-1510554380 .sppb-carousel-inner > .sppb-item {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.sp-page-builder .page-content #section-id-1510554378 {
  padding: 30px 0 !important;
  background-color: #9643ab;
}
.sp-page-builder .page-content #section-id-1510554378 h2, .sppb-carousel-inner {
    color: #ffffff !important;
}
.sppb-carousel-inner {
    min-height: 178px;
}
#column-id-1510554379 {
    max-width: 600px !important;
    margin: 0 auto;
}
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
  will-change: top;
}
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
  z-index: 1;
  position: relative;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 22px !important;
  line-height: 26px !important;
}
.sppb-testimonial-pro .sppb-carousel-control {
  margin: 5px 8px 0 !important;
  color: #c14a9a;
  border: 2px solid #ffffff !important;
  font-size: 20px !important;
  line-height: 32px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
}
.sppb-testimonial-pro .sppb-carousel-control:hover {
  color: #c14a9a !important;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
}
.sppb-testimonial-pro .sppb-carousel-control {
  color: #ffffff !important;
}
.sppb-addon-title, .sppb-title-heading {
  font-size: 31px !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em !important;
}


/* CSS */

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;
}

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

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

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

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}


/* Basic */

@-ms-viewport {
	width: device-width;
}

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: #000000;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Type */

body, input, select, textarea {
	color: rgba(49, 49, 49, 1.0);
	font-family: 'Bitter Regular', 'Work Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.75;
}

@media screen and (max-width: 1680px) {
	body, input, select, textarea {
		font-size: 13pt;
	}
}

@media screen and (max-width: 1280px) {
	body, input, select, textarea {
		font-size: 12pt;
	}
}

@media screen and (max-width: 360px) {
	body, input, select, textarea {
		font-size: 11pt;
	}
}

a {
	color: #de63b7;
	text-decoration: none;
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
}

a:hover {
	color: #ffffff;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 1.4em 0;
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 0.5em 0;
}

h2 {
	margin: 0 0 1.1em 0;
	font-family: 'Bronova Bold';
	font-size: 31px !important;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	background: radial-gradient(circle, #f5e4ab 0%, #b88934 100%) !important;
	background-clip: border-box !important;
	background-clip: text !important;
	color: transparent !important;
}

h3 {
	margin: 0 0 0.6em 0;
	font-family: 'Bronova Bold';
	font-size: 27px !important;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	background: radial-gradient(circle, #f5e4ab 0%, #b88934 100%) !important;
	background-clip: border-box !important;
	background-clip: text !important;
	color: transparent !important;
	transform: rotate(-2deg);
}

h4 {
	margin: 3em 0 0.75em 0.3em;
	font-family: 'Bitter Regular';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-align: left;
	color: #ffffff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 2.75em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.6em;
}

@media screen and (max-width: 736px) {
	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 0.6em;
	}

	h6 {
		font-size: 0.6em;
	}
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

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

code {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 2px rgba(255, 255, 255, 0.15);
	margin: 2em 0;
}

tr hr {
	border: 0;
	border-bottom: solid 2px rgba(255, 255, 255, 0.35);
	margin: 1.2em 0;
}

.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}


/* 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: 0em;
		}

		.row.gtr-0 > * {
			padding: 0 0 0 0em;
		}

		.row.gtr-0.gtr-uniform {
			margin-top: 0em;
		}

		.row.gtr-0.gtr-uniform > * {
			padding-top: 0em;
		}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.375em;
		}

		.row.gtr-25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.gtr-25.gtr-uniform {
			margin-top: -0.375em;
		}

		.row.gtr-25.gtr-uniform > * {
			padding-top: 0.375em;
		}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.75em;
		}

		.row.gtr-50 > * {
			padding: 0 0 0 0.75em;
		}

		.row.gtr-50.gtr-uniform {
			margin-top: -0.75em;
		}

		.row.gtr-50.gtr-uniform > * {
			padding-top: 0.75em;
		}

		.row {
			margin-top: 0;
			margin-left: -1.5em;
		}

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row.gtr-uniform {
			margin-top: -1.5em;
		}

		.row.gtr-uniform > * {
			padding-top: 1.5em;
		}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -2.25em;
		}

		.row.gtr-150 > * {
			padding: 0 0 0 2.25em;
		}

		.row.gtr-150.gtr-uniform {
			margin-top: -2.25em;
		}

		.row.gtr-150.gtr-uniform > * {
			padding-top: 2.25em;
		}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -3em;
		}

		.row.gtr-200 > * {
			padding: 0 0 0 3em;
		}

		.row.gtr-200.gtr-uniform {
			margin-top: -3em;
		}

		.row.gtr-200.gtr-uniform > * {
			padding-top: 3em;
		}

		@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: 0em;
				}

				.row.gtr-0 > * {
					padding: 0 0 0 0em;
				}

				.row.gtr-0.gtr-uniform {
					margin-top: 0em;
				}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

				.row.gtr-25 > * {
					padding: 0 0 0 0.375em;
				}

				.row.gtr-25.gtr-uniform {
					margin-top: -0.375em;
				}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

				.row.gtr-50 > * {
					padding: 0 0 0 0.75em;
				}

				.row.gtr-50.gtr-uniform {
					margin-top: -0.75em;
				}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

				.row > * {
					padding: 0 0 0 1.5em;
				}

				.row.gtr-uniform {
					margin-top: -1.5em;
				}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

				.row.gtr-150 > * {
					padding: 0 0 0 2.25em;
				}

				.row.gtr-150.gtr-uniform {
					margin-top: -2.25em;
				}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

				.row.gtr-200 > * {
					padding: 0 0 0 3em;
				}

				.row.gtr-200.gtr-uniform {
					margin-top: -3em;
				}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		}

		@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: 0em;
				}

				.row.gtr-0 > * {
					padding: 0 0 0 0em;
				}

				.row.gtr-0.gtr-uniform {
					margin-top: 0em;
				}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

				.row.gtr-25 > * {
					padding: 0 0 0 0.375em;
				}

				.row.gtr-25.gtr-uniform {
					margin-top: -0.375em;
				}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

				.row.gtr-50 > * {
					padding: 0 0 0 0.75em;
				}

				.row.gtr-50.gtr-uniform {
					margin-top: -0.75em;
				}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

				.row > * {
					padding: 0 0 0 1.5em;
				}

				.row.gtr-uniform {
					margin-top: -1.5em;
				}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

				.row.gtr-150 > * {
					padding: 0 0 0 2.25em;
				}

				.row.gtr-150.gtr-uniform {
					margin-top: -2.25em;
				}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

				.row.gtr-200 > * {
					padding: 0 0 0 3em;
				}

				.row.gtr-200.gtr-uniform {
					margin-top: -3em;
				}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		}

		@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: 0em;
				}

				.row.gtr-0 > * {
					padding: 0 0 0 0em;
				}

				.row.gtr-0.gtr-uniform {
					margin-top: 0em;
				}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

				.row.gtr-25 > * {
					padding: 0 0 0 0.375em;
				}

				.row.gtr-25.gtr-uniform {
					margin-top: -0.375em;
				}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

				.row.gtr-50 > * {
					padding: 0 0 0 0.75em;
				}

				.row.gtr-50.gtr-uniform {
					margin-top: -0.75em;
				}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

				.row > * {
					padding: 0 0 0 1.5em;
				}

				.row.gtr-uniform {
					margin-top: -1.5em;
				}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

				.row.gtr-150 > * {
					padding: 0 0 0 2.25em;
				}

				.row.gtr-150.gtr-uniform {
					margin-top: -2.25em;
				}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

				.row.gtr-200 > * {
					padding: 0 0 0 3em;
				}

				.row.gtr-200.gtr-uniform {
					margin-top: -3em;
				}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		}

		@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: 0em;
				}

				.row.gtr-0 > * {
					padding: 0 0 0 0em;
				}

				.row.gtr-0.gtr-uniform {
					margin-top: 0em;
				}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

				.row.gtr-25 > * {
					padding: 0 0 0 0.375em;
				}

				.row.gtr-25.gtr-uniform {
					margin-top: -0.375em;
				}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

				.row.gtr-50 > * {
					padding: 0 0 0 0.75em;
				}

				.row.gtr-50.gtr-uniform {
					margin-top: -0.75em;
				}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

				.row > * {
					padding: 0 0 0 1.5em;
				}

				.row.gtr-uniform {
					margin-top: -1.5em;
				}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

				.row.gtr-150 > * {
					padding: 0 0 0 2.25em;
				}

				.row.gtr-150.gtr-uniform {
					margin-top: -2.25em;
				}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

				.row.gtr-200 > * {
					padding: 0 0 0 3em;
				}

				.row.gtr-200.gtr-uniform {
					margin-top: -3em;
				}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		}

		@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: 0em;
				}

				.row.gtr-0 > * {
					padding: 0 0 0 0em;
				}

				.row.gtr-0.gtr-uniform {
					margin-top: 0em;
				}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

				.row.gtr-25 > * {
					padding: 0 0 0 0.375em;
				}

				.row.gtr-25.gtr-uniform {
					margin-top: -0.375em;
				}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

				.row.gtr-50 > * {
					padding: 0 0 0 0.75em;
				}

				.row.gtr-50.gtr-uniform {
					margin-top: -0.75em;
				}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

				.row > * {
					padding: 0 0 0 1.5em;
				}

				.row.gtr-uniform {
					margin-top: -1.5em;
				}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

				.row.gtr-150 > * {
					padding: 0 0 0 2.25em;
				}

				.row.gtr-150.gtr-uniform {
					margin-top: -2.25em;
				}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

				.row.gtr-200 > * {
					padding: 0 0 0 3em;
				}

				.row.gtr-200.gtr-uniform {
					margin-top: -3em;
				}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		}


/* Image */

.image {
	border-radius: 0;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 0;
	display: block;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0.4em 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 91%;
}

@media screen and (max-width: 980px) {
	.image.fit {
		margin: 1em 0 3em 0;
		width: 100%;
	}
	.image.fit img {
		width: 30%;
	}
}

@media screen and (max-width: 736px) {
	.image.fit {
		margin: 0.5em 0 3em 0;
		width: 100%;
	}
	.image.fit img {
		width: 40%;
	}
}

@media screen and (max-width: 480px) {
	.image.fit {
		margin: 0.5em 0 2.5em 0;
		width: 100%;
	}
	.image.fit img {
		width: 50%;
	}
}


/* Icon */

.icon, .fa {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before, .fa:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Free', FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}


/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: bold;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}


/* Contact */

ul.contact {
	list-style: none;
	padding: 0;
	text-align: center;
}

ul.contact > li {
	padding: 0;
	margin: 1.5em 0 0 0;
	line-height: 30px;
}

ul.contact > li:first-child {
	margin-top: 0;
}

@media screen and (max-width: 736px) {
	ul.contact > li span {
		font-size: 20px;
	}
}


/* Menu */

ul.menu {
	padding: 0;
	list-style: none;
	font-family: 'Bronova Bold';
}

ul.menu > li {
	border-left: solid 1px rgba(49, 49, 49, 0.5);
	display: inline-block;
	line-height: 1;
	margin-left: 0.5em;
	padding: 0 0 0 0.5em;
}

ul.menu > li:first-child {
	border-left: 0;
	margin: 0;
	padding-left: 0;
}

@media screen and (max-width: 480px) {
	ul.menu > li {
		border-left: 0;
		display: block;
		line-height: inherit;
		margin: 0.5em 0 0 0;
		padding-left: 0;
	}
}


/* Section/Article */

section.special, article.special {
	text-align: center;
}

header p {
	color: rgba(255, 255, 255, 0.35);
	position: relative;
	margin: 0 0 1.5em 0;
}

header h2 + p {
	font-size: 1.25em;
	margin-top: -1em;
	line-height: 1.5em;
}

header h3 + p {
	font-size: 1.1em;
	margin-top: -0.8em;
	line-height: 1.5em;
}

header h4 + p, header h5 + p, header h6 + p {
	font-size: 0.9em;
	margin-top: -0.6em;
	line-height: 1.5em;
}


/* Split */

.split {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.split > * {
	width: calc(50% - 2.5em);
}

.split > :nth-child(2n - 1) {
	padding-right: 2.5em;
	border-right: none;
}

.split > :nth-child(2n) {
	padding-left: 2.5em;
}

.split.style1 > :nth-child(2n - 1) {
	width: calc(33.33333% - 2.5em);
}

.split.style1 > :nth-child(2n) {
	width: calc(66.66666% - 2.5em);
}

@media screen and (max-width: 1680px) {

	.split > * {
		width: calc(50% - 2em);
	}

	.split > :nth-child(2n - 1) {
		padding-right: 2em;
	}

	.split > :nth-child(2n) {
		padding-left: 2em;
	}

	.split.style1 > :nth-child(2n - 1) {
		width: calc(66.66666% - 2em);
	}

	.split.style1 > :nth-child(2n) {
		width: calc(33.33333% - 2em);
	}
}

@media screen and (max-width: 980px) {

	.split {
		display: block;
	}

	.split > * {
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		margin: 4em 0 0 0;
		padding: 4em 0 0 0;
		width: 100% !important;
	}

	.split > :nth-child(2n - 1) {
		border-right: 0;
		padding-right: 0;
	}

	.split > :nth-child(2n) {
		padding-left: 0;
	}

	.split > :first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 736px) {

	.split > * {
		margin: 1.2em 0 3em 0;
		padding: 0;
	}
}


/* Wrapper */

		.wrapper {
			position: relative;
		}

		.wrapper > .inner {
			margin: 0 auto;
			padding: 5em 5em 3em 5em ;
			max-width: 100%;
			width: 60em;
		}

		@media screen and (max-width: 1680px) {

			.wrapper > .inner {
				padding: 1.8em 4em 0.1em 4em;
			}

		}

		@media screen and (max-width: 1280px) {

			.wrapper > .inner {
				width: 100%;
			}

		}

		@media screen and (max-width: 736px) {

			.wrapper > .inner {
				padding: 2.4em 1em 0 1em ;
			}

		}

		.wrapper.alt {
			background: rgba(158, 158, 158, 0.92);
		}

		.wrapper.style1 {
			background-color: #ffffff;
		}

		.wrapper.style1-alt {
			background-color: #331155;
		}

		.wrapper.style2 {
			/* background-color: #331155; */
			background: linear-gradient(180deg, #331155 0%, #331155 50%, #280d44 100%);
		}

		@media screen and (min-width: 735px) and (max-width: 1680px) {
		  .wrapper.style2 > .inner {
		    width:80%;
		    padding: 4em 0 3em 0;
		  }
		}

		#kontakt.wrapper.style3 {		/* Bereich Kontakt */
			background-color: #4c1d64;
		}

		@media screen and (max-width: 1680px) {	/* Bereich Kontakt */
		  #kontakt.wrapper.style3 > .inner {
		    width: 30% !important;
		    padding: 1.8em 0 0.1em 0;
		    font-size: 24px;
		  }
		}

		@media screen and (max-width: 980px) { 	/* Bereich Kontakt */
		  #kontakt.wrapper.style3 > .inner {
		    width: 40% !important;
		    padding: 1.8em 0 1.8em 0;
		    font-size: 24px;
		  }
		}

		@media screen and (max-width: 736px) {	/* Bereich Kontakt */
		  #kontakt.wrapper.style3 > .inner {
		    width: 100% !important;
		    padding: 4em 1.8em 1.8em 1.8em;
		    font-size: inherit;
		  }
		}

		@media screen and (min-width: 735px) and (max-width: 1680px) { /* Bereich Fotos */
		  #fotos.wrapper.style3 > .inner {
		    width: 80% !important;
		    /* padding: 1.8em 0 0.1em 0; */
		    padding: 4em 0 3em 0;
		  }
		}

		.wrapper.style2-alt {
			background: linear-gradient(170deg, #010101 0%, #010101 55%, #5c3e5a 100%);
		}

		@media screen and (max-width: 1680px) {
		  .wrapper.style2-alt p {
		    font-size: 24px;
		  }
		}

		@media screen and (max-width: 980px) {
		  .wrapper.style2-alt p {
		    font-size: 20px;
		  }
		}

		@media screen and (max-width: 736px) {
		  .wrapper.style2-alt p {
		    font-size: inherit;
		  }
		}

		.wrapper.style3 {
			background: linear-gradient(180deg, #4c1d64 0%, #4c1d64 25%, #682682 100%);
		}

		.wrapper.style3-alt {
			background-color: #4c1d64;
		}

		.wrapper.fullscreen {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			min-height: 100vh;
		}

		body.is-ie .wrapper.fullscreen {
			height: 100vh;
		}

		@media screen and (max-width: 1280px) {

			.wrapper.fullscreen {
				min-height: calc(100vh - 2.5em);
			}

			body.is-ie .wrapper.fullscreen {
				height: calc(100vh - 2.5em);
			}

		}

		@media screen and (max-width: 736px) {

			.wrapper.fullscreen {
				padding: 0 0 2em 0;
				min-height: 0;
			}

			body.is-ie .wrapper.fullscreen {
				height: auto;
			}

		}


/* Header */

		#header {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			background: radial-gradient(circle, #f5e4ab 0%, #b88934 100%);
			cursor: default;
			padding: 1.24em 2em;
		}

		#header > .title {
			border: 0;
			color: #ffffff;
			font-family: 'Bronova Bold', 'Work Sans', sans-serif;
			display: block;
			font-size: 1em;
			font-weight: normal;
			letter-spacing: 0.04em;
		}

		#header > nav {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			text-align: right;
		}

		#header > nav > ul {
			margin: 0;
			padding: 0;
		}

		#header > nav > ul > li {
			display: inline-block;
			margin-left: 1.75em;
			padding: 0;
			vertical-align: middle;
		}

		#header > nav > ul > li:first-child {
			margin-left: 0;
		}

		#header > nav > ul > li a {
			border: 0;
			color: rgba(255, 255, 255, 0.35);
			display: inline-block;
			font-size: 0.6em;
			font-weight: bold;
			letter-spacing: 0.25em;
			text-transform: lowercase;
		}

		#header > nav > ul > li a:hover {
			color: rgba(255, 255, 255, 0.55);
		}

		#header > nav > ul > li a.active {
			color: rgba(255, 255, 255, 1);
		}

		@media screen and (max-width: 736px) {

			#header {
				padding: 1em 2em;
			}

		}

		@media screen and (max-width: 480px) {

			#header {
				display: block;
				padding: 0 2em;
				text-align: left;
			}

			#header .title {
				font-size: 1.0em;
				padding: 1.2em 0 1em 0;
			}

			#header > nav {
				border-top: solid 1px rgba(255, 255, 255, 0.15);
				text-align: inherit;
			}

			#header > nav > ul > li {
				margin-left: 1.5em;
			}

			#header > nav > ul > li a {
				height: 6em;
				line-height: 6em;
			}
		}


/* Wrapper (main) */

		#header + #wrapper > .wrapper > .inner {
			margin: 0 auto;
		}

/* Footer */

#footer {
	min-height: 4.2em;
}

.footerstyle {
	background: radial-gradient(circle, #f5e4ab 0%, #b88934 100%);
}

#footer > .inner {
	width: 100% !important;
	padding-top: 1.5em;
}

#footer > .inner a {
	color: inherit;
	border-bottom-color: rgba(49, 49, 49, 1.0);
}

#footer > .inner a:hover {
	border-bottom-color: transparent;
}

#footer > .inner .menu {
	margin: 0 0 0.8em 0;
	text-align: center;
	font-size: 0.8em;
	color: rgba(49, 49, 49, 1.0);
}

#header + #wrapper + #footer > .inner {
	margin: 0 auto;
}

#footer.wrapper > .inner {
	margin: 0 !important;
}

@media screen and (max-width: 736px) {

	#footer {
		min-height: 7.6em;
	}
}


/* Sidebar */

#sidebar nav a.home-lnk img {
	margin-right: 0.5em;
	height: 4em;
	padding-top: 0;
	padding-bottom: 5px;
}

#sidebar nav a.home-lnk::after {
	background-image: none;
	background-color: transparent;
}

#sidebar {
	padding: 2.5em 2.5em 0.5em 2.5em ;
	/* background: rgba(200, 200, 200, 1.0); */
	background: radial-gradient(circle, #f5e4ab 0%, #b88934 100%);
	cursor: default;
	height: 100vh;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	text-align: right;
	top: 0;
	width: 18em;
	z-index: 10000;
}

#sidebar > .inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	min-height: 100%;
	opacity: 1;
	width: 100%;
}

body.is-ie #sidebar > .inner {
	height: 100%;
}

#sidebar nav > ul {
	list-style: none;
	padding: 0;
}

#sidebar nav > ul > li {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 0.15s ease, -moz-transform 0.75s ease;
	-webkit-transition: opacity 0.15s ease, -webkit-transform 0.75s ease;
	-ms-transition: opacity 0.15s ease, -ms-transform 0.75s ease;
	transition: opacity 0.15s ease, transform 0.75s ease;
	margin: 2em 0 0 0;
	opacity: 1;
	padding: 0;
	position: relative;
}

#sidebar nav > ul > li:first-child {
	margin: 0;
}

#sidebar nav > ul > li:nth-child(1) {
	-moz-transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

#sidebar nav > ul > li:nth-child(2) {
	-moz-transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
	-ms-transition-delay: 0.65s;
	transition-delay: 0.65s;
}

#sidebar nav > ul > li:nth-child(3) {
	-moz-transition-delay: 0.85s;
	-webkit-transition-delay: 0.85s;
	-ms-transition-delay: 0.85s;
	transition-delay: 0.85s;
}

#sidebar nav > ul > li:nth-child(4) {
	-moz-transition-delay: 1.05s;
	-webkit-transition-delay: 1.05s;
	-ms-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

#sidebar nav > ul > li:nth-child(5) {
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

#sidebar nav > ul > li:nth-child(6) {
	-moz-transition-delay: 1.45s;
	-webkit-transition-delay: 1.45s;
	-ms-transition-delay: 1.45s;
	transition-delay: 1.45s;
}

#sidebar nav > ul > li:nth-child(7) {
	-moz-transition-delay: 1.65s;
	-webkit-transition-delay: 1.65s;
	-ms-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

#sidebar nav > ul > li:nth-child(8) {
	-moz-transition-delay: 1.85s;
	-webkit-transition-delay: 1.85s;
	-ms-transition-delay: 1.85s;
	transition-delay: 1.85s;
}

#sidebar nav > ul > li:nth-child(9) {
	-moz-transition-delay: 2.05s;
	-webkit-transition-delay: 2.05s;
	-ms-transition-delay: 2.05s;
	transition-delay: 2.05s;
}

#sidebar nav > ul > li:nth-child(10) {
	-moz-transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
	-ms-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

#sidebar nav > ul > li:nth-child(11) {
	-moz-transition-delay: 2.45s;
	-webkit-transition-delay: 2.45s;
	-ms-transition-delay: 2.45s;
	transition-delay: 2.45s;
}

#sidebar nav > ul > li:nth-child(12) {
	-moz-transition-delay: 2.65s;
	-webkit-transition-delay: 2.65s;
	-ms-transition-delay: 2.65s;
	transition-delay: 2.65s;
}

#sidebar nav > ul > li:nth-child(13) {
	-moz-transition-delay: 2.85s;
	-webkit-transition-delay: 2.85s;
	-ms-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

#sidebar nav > ul > li:nth-child(14) {
	-moz-transition-delay: 3.05s;
	-webkit-transition-delay: 3.05s;
	-ms-transition-delay: 3.05s;
	transition-delay: 3.05s;
}

#sidebar nav > ul > li:nth-child(15) {
	-moz-transition-delay: 3.25s;
	-webkit-transition-delay: 3.25s;
	-ms-transition-delay: 3.25s;
	transition-delay: 3.25s;
}

#sidebar nav > ul > li:nth-child(16) {
	-moz-transition-delay: 3.45s;
	-webkit-transition-delay: 3.45s;
	-ms-transition-delay: 3.45s;
	transition-delay: 3.45s;
}

#sidebar nav > ul > li:nth-child(17) {
	-moz-transition-delay: 3.65s;
	-webkit-transition-delay: 3.65s;
	-ms-transition-delay: 3.65s;
	transition-delay: 3.65s;
}

#sidebar nav > ul > li:nth-child(18) {
	-moz-transition-delay: 3.85s;
	-webkit-transition-delay: 3.85s;
	-ms-transition-delay: 3.85s;
	transition-delay: 3.85s;
}

#sidebar nav > ul > li:nth-child(19) {
	-moz-transition-delay: 4.05s;
	-webkit-transition-delay: 4.05s;
	-ms-transition-delay: 4.05s;
	transition-delay: 4.05s;
}

#sidebar nav > ul > li:nth-child(20) {
	-moz-transition-delay: 4.25s;
	-webkit-transition-delay: 4.25s;
	-ms-transition-delay: 4.25s;
	transition-delay: 4.25s;
}

#sidebar nav a {
	font-family: 'Bronova Bold';
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
	border: 0;
	color: rgba(49, 49, 49, 1.0);
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.75;
	outline: 0;
	padding: 1em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar nav a:before, #sidebar nav a:after {
	border-radius: 0;
	bottom: 0;
	content: '';
	height: 0.24em;
	position: absolute;
	right: 0;
	width: 100%;
}

#sidebar nav a:before {
	background: #de63b7;
}

#sidebar nav a:after {
	background-image: -moz-linear-gradient(to right, #ffffff, #ffffff);
	background-image: -webkit-linear-gradient(to right, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(to right, #ffffff, #ffffff);
	background-image: linear-gradient(to right, #ffffff, #ffffff);
	-moz-transition: max-width 0.2s ease;
	-webkit-transition: max-width 0.2s ease;
	-ms-transition: max-width 0.2s ease;
	transition: max-width 0.2s ease;
	max-width: 0;
}

#sidebar nav a:hover {
	color: #de63b7;
}

#sidebar nav a.active {
	color: #de63b7;
}

#sidebar nav a.active:after {
	max-width: 100%;
}

body.is-preload #sidebar > .inner {
	opacity: 0;
}

body.is-preload #sidebar nav ul li {
	-moz-transform: translateY(2em);
	-webkit-transform: translateY(2em);
	-ms-transform: translateY(2em);
	transform: translateY(2em);
	opacity: 0;
}

#sidebar {
	height: 4.4em;
	left: 0;
	line-height: 4.4em;
	overflow: hidden;
	padding: 0;
	text-align: center;
	top: 0;
	width: 100%;
}

#sidebar > .inner {
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: -moz-stretch;
	-webkit-align-items: -webkit-stretch;
	-ms-align-items: -ms-stretch;
	align-items: stretch;
	height: inherit;
	line-height: inherit;
}

#sidebar nav {
	height: inherit;
	line-height: inherit;
}

#sidebar nav ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: inherit;
	line-height: inherit;
	margin: 0;
}

#sidebar nav ul li {
	display: block;
	height: inherit;
	line-height: inherit;
	margin: 0 0 0 2em;
	padding: 0;
}


@media screen and (min-width: 737px) and (max-width: 879px) {
	#sidebar nav ul li {
		margin: 0 0 0 1.3em;
	}
}

#sidebar nav a {
	height: inherit;
	line-height: inherit;
	padding: 0;
}

#sidebar nav a:before {
	background: transparent; /* eigener Wert! anpassen!*/
}

#sidebar nav a:after {
	background-image: none;
	background-color: #de63b7;
}

@media screen and (max-width: 736px) {

	#sidebar {
	display: none;
	}
}


/* Intro */

#intro {
	background-image: url("../../images/presley-family_group-selfie.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f6f6f6;
}

@media screen and (min-width: 1100px) {
	#intro {
		background-position: center -130px !important;
	}
}

#intro h1 {
	margin: 0 0 0.25em 0;
	color: #ffffff;
	font-family: 'Bronova Bold', 'Work Sans', sans-serif;
	font-size: 3.0em;
	font-weight: normal;
	letter-spacing: 0.06em;
}

#intro h2 {
	margin: -4px 0 0 0;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#intro p {
	font-size: 1.25em;
}

#intro p img {
	width: 75%;
}

@media screen and (max-width: 1680px) {

	#intro > .inner {
		width: 75em;
		padding: 6em 8em 6em 0;
	}

	#intro > .inner p {
		color: #ffffff ;
		font-family: 'Bronova Bold', 'Work Sans', sans-serif;
		font-size: 36px ;
		letter-spacing: 0.08em;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	}
}

@media screen and (min-width: 737px) and (max-width: 1360px) {

	#intro > .inner {
		width: 55em;
		padding: 20em 8em 6em 3em;
	}

	#intro p br {
		display: none;
	}
}

@media screen and (max-width: 736px) {

	#intro {
		height: 200px; /* eigener Wert! anpassen! */
		background-position: center center;
	}

	#intro p {
		font-size: 1.25em !important;
	}

	#intro p img {
		width: 100%;
	}

	#intro > .inner {
		position: absolute;
		bottom: 20px;
		padding: 2em 2em 0em 2em;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	}
}

@media screen and (max-width: 1280px) {

	#intro {
		background-attachment: scroll;
	}
}


/* Banner & Special */

#banner {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	background: #ac3a87;
	width: 100%;
}

.wrapper > .banner {
	padding: 23px 20px 17px 20px;
}

.banner p {
	margin: 0;
	font-family: 'Bronova Bold';
	font-size: 36px !important;
	line-height: 36px !important;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 736px) {
	.banner p {
        	font-size: 21px !important;
        	line-height: 23px !important;
	}
}


#special {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	background: #411955;
	width: 100%;
}

.wrapper > .special {
	padding: 23px 20px 17px 20px;
}

.special p {
	margin: 0;
	font-family: 'Bitter Regular';
	font-size: 24px !important;
	line-height: 24px !important;
	color: #ffffff;
	/* text-transform: uppercase; */
	letter-spacing: 0.08em;
}

@media screen and (max-width: 736px) {
	.special p {
		font-size: 20px !important;
        	line-height: 21px !important;
	}
}

.exclusive-1, .exclusive-2 {
	display: table;
	margin: 3.5em auto 2em auto;
	padding: 1.4em 1.4em 0 1.4em;
	border-radius: 7px;
	transform: rotate(-1deg);
	border: 4px solid rgba(232, 208, 145, 1.0);
}

@media screen and (max-width: 736px) {
	.exclusive-1, .exclusive-2 {
		margin: 2.6em auto 1em auto;
        	padding: 1.4em 15px 0 15px;
	}
}

.exclusive-1 {
	background: rgba(0, 0, 0, 0.25);
}

.exclusive-2 {
	background: rgba(76, 30, 100, 1.0);
}

.exclusive-1 p, .exclusive-2 p {
	margin: 0 0 1.2em 0;
	text-align: center;
	color: #ffffff;
	line-height: 28px !important;
}

.exclusive-1 a, .exclusive-2 a {
	font-family: 'Bitter Bold';
	font-size: 24px !important;
	letter-spacing: 0.02em;
	/* text-transform: uppercase; */
	color: #80b1fe;
}

.exclusive-1 a:hover, .exclusive-2 a:hover {
	color: #ffffff;
}

.special {
	margin: 0;
	font-family: 'Bronova Bold';
	font-size: 24px !important;
	/* font-style: oblique; */
	color: rgba(232, 208, 145, 1.0);
	text-transform: uppercase;
	letter-spacing: 0.02em;
}


/* Info & Teaser */

.band-info {
    padding: 1.5em 0 3.4em 0;
}

.band-info p {
    text-align: center;
    font-size: 120%;
    line-height: 120%;
    color: #ffffff !important;
    hyphens: none;
}

@media screen and (max-width: 736px) {
    #info h3 {
	margin: 0.4em 0 0.6em 0;
        font-size: 23px !important;
    }
    .band-info {
        padding: 0.5em 0 0 0;
    }
    .band-info p {
        font-size: 20px;
        line-height: 28px;
    }
}

.teaser-hl {
    margin-top: 0em;
    margin-bottom: 0.35em;
    transform: rotate(-2deg);
    font-family: 'Bronova Bold';
    font-size: 32px !important;
}
@media screen and (min-width: 982px) and (max-width: 1148px) {
    .teaser-hl {
	font-size: 30px !important;
    }
}

.teaser {
    margin-bottom: 30px;
    padding: 0 30px;
}

.teaser p {
    text-align: center;
    font-style: oblique;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff !important;
    hyphens: none !important;
}

.teaserpic {
    width: 72%;
    border-radius: 50%;
    border: 4px solid rgba(232, 208, 145, 1.0);
    display: block;
    margin: 0 auto 1.5em auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 460px) and (max-width: 638px) {
    .teaserpic {
	width: 60%;
    }
}
@media screen and (min-width: 640px) and (max-width: 728px) {
    .teaserpic {
	width: 50%;
    }
}
@media screen and (min-width: 730px) and (max-width: 980px) {
    .teaserpic {
	width: 40%;
    }
}

.teaser-divider hr {
	border: 0;
	border-bottom: solid 3px rgba(255, 255, 255, 0.25);
	margin: 2.5em 0;
}
@media screen and (min-width: 982px) {
    .teaser-divider {
	display: none;
    }
}


/* Logo */

.info-logo {
    display: block;
    margin: 0 auto 2em auto;
    max-width: 85%;
}
@media screen and (min-width: 992px) {
    .info-logo img {
	width: 480px;
    }
}


/* Live */

.live-section {
    margin-top: -3em !important;
    padding-bottom: 5em !important;
}
@media screen and (max-width: 736px) {
    .live-section {
        margin-top: -2em !important;
        padding-bottom: 1em !important;
    }
}
table {
    width: 100%;
}
table, tr, td {
    font-family: 'Bitter Bold';
    font-size: 22px !important;
    line-height: 28px !important;
    color: #ffffff;
}
td.date {
    padding-right: 12px;
}
.live-details {
    font-family: 'Bitter Regular';
    font-size: 20px !important;
    color: #ededed;
}

.live-details a {
    font-size: 20px !important;
    font-weight: bold;
    color: #80b1fe;
}
.live-details a:hover {
    color: #ffffff;
}


/* Foto-Album */

.gallery-p {
    margin-bottom: 0;
    padding: 0 50px;
}
@media screen and (max-width: 991px) {
    .gallery-p {
	padding: 0;
    }
}


/* Video */

#video img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.video-txt {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 45px;
    color: #ffffff;
}
@media screen and (min-width: 992px) {
    #video img {
	width: 480px;
    }
    .video-txt {
	width: 680px;
    }
}
@media screen and (max-width: 736px) {
  #fotos h2, #video h2 {
    margin-top: 0.6em !important;
  }
}

iframe {
    padding-top: 15px;
    background: #f9f6f8;
    border-radius: 7px !important; 
}


/* Pressestimmen */

.sppb-testimonial-message {
    font-style: oblique;
}


/* Impressum / Datenschutz */

.imprint {
    margin: 0 0 2em 0;
    font-family: 'Bronova Bold';
    font-size: 28px !important;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    background: none !important;
    background-clip: none !important;
    color: rgba(49, 49, 49, 1.0) !important;
}
.data h2 {
    margin: 1.5em 0 0.5em 0;
    font-family: 'Bronova Bold', 'Work Sans', sans-serif;
    font-size: 25px !important;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.1;
    color: rgba(49, 49, 49, 1.0) !important;
}
.data h3 {
    margin: 2.1em 0 1em 0 !important;
    font-family: 'Bitter Bold';
    font-size: 24px !important;
    font-weight: normal;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: none;
    line-height: 28px !important;
    background: none !important;
    background-clip: none !important;
    color: rgba(49, 49, 49, 1.0) !important;
    transform: none;
}
.data h4 {
    margin: 2em 0 0.8em 0 !important;
    font-family: 'Bitter Bold';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(49, 49, 49, 1.0) !important;
    line-height: 24px !important;
}
.data p {
    line-height: 28px !important;
    hyphens: auto;
}
.data a:hover {
    color: rgba(49, 49, 49, 0.6); !important;
}
.data {
    color: rgba(49, 49, 49, 1.0) !important;
}




/* Anker Sprungmarke */

.jump { 
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -76px; 	/* Höhe des Headers */
}
@media (max-width: 736px) {
    .jump { 
        margin: 0;
    }
}
.jump-live { 
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: 152px;
}
@media (max-width: 736px) {
    .jump-live { 
        margin: 0;
    }
}


/* fancyBox */ 

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222222;
}

.fancybox-lock .fancybox-overlay {
  z-index: 99999 !important;
}

.fancybox-skin, .fancybox-image {
  border-radius: 6px !important;
}

a.fancybox, a.fancybox-item, a.fancybox-close {
  border-bottom: none !important;
}

.fancybox img {
  border-radius: 7px;
  margin-bottom: 4px !important;
}

@media screen and (min-width: 737px) and (max-width: 1680px) {
  .fancybox-gallery {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .fancybox img {
    max-width: 24%;
  }
}

@media screen and (min-width: 982px) and (max-width: 1199px) {
  .fancybox img {
    max-width: 32%;
  }
}

@media screen and (min-width: 737px) and (max-width: 981px) {
  .fancybox img {
    max-width: 24%;
  }
}

@media screen and (max-width: 736px) {
  .fancybox img {
    max-width: 23.5%;
  }
}


/* menuToggle - mobiles Menü */

@media screen and (min-width: 737px) {

	#menuToggle {
		display: none !important;
	}
}

* {
  scroll-behavior: smooth;
}

#menuToggle
{
  display: block;
  /* You can also use relative/absolute here if you want to stay on the top */
  position: fixed;
  top: 30px;
  right: 20px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: linear-gradient(90deg, #ffee9a 0%, #be9a53 100%);
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  /* background: #ffffff; */
  background: #de63b7;

  top: 2px;
  right: -7px;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  right: -20px;
  max-width: 200px;
  width: 150vw;
  max-height: 100vh;
  margin: -130px -8px 0 -40vw;
  padding: 30px 30px 50px 30px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: linear-gradient(90deg, #ffee9a 0%, #be9a53 100%);
  border-radius: 0 0 0 10px;
  box-shadow: -4px 9px 12px rgba(0, 0, 0, 0.4);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li a, #menu li a:hover {
  font-family: 'Bronova Bold';
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border: 0;
  color: rgba(72, 72, 72, 1.0);
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.5;
  outline: 0;
  padding: 0.5em 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

#menu li label
{
  cursor: pointer;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
