@font-face {
font-family: 'GT-America-Standard-Regular';
src:	url(GT-America-Standard-Regular.woff2) format('woff2'),
		url(GT-America-Standard-Regular.woff) format('woff');
}
@font-face {
font-family: 'GT-America-Expanded-Black';
src:	url(GT-America-Expanded-Black.woff2) format('woff2'),
		url(GT-America-Expanded-Black.woff) format('woff');
}
@font-face {
font-family: 'GT-America-Condensed-Black';
src:	url(GT-America-Condensed-Black.woff2) format('woff2'),
		url(GT-America-Condensed-Black.woff) format('woff');
}

/* RESET */
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; }
a { text-decoration: none; color: black; }
a[href^="tel"] {
  color: white !important; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  border-bottom: 1px solid white;
}
* {
	outline: none !important;
	box-sizing: border-box !important;
	-webkit-overflow-scrolling: touch;
}
body {
	color: black ;
	background-color: #101190;
	font-family: 'GT-America-Standard-Regular';
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	padding: 0 25px 0;
}
header {
	position: fixed;
	top:55px;
	right: 38px;
	z-index: 1000;
}
header ul li {
	float: left;
	margin: 0 0 0 28px;
}
header ul li a {
	color: white;
}
.btn-menu {
	display: none;	
}
.logo_link {
	position: fixed;
	width: 40px;
	z-index: 1000;
	right: 20px;
	bottom: 20px;
}
.logo_link img {
	width: 40px;
	height: 60px;
	z-index: 1000;
	padding: 0;
}
.logo_link .icon{
	fill: white;
}

/* base */
.bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}

.fp-tableCell {
	display: flex;
}
.mob {
	display: none;
}

/* typo */
.ani {
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.ani2 {
    -webkit-transition-duration: 1200ms;
    -moz-transition-duration: 1200ms;
    -o-transition-duration: 1200ms;
    transition-duration: 1200ms;
}

.typo_a {
	position: absolute;
	left: 20px;
	top: 100vh;
	width: 85px;
	width: calc(100vh - -82px);
	text-transform: uppercase;
	transform-origin: bottom left;
	transform: rotate(90deg);
	color: #101190;
	opacity: 0;
	z-index: 10;
}
.typo_b {
	position: absolute;
	left: 125px;
	top: -100vh;
	width: calc(100vh - -82px);
	text-transform: uppercase;
	transform-origin: bottom left;
	transform: rotate(90deg);
	color: #101190;
	opacity: 0;
	z-index: 10;
}

.typo_a.start.on,
.typo_a.prazision-fluss.on,
.typo_a.stabilitat-geschmeidigkeit.on,
.typo_a.ein-ausatmen.on,
.typo_a.results.on {
	top: -85px;
	opacity: 1;
}
.typo_b.start.on,
.typo_b.prazision-fluss.on,
.typo_b.stabilitat-geschmeidigkeit.on,
.typo_b.ein-ausatmen.on,
.typo_b.results.on {
	top: -82px;
	opacity: 1;
}


/* COUPON */

.template_coupon .section.start .bg {
	overflow: hidden;
}
.coupon {
	/* border-top: 1px solid #101190; */
	padding: 20px 0 100px;
	position: fixed;
	width: 50vw;
	right: 0;
	height: 100vh;
	padding: 30px;
	pointer-events: auto;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: white;
	
}
.coupon.on {
	pointer-events: auto;
	opacity: 1;
	right: 0;
}
.coupon .close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.coupon h3 {
	padding-bottom: 20px;
}
.coupon p {
	padding-bottom: 20px;
}

.coupon form {
	
}
.coupon form .Inputfields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.coupon form .Inputfields .Inputfield {
	
}
.coupon form .Inputfields .Inputfield.InputfieldText label,
.coupon form .Inputfields .Inputfield.InputfieldEmail label  {
	display: none;
}
.coupon form .Inputfields .Inputfield input {
	border: none;
	outline: none;
	border-bottom: 1px solid rgb(212, 212, 212);
	padding: 2px;
	width: 100%;
	background-color: transparent;
	color: white;
}

::placeholder {
	opacity: 0.4;
	color: white;
}

.coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent label {
	display: flex;
	color: white;
	gap : 10px;
	margin-top: 15px;
}
.coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent input {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
}
.coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent input::before {
	position: absolute;
	left: 0;
	content: " ";
	width: 14px;
	height: 14px;
	margin: 0;
	display: block;
	border: 1px solid #101190;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

.coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent input:checked::before {
	background-image: url('data:image/svg+xml,<svg height="8" viewBox="0 0 14 10" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m1.91005329-.68661392v6.59051268h10.28300101" fill="none" stroke="%23000" stroke-width="2" transform="matrix(.70710678 -.70710678 .70710678 .70710678 .220764 5.750255)"/></svg>');
}

.coupon form .Inputfields .Inputfield.Inputfield_gutschein_submit {
	
}
.coupon form .Inputfields .Inputfield.Inputfield_gutschein_submit button {
	color: #101190;
	border: 1.5px solid white;
	background: white;
	border-radius: 20px;
	padding:  3px 15px;
	margin-top: 10px;
	cursor: pointer;
}



/* submenu */
.submenu_item {
	width: 25%;
	position: absolute;
	z-index: 11;
	display: flex;
	align-items: flex-end;
	background-position: center 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -130px;
}
.submenu_item:hover {
	background-position: center center;
}
.submenu_item.on {
	bottom: 0px;
}
.submenu_item a {
	padding: 30px 150px 30px 30px;
	width: 100%;
	color: white;
	height: 130px;
	display: flex;
	align-items: center;
}
.submenu_item a:hover,
.submenu_item.active a {
	color: #101190;
}
.submenu_item.prazision-fluss {
	left: 0;
}
.submenu_item.stabilitat-geschmeidigkeit {
	left: 25%;
}
.submenu_item.ein-ausatmen {
	left: 50%;
}
.submenu_item.results {
	left: 75%;
}

.section .content p a {
	color: white;
	border-bottom: 1px solid white;
}
.section .fp-tableCell .fp-scrollable {
	width: 100vw;
}


/* section start */
.section.start {
	background-color: #101190;
}
.section.start .fp-tableCell {
	justify-content: flex-end;
}
.section.start .coupon_button {
	position: absolute;
	z-index: 10;
	bottom: 30px;
	right: 30px;
	color: white;
	border: 1.5px solid white;
	background: transparent;
	border-radius: 20px;
	padding:  3px 15px;
}
.section.start .content {
	width: 50%;
	min-height: 100vh;
	float: right;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	color: white;	
	z-index: 1;
	position: absolute;
	background-color: #101190;
	top: 100vh;
}
.section.start .content.on {
	top: 0;
}
.section.start .content p {
	max-width: 700px;
}


.section.start .bg_01 {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100vh;
}
.section.start .bg_02 {
	position: absolute;
	right: 0;
	width: 50%;
}
.section.start a.next-slide {
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 0;
	color: white;
	padding: 30px;
	width: 200px;	
	z-index: 2;
	cursor: pointer;
}
.section a.next-slide i {
	background-image: url(arrow.svg);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	display: inline-block;
	
}
/* section alpha */
.bg_02 {
	width: 50%;
	height: 100vh;
	float: right;
}
.section.alpha {
	z-index: 6;
}
.section.alpha .fp-tableCell {
	justify-content: flex-end;
}
.section.alpha.prime_pilates .bg,
.section.alpha.beginner .bg,
.section.alpha.contrology .bg {
	width: 50%;
	right: inherit;
	left: 0;
}
.section.alpha.prime_pilates .content,
.section.alpha.beginner .content,
.section.alpha.contrology .content {
	background-color: #101190;
}
.section.alpha .content {
	width: 50%;
	min-height: 100vh;
	float: right;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	color: white;
}
.section.alpha.prazision-fluss .content,
.section.alpha.stabilitat-geschmeidigkeit .content,
.section.alpha.ein-ausatmen .content,
.section.alpha.results .content {
	color: #101190 !important;
}
.section.alpha .content h2.headline {
	padding: 0 0 40px 0;
}
.section.alpha .content p {
	max-width: 650px;
}
.section.alpha .bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	right: 0;
	z-index: -2;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section.alpha .bg.mob {
	display: none !important;
}
.section.alpha a.next-slide {
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 0;
	color: white;
	padding: 30px;
	width: 200px;
	cursor: pointer;	
}
/* section person */
.section.alpha.person {
}
.section.alpha.person .fp-tableCell {
    justify-content: flex-start;
}
.section.alpha.person .content {
	float: left;
	background-color: #101190;
}
.section.alpha.person .bg_container {
	width: 50%;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section.alpha.person .bg {
	width: 50%;
	height: 50%;
	position: relative;
}

/* section studio */
.section.alpha.studio {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section.alpha.studio .fp-tableCell {
	display: flex;
}

.section.alpha.studio .content {
	background-color: white;
	color: #101190;
	float: left;
}
.section.alpha.studio .body {
	padding: 0 0 0 0;
}
.section.alpha.studio .body table {
	margin: 0 0 30px 0;
	text-align: left;
	display: block;
}
.section.alpha.studio .body table tr {
	float: left;
	clear: left;
}
.section.alpha.studio .body table tr td:first-child {
	width: 50px;
	text-align: left;
}
.section.alpha.studio .body table tr td:nth-child(2n) {
	width: 200px;
	text-align: left;
}
.section.alpha.studio .body h2,
.section.alpha.studio .body p {
	padding: 0 0 30px 0;
}
.section.alpha.studio .coupon {
	border-top: 1px solid #101190;
	padding: 20px 0 100px;
}
.section.alpha.studio .coupon h3 {
	padding-bottom: 20px;
}
.section.alpha.studio .coupon p {
	padding-bottom: 20px;
}

.section.alpha.studio .coupon form {
	
}
.section.alpha.studio .coupon form .Inputfields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.section.alpha.studio .coupon form .Inputfields .Inputfield {
	
}
.section.alpha.studio .coupon form .Inputfields .Inputfield.InputfieldText label,
.section.alpha.studio .coupon form .Inputfields .Inputfield.InputfieldEmail label  {
	display: none;
}
.section.alpha.studio .coupon form .Inputfields .Inputfield input {
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	padding: 2px;
	width: 100%;
}
.section.alpha.studio .coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent label {
	display: flex;
	color: #101190;
	gap : 10px;
	margin-top: 15px;
}
.section.alpha.studio .coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent input {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
}
.section.alpha.studio .coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent input::before {
	position: absolute;
	left: 0;
	content: " ";
	width: 14px;
	height: 14px;
	margin: 0;
	display: block;
	border: 1px solid #101190;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

.section.alpha.studio .coupon form .Inputfields .Inputfield.InputfieldCheckbox .InputfieldContent input:checked::before {
	background-image: url('data:image/svg+xml,<svg height="8" viewBox="0 0 14 10" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m1.91005329-.68661392v6.59051268h10.28300101" fill="none" stroke="%23000" stroke-width="2" transform="matrix(.70710678 -.70710678 .70710678 .70710678 .220764 5.750255)"/></svg>');
}

.section.alpha.studio .coupon form .Inputfields .Inputfield.Inputfield_gutschein_submit {
	
}
.section.alpha.studio .coupon form .Inputfields .Inputfield.Inputfield_gutschein_submit button {
	color: white;
	border: 1.5px solid #101190;
	background: #101190;
	border-radius: 20px;
	padding:  3px 15px;
	margin-top: 10px;
	cursor: pointer;
}

.section.alpha.studio .bg {
	width: 50%;	
}

/* section contact */
.section.contact .fp-tableCell {
	justify-content: flex-start;
}
.section.alpha.contact .next-slide {
	left: 0;
}
.section.alpha.contact .content {
	float: left;
	background-color: #101190;
	justify-content: flex-start;
}
.section.alpha.contact .bg {
	width: 50%;
	background-color: #101190;
	position: relative;
	z-index: 100000;
	float: right;
}
.section.alpha.contact .bg a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100000;
}

/* section imprint / policy */
.section.imprint,
.section.policy { 
	background-color: #101190;
}
.section.imprint .fp-tableCell,
.section.policy .fp-tableCell {
	justify-content: flex-start;
}
.section.alpha.imprint .content,
.section.alpha.policy .content {
	background-color: #101190;
	width: 100vw;
}
.section.alpha.imprint .content p,
.section.alpha.policy .content p {
	padding: 0 0 30px 0;
	width: 50%;
}



@media only screen and (max-width:640px) { 
.mob {
	display: block;
}
.logo_link {
	display: none;
}
.logo_link.mob {
	display: none;
}

/* HEADER */
header {
	top: 0;
	left: 0;
	width: 100%;
}
header .btn-menu {
	color: white;
	cursor: pointer;
	top: 50px;
	right: 25px;
	position: absolute;
	z-index: 1000;
}
header .btn-menu.open {
	display: block;s
}
header .btn-menu.close {
	display: none;
	
}
header ul.main {
	display: none;
}
header ul.main.mob {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #101190;
	left: 0;
	width: 100%;
	top: 0;
	padding: 100px 0 35px 0;
	height: 100vh;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header ul.main.mob.open {
	display: flex;
}
header ul.main.mob li.child {
	margin: 0;
	padding: 15px 0;
}
header ul.main.mob li.spacer {
	margin: 80px 0 0 0;
}
header ul.main.mob li {
	margin: 20px 0 0 0;
}


/* TYPO */
.typo_a.start.on.mob {
	top: -50px;
	display: block;
}
.typo_a.start.on,
.typo_a.prazision-fluss.on,
.typo_a.stabilitat-geschmeidigkeit.on,
.typo_a.ein-ausatmen.on,
.typo_a.results.on {
	display: none;
}
.typo_b.start.on.mob {
	top: -49px;
	display: block;
}
.typo_b.start.on,
.typo_b.prazision-fluss.on,
.typo_b.stabilitat-geschmeidigkeit.on,
.typo_b.ein-ausatmen.on,
.typo_b.results.on {
	display: none;
}
.typo_a {
	left: 10px;
}
.typo_b {
	left: 70px;
}

/* START */
.section.start {
	width: 100vw;
}
.section.start .fp-tableCell {
	display: block;
}
.section.start .bg_02 {
	display: none !important;
}
.section.start .content {
	width: 100vw;
	min-height: inherit;
	float: inherit;
	position: relative;
	top: inherit;
	padding: 30px 15px 130px ;
}
.section.start .content.on {
	top: inherit;
}
.section.start .bg_01 {
    position: relative;
    left: 0;
    width: 100vw;
    height: 70vh;
}

/* SECTIONS */
.section.alpha .bg.mob {
	display: block !important;
}
.section.alpha.prime_pilates .content {
    width: 100%;
    padding: 120px 20px 30px;
}
.section.alpha .content h2.headline {
	padding: 0 0 30px 0;
}
.section.alpha .content {
	width: 100%;
	padding: 60px 20px 60px;
	min-height: inherit;
}
.section.alpha.beginner,
.section.alpha.contrology { 
	background-color: #101190;
}
.next-slide {
	display: none;
}


.section.alpha.person .fp-tableCell,
.section.alpha.studio .fp-tableCell,
.section.alpha.contact .fp-tableCell,
.section.alpha.imprint .fp-tableCell,
.section.alpha.privacy .fp-tableCell {
	display: block;
}

.section.alpha.prazision-fluss .content,
.section.alpha.stabilitat-geschmeidigkeit .content,
.section.alpha.ein-ausatmen .content,
.section.alpha.results .content {
	color: #101190;
}

/* PERSON */
.section.alpha.person .fp-scroller {
	display: flex;
	flex-direction: column-reverse;
}
.section.alpha.person .bg_container {
	position: inherit;
	top: 0;
	width: 100%;
    height: 65vh;
    background-size: cover;
}
.section.alpha.person .bg {
	width: 100%;
	height: 100%;
}
.section.alpha.person .content {
	margin-top: 0;
	padding: 30px 20px 60px;
}

/* STUDIO */
.section.alpha.studio .fp-scroller {
	display: flex;
	flex-direction: column-reverse;
}
.section.alpha.studio .bg_container {
	position: inherit;
	top: 0;
	width: 100%;
    height: 65vh;
    background-size: cover;
}
.section.alpha.studio .bg {
	width: 100%;
	height: 100%;
}
.section.alpha.studio .content {
	margin-top: 65vh;
	padding: 30px 20px 60px;
}
.section.alpha.studio .body {
	padding: 0;
}
.section.alpha.studio .fp-tableCell {
	padding: 0 0 0 0;
	height: auto;
	display: flex;
}



.bg_02 {
	width: 100%;
}

/* CONTACT */
.section.alpha.contact .fp-scroller,
.section.alpha.imprint .fp-scroller,
.section.alpha.policy .fp-scroller {
	display: flex;
}
.section.alpha.contact .fp-tableCell,
.section.alpha.imprint .fp-tableCell,
.section.alpha.policy .fp-tableCell {
	padding: 0 0 0 0;
	height: auto;
	display: flex;
}
.section.alpha.contact .bg_container {
	position: inherit;
	top: 0;
	width: 100%;
    height: 65vh;
    background-size: cover;
}
.section.alpha.contact .bg {
	width: 100%;
	height: 65vh;
	position: absolute;
}
.section.alpha.contact .content {
	margin: 65vh  0 0 0;
	padding: 30px 20px 120px;
	justify-content: inherit;
}


.section.alpha.imprint .content p,
.section.alpha.policy .content p {
	width: 100%;
}



/* submenu */
.submenu_item {
	background-position: center center;
}
.submenu_item.active {
	background-position: center 100vh;
}
.submenu_item a {
	padding: 30px;
	height: 25vw;
}
.submenu_item a,
.submenu_item a:hover,
.submenu_item.active a {
	color: #101190;
	font-size: 0;
}


}