/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* Globale Einstellungen */

* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

/** > :first-child { margin-top: 0 !important; margin-left: 0 !important; }*/
/** > :last-child { margin-bottom: 0 !important; margin-right: 0 !important; }*/

::-moz-selection { background: #f0a479; }
::selection { background: #f0a479; }

img {
	user-select: none;
}

/* Variablen */
:root {
  --main-bg-color: rgb(247,247,247);
  --service-bg-color: rgb(234,222,189);
  --podcast-bg-color: rgb(242,242,242);
  --footer-bg-color: rgb(33,59,59);
  --column-gap: 30px;
  --column-width: calc((960px - 5*var(--column-gap))/6);
  --pd: calc(50vw - (960px / 2));
}

body {
  font-size: 18px;
  background-color: var(--main-bg-color);
  overflow-x: hidden;
}



h1 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 2.2em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.7em;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 1em;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.quote {
	font-size: 2.8em;
	font-style:italic;
	text-align: center;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 1em;
}

a {
	color: #FFA280;
	font-weight: bold;
}

/* Header */
.header p {
	margin: 0;
}

/* Container und Grids */

.container {
	position: relative;
	height: auto;
	width: 100vw;
	min-width: 960px;
	box-sizing: border-box;
	padding: 30px var(--pd) 60px var(--pd);
	left: 50%;
	transform: translateX(-50%);
}

.single-column{
	column-count: 1;
}

.two-columns{
	column-count: 2;
	column-gap: var(--column-gap);
}

.three-columns{
	column-count: 3;
	column-gap: var(--column-gap);
}

section {
	display: grid;
	grid-template-columns: var(--column-width) var(--column-width) var(--column-width) var(--column-width) var(--column-width) var(--column-width);
	grid-gap: var(--column-gap);
}

/* Menü */
.ham{
	display: none;
}

#sticky {
	padding: 20px var(--pd) 20px var(--pd);
	position: fixed;
	top: 0px;
	background-color: var(--main-bg-color);
	z-index: 999;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

#sticky nav {
	width: 100%;
	margin: 1.5em 0 1em 0;
}

#sticky nav ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style-type: none;
}

#sticky nav ul li {
	display: block;
	width: var(--column-width);
	border-bottom: 1px solid black;
	margin-right: var(--column-gap);
	user-select: none;
	cursor: pointer;
}

#sticky nav ul li:last-child {
	margin-right: 0;
}


#sticky nav ul li:not(.empty):hover{
	border-bottom: 3px solid black;
}

#footer nav ul li:not(.empty):hover {
	border-bottom: 3px solid white;
}

nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: black;
}

.empty {
	cursor: default;
}

#sticky nav .active {
	font-weight: 700;
	border-bottom: 3px solid black;
}

/* Inhalt */

.anchor {
	width: 1px;
	height: 1px;
	user-select: none;
}

.separator{
	grid-column: 1 / 7;
	width: 100%;
	height: .5px;
	background-color: black;
}

/* Header Bild */

#header-image{
	margin-top: 112px;
	width: 100vw;
	height: calc(100vw * 0.3984375);
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* Logo */

#logo{
	position: relative;
	width: 320px;
	height: 320px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: cover;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Leistungen */

#coaching section{
	margin-top: 180px;
}

#coaching h2{
	grid-column: 1 / 7;
  grid-row: 1 / span 1;
  column-count: 1;
}

#coaching .two-columns{
	grid-column: 1 / 7;
  grid-row: 2 / span 1;
}

#coaching h1.quote{
	grid-column: 2 / 6;
  grid-row: 5 / span 1;
  column-count: 1;
}

/* Methoden */

#methoden h2{
	grid-column: 1 / 7;
  grid-row-start: 1 / span 1;
  column-count: 1;
}

#methoden .single-column{
	grid-column: 1 / 7;
  grid-row: 2 / span 1;
}

#methoden .two-columns{
	grid-column: 1 / 7;
	grid-row: 3 / span 1;
}

#methoden .highlight-card{
	display: grid;
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;

}

#methoden .highlight-card span{
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 1.3em;
	text-align: center;
	color: white;
	padding: .8em;
	margin-bottom: 1em;
	background-color: rgb(131,117,108);
	border-radius: .6em;
}

#methoden .single-column:nth-child(2){
	grid-column: 1 / 7;
	grid-row: 4 / span 1;
}

#methoden .separator:first-child{
	grid-row: 5 / span 1;
}

#methoden .three-columns{
	grid-column: 1 / 7;
}

#methoden .method-ex{
	display: grid;
	justify-items: center;
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  text-align: center;
  padding: 0 16px;
}

#methoden img {
	width: 100%;
}

#methoden .method-ex img{
	width: 140px;
	height: 140px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
	border-radius: 50%;
}

#methoden h3{
	grid-column: 1 / 3;
	width: 100%;
	text-align: center;
}

#methoden .three-columns p{
	text-align: center;
}

/* Leistungen */
#leistungen {
	background-color: var(--service-bg-color);
}

#leistungen h2{
	grid-column: 1 / 7;
}

#leistungen .two-columns{
	grid-column: 1 / 7;
}

#leistungen .two-columns .service{
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

#leistungen .two-columns .service img{
	width: 465px;
	margin-bottom: 16px;
}

#leistungen #workshop{
	width: 960px;
}

#leistungen h3{
	grid-column: 1 / 7;
}

#leistungen .two-columns ul{
	list-style-position: inside;
	text-indent: -1.5em;
  padding-left: 1.5em;
}

#leistungen table{
	grid-column: 1 / 7;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: center;
}

#leistungen td{
	height: 2em;
}

.border {
	border-bottom: .5px solid black;
}

.right {
	text-align: right;
	width: 200px;
}

/* Mein Podcast */

section#podcast{
	display: inline;
}

#second{
	background-color: var(--podcast-bg-color);
}

section#podcast h2{
	grid-column-start: 1; 
	grid-column-end: 4; 
	grid-row-start: 1; 
	grid-row-end: 1;
	
}

section#podcast img.episode-img{
	/*grid-column-start: 1; 
	grid-column-end: 4; 
	grid-row-start: 2; 
	grid-row-end: 2;*/
	width: 286px;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.15);
	float: left;
	margin-right: 36px;
}

section#podcast div.links{
	/*grid-column-start: 3; 
	grid-column-end: 5; 
	grid-row-start: 2; 
	grid-row-end: 2;*/
	width: 100%;
}

.episode-nr, .episode-title{
	font-family: 'Merriweather', serif;
	font-size: 1.3em;
	line-height: 1.5em;
}

.episode-nr{
	font-weight: 100;
}

.episode-title{
	font-weight: 700;
}


section#podcast div.links a{
	width: var(--column-width);
}

section#podcast div.links a:nth-child(odd){
	margin-right: 10px;
}

section#podcast div.links img{
	width: var(--column-width);
	margin-bottom: 10px;
}

.my-slider {
	user-select: none;
}

.tns-controls [aria-controls] {
    font-size: 15px;
    margin: 20px 20px 0 0;
    padding: 0 1em;
    height: 2.5em;
    color: #000;
    background: #eaeaea;
    border-radius: 3px;
    border: 0;
    user-select: none;
}

button:disabled {
    color: #bebebe !important;
    background-color: #eee !important;
}


/* Kontakt */

#footer {
	background-color: var(--footer-bg-color);
	color: white;
}

section#footer{
	grid-template-rows: 1fr;
}

section#footer h2{
	grid-column-start: 1; 
	grid-column-end: 4; 
	grid-row-start: 1; 
	grid-row-end: 1;
}

section#footer p{
	grid-column-start: 1; 
	grid-column-end: 4; 
	grid-row-start: 2; 
	grid-row-end: 2;
	margin-bottom: 0;
}

section#footer #social{
	grid-column-start: 1; 
	grid-column-end: 4; 
	grid-row-start: 3; 
	grid-row-end: 3;
}

#social img{
	width: 60px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.15);
}

section#footer nav{
	grid-column-start: 1; 
	grid-column-end: 4; 
	grid-row-start: 4; 
	grid-row-end: 4;
}

#footer nav {
	width: 100%;
	margin: 0 0 3em 0;
}

#footer nav ul{
	display: flex;
	list-style-type: none;
}

#footer nav ul li {
	width: var(--column-width);
	border-bottom: 1px solid white;
	margin-right: 20px;
	user-select: none;
	cursor: pointer;
}

#datenschutz,
#impressum{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	user-select: none;
}

#ds-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	max-height: 50vh;
	overflow-y: scroll;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	padding: 30px;
	background-color: white;
}

.btn{
	width: 200px;
	padding: 10px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: white;
	background-color: grey;
	cursor: pointer;
}

.hidden {
	opacity: 0;
	pointer-events: none;
}

/* Burger Icon  */
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.ham2 .top {
  stroke-dasharray: 40 121;
}
.ham2 .bottom {
  stroke-dasharray: 40 121;
}
.ham2.active .top {
  stroke-dashoffset: -102px;
}
.ham2.active .bottom {
  stroke-dashoffset: -102px;
}
.ham3 .top {
  stroke-dasharray: 40 130;
}
.ham3 .middle {
  stroke-dasharray: 40 140;
}
.ham3 .bottom {
  stroke-dasharray: 40 205;
}
.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}
.ham3.active .middle {
  stroke-dashoffset: -102px;
}
.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}
.ham5 .top {
  stroke-dasharray: 40 82;
}
.ham5 .bottom {
  stroke-dasharray: 40 82;
}
.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham6 .top {
  stroke-dasharray: 40 172;
}
.ham6 .middle {
  stroke-dasharray: 40 111;
}
.ham6 .bottom {
  stroke-dasharray: 40 172;
}
.ham6.active .top {
  stroke-dashoffset: -132px;
}
.ham6.active .middle {
  stroke-dashoffset: -71px;
}
.ham6.active .bottom {
  stroke-dashoffset: -132px;
}
.ham7 .top {
  stroke-dasharray: 40 82;
}
.ham7 .middle {
  stroke-dasharray: 40 111;
}
.ham7 .bottom {
  stroke-dasharray: 40 161;
}
.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
.ham7.active .middle {
  stroke-dashoffset: 23px;
}
.ham7.active .bottom {
  stroke-dashoffset: -83px;
}
.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
  stroke-dashoffset: -64px;
}
.ham8.active .middle {
  //stroke-dashoffset: -20px;
  transform: rotate(90deg);
}
.ham8.active .bottom {
  stroke-dashoffset: -64px;
}


/* Mobile Queries */

@media only screen and (max-width: 900px) {

	:root {
	  --column-width: 100%;
	  --column-gap: 30px;
	}

	html {
	  scroll-padding-top: 80px;
	}
  
	.container {
		min-width: 0px;
		padding: 20px;
		left: 0;
		transform: none;
	}

	#sticky{
		height: 80px;
		overflow: hidden;
		padding: 0px 30px 20px 30px; 
		transition: height .25s;

	}

	#sticky.active{
		height: 300px;
	}

	svg.ham{
		display: inline;
		margin-left: -20px;
	}

	#sticky nav {
		width: 100%;
		margin: 0 0 .5em 0;
	}


	#sticky nav ul li {
		min-width: 100%;
		display: inline-block;
		border-bottom: 1px solid black;
		user-select: none;
		cursor: pointer;
		margin: 0 0 5px 0;
	}

	#header-image{
		margin-top: 80px;
		width: 100vw;
		height: 100vw;
	}

	#logo {
		transform: translate(-50%,-50%);
	}

	.empty {
		visibility: hidden;
	}

	section {
		grid-template-columns: var(--column-width);
	}


	#coaching section{
		grid-template-rows: 1fr;
		grid-column: 1 / 1;
	}

	.single-column, 
	.two-columns,
	.three-columns,
	h1, h2, h3{
		grid-column: 1 / 1 !important;
		column-count: 1 !important;
	}

	h1.quote{
		margin: -65px 0 20px 0;
	}

	#leistungen .two-columns .service img{
		width: var(--column-width);
	}

	#leistungen #workshop{
		grid-column: 1 / 1; 
		width: var(--column-width);
	}

	#leistungen table{
		grid-column: 1 / 1;
	}

	.right{
		width: 90px;
	}

	section#podcast h2{
		grid-column: 1 / 1; 
		
	}

	section#podcast h3{
	 display: none; 
		
	}

	section#podcast img.episode-img{
		/*grid-column-start: 1; 
		grid-column-end: 1; 
		grid-row-start: 2; 
		grid-row-end: 2;*/
		width: 90%;
		box-shadow: 4px 4px 5px rgba(0,0,0,0.15);
		margin-bottom: 30px;
	}

	section#podcast div.links{
		grid-column-start: 1; 
		grid-column-end: 1; 
		grid-row-start: 3; 
		grid-row-end: 3;
	}

	section#podcast div.links a img{
		width: calc(50% - 10px);
		margin-top: 5px;
	}

	section#footer h2{
		grid-column-start: 1; 
		grid-column-end: 1; 
	}

	section#footer p{
		grid-column-start: 1; 
		grid-column-end: 1; 
		grid-row-start: 2; 
		grid-row-end: 2;
	}

	section#footer #social{
		grid-column-start: 1; 
		grid-column-end: 1; 
		grid-row-start: 3; 
		grid-row-end: 3;
	}
	section#footer nav{
		grid-column-start: 1; 
		grid-column-end: 1; 
		grid-row-start: 4; 
		grid-row-end: 4;
	}

	#datenschutz{
		overflow-y: scroll;
	}

	#ds-content {
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		transform: none;
		padding: 20px;
	}

	.btn{
		position: relative;

	}

}

