:root 
{
	--theme: #004d99;
	--lighttheme: #0a88ef;
	--light: #f5f6f7;
	--dark: #4d5c66;
}

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body 
{
	font-size: 1.15em;
	color: var(--dark);
	font-family: 'Funnel Sans';
	font-weight: 300;
	line-height: 1.6;
	overflow-x: hidden;
}

::selection 
{
	background-color: var(--theme);
 	color: #fff;
}

::-moz-selection 
{
  	background-color: var(--theme);
 	color: #fff;
}

h1, h2, h3
{
	text-transform: uppercase;
	line-height: 1.15;
}

h1
{
	display: inline;
	background-color: var(--theme);
	color: #fff;
	font-weight: 300;
	line-height: 1.6;
	font-size: 3.8em;
	padding: 0em 0.25em 0.04em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

h2, h3
{
	font-size: 2.5em;
	color: var(--theme);
	font-weight: 300;
}

h3
{
	font-size: 1.8em;
}

#headlineContainer
{
	position: relative;
	z-index: 50;
	left: -150px;
	width: calc(100% + 150px);
}

#opener p, .text.big p, .text.big ul, .option, #leadInner .buttonArea p a
{
	font-size: 1.25em;
}

#headlineContainer + p, h1 + p, h1 + ul, h2 + p, h2 + ul, p + p, ul + p, p + ul
{
	margin-top: 1em;
}

h3 + p, h3 + ul
{
	margin-top: 0.5em;
}

h2 + h3, p + h3, ul + h3
{
	margin-top: 40px;
}

.wrap
{
	max-width: 1250px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

.text p, .text ul
{
	max-width: 900px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 50px rgba(0,0,0,0);
	transition: all 0.2s;
}

#header.scrolled 
{
	box-shadow: 0px 0px 50px rgba(0,0,0,0.08);
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 35px 0px;
}

#logo
{
	position: absolute;
	height: 100%;
	padding: 6px 0px;
}

#navigation ul li a
{
	color: var(--theme);
	text-decoration: none;
	transition: all 0.2s;
	position: relative;
}

#navigation ul li a:after
{
	content: "";
	position: absolute;
	width: 0;
	opacity: 0;
	height: calc(100% + 8px);
	background-color: var(--theme);
	left: -8px;
	top: calc(50% + 0.5px);
	transform: translateY(-50%);
	z-index: -1;
	transition: all 0.2s;
}

#navigation ul li a:hover:after, #navigation ul li.active a:after
{
	opacity: 1;
	width: calc(100% + 16px);
}

#navigation ul li.active a, #navigation ul li a:hover
{
	color: #fff;
}

.inline
{
	width: 100%;
	margin-bottom: -10px!important;
}

/*.imgFlex
{
	display: flex;
}

.imgFlex .imgFlexItem:nth-child(1)
{
	width: 40%;
	padding-top: 60px;
}

.imgFlex .imgFlexItem:nth-child(2)
{
	width: 60%;
}

.textBox
{
	padding: 50px 60px;
	position: relative;
}

.textBox:before
{
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.08);
}

.textBox .buttonArea
{
	margin-bottom: 10px;
}*/

.colored
{
	padding: 100px 0px;
	background-color: var(--light);
}

#opener
{
	position: relative;
	min-height: 80vh;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.08);
}

#openerImg
{
	position: absolute;
	height: 100%;
	width: 50%;
	background-size: cover;
	background-position: center;
}

#openerContent
{
	position: relative;
	width: 100%;
	padding: 100px 0px;
}

#openerInner
{
	padding-left: calc(50% + 60px);
}

strong
{
	font-weight: 700;
}

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

.text
{
	margin: 100px 0px;
}

.leadBox
{
	padding: 50px 60px 60px 60px;
	background-color: var(--light);
	text-align: center;
}

.leadFrame
{
	border: none;
	width: 100%;
	overflow: hidden;
}

.withLead
{
	margin-top: -50px;
}

.option
{
	display: block;
	padding: 0.6em 1.2em;
	border: 2px solid var(--theme);
	text-align: center;
	color: var(--theme);
	text-decoration: none;
	transition: all 0.2s;
	font-weight: 500;
}

.option:hover, .option.active
{
	color: #fff;
	background-color: var(--theme);
}

.option + .option
{
	margin-top: -2px;
}

.leadBox h3, #leadInner h3
{
	margin-bottom: 25px;
}

.text ul li
{
	position: relative;
	list-style: none;
	padding-left: 1.1em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.4em;
	height: 0.4em;
	left: 0;
	top: 0.65em;
	background-color: var(--theme);
}

.imgFlex .inline
{
	display: none;
}

.imgFlex
{
	position: relative;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.08);
}

.imgFlex .fancybox
{
	display: block;
	cursor: zoom-in;
	position: absolute;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0;
}

.imgFlex.right .fancybox
{
	right: 0;
	left: auto;
}

.textBox
{
	padding: 100px 0px;
}

.textBoxInner
{
	padding-left: calc(50% + 60px);
}

.right .textBoxInner
{
	padding-left: 0;
	padding-right: calc(50% + 60px);
}

.withImgFlex + .withImgFlex, .withImgFlex + .pageSection + .withImgFlex
{
	margin-top: -100px;
}

.app
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% + 60px);
	margin-left: -60px;
	margin-bottom: -60px;
}

.appItem
{
	display: block;
	width: calc(33.3% - 60px);
	margin-left: 60px;
	margin-bottom: 60px;
	cursor: zoom-in;
}

.appImg
{
	padding-bottom: 186%;
	background-size: cover;
	background-position: top center;
}

.withApp
{
	margin: -50px 0px -100px;
}

.gallery
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-bottom: -20px;
}

.galleryItem
{
	width: calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	cursor: zoom-in;
}

.galleryImg
{
	padding-bottom: 125%;
	background-size: cover;
	background-position: center;
}

.colored + .colored
{
	padding-top: 0;
	margin-top: -150px;
}

.blue
{
	padding: 100px 0px;
	background-color: var(--theme);
	color: #fff;
}

.rezension
{
	width: 100%;
}

.blue h3, .blue h2
{
	color: #fff;
}

.rezension h3 + p
{
	margin-top: 40px;
}

.rezension p
{
	position: relative;
	z-index: 10;
}

.rezension p:before
{
	content: "";
	position: absolute;
	width: 80px;
	height: 100%;
	left: -22px;
	top: -10px;
	background-image: url(quote.svg);
	background-size: contain;
	background-position: left top;
	z-index: -1;
	opacity: 0.2;
	background-repeat: no-repeat;
}

#footer
{
	padding: 40px 0px;
	background-color: var(--dark);
	color: #fff;
}

.blue + #footer
{
	margin-top: -100px;
}

#copy
{
	position: absolute;
	font-weight: 500;
}

#footerList
{
	text-align: right;
}

#footerList li
{
	display: inline-block;
	margin-left: 40px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}

#footer a:hover
{
	border-bottom: 1px solid #fff;
}

.blue + .blue
{
	padding-top: 0;
	margin-top: -150px;
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--theme);
	text-decoration: none;
	border-bottom: 1px solid var(--theme);
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	color: var(--lighttheme);
	border-bottom: 1px solid var(--lighttheme);
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	border-bottom: none!important;
	padding: 0.55em 1.2em;
	background-color: var(--theme);
	transition: all 0.2s;
	text-decoration: none;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover
{
	background-color: var(--lighttheme);
}

.text.withButton.pulse p a
{
	position: relative;
	animation-name: pulse;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
}

@keyframes pulse{
	0%
	{
		transform: scale(1);
	}

	50%
	{
		transform: scale(1.1);
	}

	100%
	{
		transform: scale(1);
	}
}

.buttonArea
{
	margin-top: 30px;
}

.withButton
{
	margin-top: -70px;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.3);
	z-index: 500000;
	display: none;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

#cookieBox
{
	padding: 32px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 420px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
}

#cookieBoxInner
{
	position: relative;
	z-index: 100;
}

#acceptWrap
{
	text-align: center;
}

#cookieCheckboxes
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.6em;
	cursor: pointer;
	display: block;
	margin-top: 0.2em;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 51%;
	transform: translateY(-50%);
}

#accepted
{
	margin-top: 0.6em;
	cursor: pointer;
}

.pageSection
{
	position: relative;
	top: -99px;
}

#coaching, #lead
{
	top: -199px;
}

#leadInner
{
	text-align: center;
}

#leadInner .buttonArea p a
{
	display: block;
}

.back
{
	font-size: 0.85em;
	display: inline-block;
	margin-bottom: 1.5em;
	text-decoration: none;
	color: rgba(0,0,0,0.3);
	position: relative;
	padding-left: 1.8em;
	transition: all 0.2s;
}

#cancel
{
	font-size: 0.85em;
	display: inline-block;
	margin-top: 1.5em;
	text-decoration: none;
	color: rgba(0,0,0,0.3);
	position: relative;
	transition: all 0.2s;
}

.back:before
{
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 1000px;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.2s;
	background-image: url(back.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
}

.back:hover, #cancel:hover
{
	color: var(--theme);
}

.back:hover:before
{
	background-color: var(--theme);
}

#form
{
	padding-top: 0px;
	margin-top: 0px;
}

form
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

form div
{
	width: 50%;
	padding-left: 40px;
}

form label
{
	font-family: 'Funnel Sans';
	color: var(--dark);
	font-weight: 700;
	display: block;
	margin-bottom: 0.1em;
	text-align: left;
}

input[type = "text"], input[type = "email"], input[type = "number"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Funnel Sans';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

input, textarea
{
	color: var(--dark);
	margin-bottom: 1.4em;
	transition: border-color 0.2s;
}

input[type = "text"], input[type = "email"], input[type = "number"], textarea
{
	border: 1px solid rgba(0,0,0,0.15);
	padding: 0.5em 1.2em;
	background-color: #fff;
}

input:focus, textarea:focus
{
	border-color: var(--theme);
	outline: 1px solid var(--theme);
}

input[type = "number"]
{
	text-align: center;
	margin-bottom: 0;
}

textarea
{
	height: 12em;
	resize: none;
	margin-bottom: 1.1em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfe deine Eingaben.";
	font-weight: 700;
	color: red;
	display: block;
}

.alert.alert-danger
{
	margin-bottom: 1.5em;
}

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-color: red;
}

.checkbox
{
	position: relative;
	padding-left: 1.4em;
	margin-left: 40px;
}

.checkbox label
{
	font-family: 'Funnel Sans';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.62em;
	cursor: pointer;
}

#yform-formular-nachricht, #yform-formular-accept, #yform-formular-instagram, .alert
{
	width: 100%;
}

#yform-formular-ziel, #yform-formular-geschlecht, #yform-formular-alter
{
	display: none;
}

button
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	border-bottom: none!important;
	padding: 0.55em 1.2em;
	background-color: var(--theme);
	transition: all 0.2s;
	text-decoration: none;
	width: auto;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 1.1em;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
button:hover
{
	background-color: var(--lighttheme);
}

#next, #prev
{
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 1000px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 500;
	transition: all 0.2s;
}

#next:hover, #prev:hover
{
	background-color: rgba(255,255,255,0.5);
}

#prev
{
	left: 0;
	background-image: url(prev.svg);
}

#next
{
	right: 0;
	background-image: url(next.svg);
}

.cycle-pager
{
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.cycle-pager span
{
	color: transparent;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transition: all 0.2xs;
	border-radius: 100px;
	margin: 0px 4px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s;
}

.cycle-pager span:hover
{
	opacity: 1;
}

.cycle-pager span.cycle-pager-active
{
	opacity: 1;
	width: 22px;
}

@media all and (max-width: 450px){
	#cookieBox
	{
		padding: 18px 25px 25px 25px;
	}

	.appItem
	{
		width: calc(50% - 40px)!important;
	}
}

@media all and (max-width: 750px){
	.imgFlex .fancybox
	{
		position: relative;
		display: block;
		background-image: none;
		width: 100%;
	}

	.imgFlex .inline
	{
		display: block;
	}

	.textBox
	{
		width: 100%;
		padding: 0!important;
	}

	.textBoxInner
	{
		padding: 40px 0px!important;
	}

	h2 + h3, p + h3, ul + h3
	{
		margin-top: 25px!important;
	}

	.galleryItem
	{
		width: calc(50% - 20px);
	}

	#copy
	{
		position: relative;
		display: block;
	}

	#footerList
	{
		text-align: left;
	}

	#footerList li
	{
		display: block;
		margin-left: 0;
		margin-top: 3px;
	}

	.rezension p:before
	{
		width: 50px!important;
		left: -20px!important;
		top: -6px!important;
	}

	h1
	{
		font-size: 1.8em!important;
	}

	h2, h3
	{
		line-height: 1.3;
	}

	h2
	{
		font-size: 1.5em!important;
	}

	h3
	{
		font-size: 1.3em!important;
	}

	#headlineContainer
	{
		width: 100%!important;
		left: 0px!important;
	}

	#opener p, .text.big p, .text.big ul, .option, #leadInner .buttonArea p a
	{
		font-size: 1em!important;
	}

	.rezension h3 + p
	{
		margin-top: 25px!important;
	}

	#openerImg
	{
		position: relative;
		width: 100%!important;
		padding-bottom: 75%;
		left: 0;
		top: 0;
	}

	#opener
	{
		display: block;
		min-height: auto;
	}

	#openerInner
	{
		padding-left: 0!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 1050px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 80px;
		background-color: #fff;
		border-bottom: 1px solid var(--light);
		max-height: calc(100% - 80px);
		overflow: auto;
	}

	#navigation ul
	{
		padding: 0px 40px 10px;
	}

	#navigation ul li
	{
		display: block;
		margin-left: 0;
		padding: 0;
		margin-bottom: 8px;
	}

	#navOpener
	{
		position: absolute;
		width: 26px;
		height: 21px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2.5px;
		background-color: var(--theme);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
		width: 50%;
		right: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#navOpener.active .line:nth-child(3)
	{
		width: 0;
	}

	#header .wrap
	{
		height: 80px;
	}

	#logo
	{
		padding: 5px 0px;
	}

	.text
	{
		margin: 50px 0px;
	}

	.buttonArea
	{
		margin-top: 25px;
	}

	.withButton
	{
		margin-top: -25px;
	}

	#openerContent
	{
		padding: 50px 0px;
	}

	#openerInner
	{
		padding-left: calc(50% + 40px);
	}

	.textBox
	{
		padding: 50px 0px;
	}

	.textBoxInner
	{
		padding-left: calc(50% + 40px);
	}

	.right .textBoxInner
	{
		padding-left: 0;
		padding-right: calc(50% + 40px);
	}

	.withImgFlex + .withImgFlex, .withImgFlex + .pageSection + .withImgFlex
	{
		margin-top: -50px;
	}

	.app
	{
		width: calc(100% + 40px);
		margin-left: -40px;
		margin-bottom: -40px;
	}

	.appItem
	{
		width: calc(33.3% - 40px);
		margin-left: 40px;
		margin-bottom: 40px;
	}

	.leadBox
	{
		padding: 30px 40px 40px 40px;
	}

	#leadInner h3
	{
		margin-bottom: 20px;
	}

	.colored, .blue
	{
		padding: 50px 0px;
	}

	.colored + .colored, .blue + .blue
	{
		margin-top: -60px;
	}

	.blue + #footer
	{
		margin-top: -50px;
	}

	#footer
	{
		padding: 25px 0px;
	}

	.rezension p:before
	{
		width: 60px;
		left: -20px;
		top: -8px;
	}

	h1
	{
		font-size: 2.5em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.5em;
	}

	#headlineContainer
	{
		width: calc(100% + 100px);
		left: -100px;
	}

	#opener p, .text.big p, .text.big ul, .option, #leadInner .buttonArea p a
	{
		font-size: 1.15em;
	}

	.withApp
	{
		margin: 0px;
	}

	h2 + h3, p + h3, ul + h3
	{
		margin-top: 30px;
	}

	.rezension h3 + p
	{
		margin-top: 30px;
	}

	.pageSection
	{
		top: -80px;
	}

	#coaching, #lead
	{
		top: -130px;
	}

	.rezension
	{
		padding: 0px 50px;
	}

	#next, #prev
	{
		width: 35px;
		height: 35px;
	}
}

@media all and (min-width: 1051px){
	#navigation
	{
		display: block!important;
	}
}