/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 versions
*/

@import "../fonts/Montserrat.css";

html, body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0,99em;
	color: rgba(0, 0, 0, 0.9);
	scroll-behavior: smooth;
}
body {
	opacity: 0;
	-webkit-animation: pageFadeIn 200ms forwards;
	animation: pageFadeIn 200ms forwards;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}
@-webkit-keyframes pageFadeIn {
	0% {
		opacity: 0 
}
	30% {
		opacity: 0 
}
	50% {
		opacity: 0.2 
}
	90% {
		opacity: 0.95 
}
	100% {
		opacity: 1 
}
}
@keyframes pageFadeIn {
	0% {
		opacity: 0 
}
	30% {
		opacity: 0 
}
	50% {
		opacity: 0.2 
}
	90% {
		opacity: 0.95 
}
	100% {
		opacity: 1 
}
}
.slider button {
	display: none;
}
.header {
	border-top: solid 21px #5B8BC9;
}
.logo {
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
	width: 320px;
	height: 140px;
	background: url(../images/JoergTenwinkel-Mastercoach-Logo.svg);
	background-size: 275px 115px;
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 100%;
}
.signe {
	width: 120px;
	max-width: 100%;
}
.footer .signe.opaque {
	margin-top: 0.5em;
}
@media (min-width: 768px) {
	.footer .signe.large {
		display: block;
		width: 140px;
		margin: 0 auto;
		position: relative;
		left: -1em;
	}
}
.footer .signe.large {
	-webkit-filter: invert(1);
	filter: invert(1);
}
@media (max-width: 767px) {
	.signe {
		width: 80px;
		margin: 0 auto;
		display: block;
	}
	.footer .signe {
		margin: 0;
	}
	.footer .signe.large {
		width: 100px;
		margin: 2em 0;
	}
}
#intro {
	border-bottom: 5px solid #ffa343;
}
#intro h1.headline {
	font-size: clamp(2em, 3vw, 2.8em);
	line-height: 1.15;
}
.section-wrapper {
	padding: 100px 0px 100px 0px;
}
h1 {
}
h2 {
	font-size: 16px !important;
	font-weight: 600;
	line-height: 20px !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: #5B8BC9 !important;
	margin-bottom: 23px;
}
h1.headline {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 800;
	text-shadow:2px 1px 6px rgba(0, 0, 0, 0.4);
}
h3.headline {
	font-size: 22px;
	line-height: 125%;
	color: #fff;
	font-weight: 800;
	z-index: 5;
	display: block;
	position: absolute;
	top: 25px;
	width: calc(42% - 40px);
	text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.4);
}
.btn {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.9);
	margin-top: 7px;
	display: inline-block;
}
.btn[href^="mailto"] {
	text-transform: lowercase;
}
.btn-border {
	border: 1px solid rgba(0, 0, 0, 0.9);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 13px;
	border-radius: 2px;
}
.btn: hover{
	color: #5B8BC9;
	border-color: #5B8BC9;
	text-decoration: none;
}
.btn.white {
	color: #fff;
	border-color: #fff;
}
.btn.white: hover{
	color: #DFE6F6;
	border-color: #DFE6F6;
}
nav {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	width: 100%;
	z-index: 1;
	text-align: center;
	position: relative;
	margin: 40px auto;
}
nav ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
nav ul li {
	display: inline-block;
	margin: 10px 0px 0px 20px;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
}
@media (max-width: 599px) {
	nav ul li {
		margin: 5px;
	}
}
nav a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.9);
	padding-bottom: 0px;
	display: block;
}
nav ul li ul li a {
	display: inline-block;
	padding-bottom: 0px;
}
nav a: hover {
	color: #5B8BC9;
	text-decoration: none;
}
nav li ul {
	position: absolute;
	display: none;
	white-space: nowrap;
	z-index: 1;
	width: 180px;
	left: 50%;
	margin-left: -90px;
}
nav ul li: hover ul {
	display: block;
}
@media (max-width: 767px) {
	nav ul li: hover ul {
		display: none;
	}
}
nav ul li ul li {
	display: block;
	height: auto;
	text-align: center;
	width: 100% ;
	margin-left: 0px;
}
.languagemenu {
	display: inline-block;
}
.languagemenu span {
	display: inline-block;
	float: left;
	padding: 0px 20px 0px 0px;
}
nav li a::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 60%;
	padding-top: 5px;
	border-bottom: 1px solid transparent;
}
nav li a: hover::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 60%;
	padding-top: 5px;
	border-bottom: 1px solid #5B8BC9;
}
.section-parallax {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 599px) {
	.section-parallax {
		background-position: center center !important;
		max-height: 50vh;
	}
}
.tableau-item {
	margin: 0px 0px 50px 0px
}
.tableau-item > p {
	padding: 0px 35px 10px 0px!important;
}
.uniform__potty {
	position: absolute;
	left: -9999px;
}
#sk-kontactform {
	background-color: #DFE6F6;
}
@media (max-width: 599px) {
	#sk-kontactform form {
		margin-top: 50px;
	}
}
.half-width {
	float: left;
}
.half-width input {
	width: auto;
}
.field-input {
	position: relative;
	margin: 0px 10px 10px 0px
}
.form-group {
	border: none;
	position: relative;
	clear: both;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-select {
	position: relative;
	margin: 0px 10px 10px 0px
}
.field-submit {
	margin: 13px 10px 10px 0px
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 520px;
	max-width: 100%;
	-moz-padding-start: calc(10px - 3px);
	padding: 12px 13px 13px 90px;
	background: transparent;
	color: rgba(0, 0, 0, 0.9);
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.9);
	border-radius: 2px;
}
.field-select::after {
	content: 'Betreff';
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	left: 15px;
	top: 12px;
	position: absolute;
	pointer-events: none;
	text-transform: uppercase;
}
html[lang="en"] .field-select::after {
	content: 'Subject';
}
textarea {
	width: 520px;
	max-width: 100%;
	height: 200px;
	padding: 13px 20px 13px 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.9);
	border-radius: 2px;
	background-color: transparent;
	font-size: 13px;
	resize: none;
}
input {
	padding: 12px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.9);
	border-radius: 2px;
	background-color: transparent;
	width: 520px;
	max-width: 100%;
}
input: focus {
	outline: none;
	border-color: #5B8BC9;
}
input + label {
	display: block;
	cursor: text;
	color: rgba(0, 0, 0, 0.9);
	-webkit-transition: .15s ease-out all;
	-o-transition: .15s ease-out all;
	transition: .15s ease-out all;
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 13px;
	text-transform: uppercase;
}
label.stay {
	top: 2px;
	left: 14px;
	font-size: 9px;
	color: #5B8BC9;
	opacity: 1;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
label: not(.stay) {
	opacity: 0;
	pointer-events: none;
}
input::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.31;
}
input[type=submit] {
	padding: 13px 13px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.9);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 2px;
	width: auto;
	text-transform: uppercase;
}
input[type=submit]: hover{
	color: #5B8BC9;
	border-color: #5B8BC9;
}
.footer {
	background-color: #5B8BC9;
	color: #fff;
	padding: 70px 0px 70px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
}
.footer a {
	color: inherit;
}
.arrow {
	position: relative;
}
.footer::before {
	position: absolute;
	top: -18px;
	left: 10%;
	width: 35px;
	height: 35px;
	background: #DFE6F6;
	display: inline-block;
	content: "";
	margin-right: 15px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer.referenz::before {
	background: #fff!important;
}
.inbetween {
	width: auto;
}
.inbetween: first-child {
	margin-left: 0px;
}
.inbetween: last-child {
	padding-right: 0px!important;
}
.footermenu ul {
	list-style: none!important;
	padding: 0px!important;
}
.footermenu ul li {
	list-style: none;
	padding: 0px 0px 4px 0px;
	letter-spacing: normal;
	font-size: 14px;
	line-height: 17px;
}
.footermenu ul li a {
	color: #fff;
	text-decoration: none;
}
.footermenu ul li a: hover {
	color: #aacfff;
}
.footermenu h3 {
	font-size: 13px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	margin: 0px 0px 18px 0px;
}
#sk-references {
	background-color: #5B8BC9;
	padding: 135px 0px 100px 0px;
}
.page-wrapper #sk-vita {
	background-color: #5B8BC9;
	color: white;
}
.page-wrapper #sk-vita .btn, .page-wrapper #sk-vita h2 {
	color: white !important;
	border-color: white;
}
.page-wrapper #sk-vita .btn: hover{
	color: #DFE6F6 !important;
	border-color: #DFE6F6;
}
.slide .flexorder {
	position: static;
}
.slide a.slide-button: hover {
	color: #A0B7E0;
	border-color: #A0B7E0;
}
ul.slick-dots li {
	list-style: none;
}
ul.slick-dots {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	list-style: none;
	position: relative;
	left: 42%;
	margin: 0px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 599px) {
	ul.slick-dots {
		left: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		right: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
ul.slick-dots li {
	margin-right: 6px;
}
ul.slick-dots li::before {
	content: '';
	height: 10px;
	width: 10px;
	display: inline-block;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
ul.slick-dots li.slick-active::before {
	width: 20px;
	background: #5B8BC9;
	border: 1px solid #fff;
}
.rightshift {
	text-align: right;
}
.slider-content {
	position: absolute;
	bottom: 0px;
	width: inherit;
	padding-right: 30px;
	color: #fff;
}
a.btn-topspace {
	margin-top: 50px;
}
.content {
	margin-top: 60px;
}
.persona {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #A0B7E0;
	padding-top: 5px;
}
.persona span {
	font-weight: 700;
	display: block;
}
.reference__footer {
	text-align: right;
	margin-top: 20px;
	padding-right: 20px;
}
.reference__footer .btn {
	padding-left: 35px;
	padding-right: 35px;
	margin: 0;
}
@media (max-width: 767px) {
	.reference__footer {
		text-align: center;
	}
}
.tableau {
	padding: 10px 0px 100px 0px;
	overflow: hidden;
}
h2.subpage {
	padding: 40px 0px 20px 0px
}
.flexorder {
	position: relative;
}
@media (max-width: 767px) {
	.section-wrapper {
		padding: 30px 0px 30px 0px;
	}
	#sk-references {
		background-color: #5B8BC9;
		padding: 20px 0px 20px 0px;
	}
	.slider-content {
		position: relative;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	a.btn-topspace {
		margin-top: 0px;
	}
	.content {
		margin-top: 35px;
	}
	.persona {
		padding-top: 0px;
	}
	h3.headline {
		z-index: 5;
		position: relative;
		top: 0px;
		width: 100%;
		text-shadow: none;
	}
	.flexorder {
		float: left;
	}
	.flexorder1 {
		float: left;
		clear: left;
	}
}
.referenz-persona {
	position: relative;
	top: -32px;
	color: inherit;
}
h3.referenz-quote {
	font-size: 22px;
	line-height: 125%;
	font-weight: 800;
	z-index: 5;
	position: absolute;
	width: calc(100% - 20px);
}
.referenz-content {
	float: left;
	width: 40%;
	height: 500px;
	position: relative;
	max-width: 100%;
}
figure.referenz-figure {
	float: right;
	width: 60%;
	max-width: 100%;
	text-align: center;
}
@media (max-width: 999px) and (min-width: 768px) {
	.referenz-persona {
		top: -155px;
		clear: both;
	}
}
@media (max-width: 767px) {
	.referenz-content {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
	}
	figure.referenz-figure {
		float: none;
		clear: both;
		width: 1000%
}
	h3.referenz-quote {
		font-size: 22px;
		line-height: 125%;
		font-weight: 800;
		position: relative;
		width: 100%;
	}
	.referenz-persona {
		position: static;
		top: 0px;
		color: inherit;
	}
}
.item a: hover {
	color: #5B8BC9;
}
.item a .persona: hover {
	text-decoration: none;
	color: #5B8BC9;
}
.item a: hover {
	color: #5B8BC9;
	text-decoration: none;
	border-color: #5B8BC9;
}
.item .persona {
	color: rgba(0, 0, 0, 0.9);
	margin-bottom: 5px;
	margin-top: 10px;
}
.item {
	padding-bottom: 30px;
}
a#scrollToTop {
	width: 29px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	z-index: 15;
	background: url(../images/totop.png) no-repeat;
	text-indent: -9999px;
	height: 29px;
}
a#scrollToTop: hover {
	background-position-y: -29px;
}
@media (max-width: 599px) {
	a#scrollToTop {
		bottom: 20px;
		right: 20px;
	}
}
