/*----- Reset -----*/
/* #7b8b80 */
@font-face {
	font-family: "Mayonice";
	src: url("../fonts/Mayonice/Mayonice.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "adorable";
	src: url("../fonts/adorable/Adorable.otf");
	font-weight: normal;
	font-style: normal;
}

/* favorite */
@font-face {
	font-family: "prata";
	src: url("../fonts/prata/fonts/webfonts/Prata-Regular.woff2");
	font-weight: normal;
	font-style: normal;
}

/* @font-face {
	font-family: "cyrene";
	src: url("../fonts/cyrene/Cyrene\ Regular.otf");
	font-weight: normal;
	font-style: normal;
} */

@font-face {
	font-family: "instrument";
	src: url("../fonts/instrument_sans/fonts/webfonts/InstrumentSansSemiCondensed-Regular.woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "instrument";
	src: url("../fonts/instrument_sans/fonts/webfonts/InstrumentSansSemiCondensed-SemiBold.woff2");
	font-weight: bold;
	font-style: normal;
}


html, body,
div, p,
span, a, img,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
footer, header,
nav, section,
audio, video { margin: 0; padding: 0; border: 0; box-sizing: border-box; }

html { width: 100%; height: 100%; font-family: instrument, Arial, sans-serif; font-size: 10px; }

body { width: 100%; overflow: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

div, p, span, a, h1, h2, h3, h4, h5, h6, ul, li, header, input, textarea, select, form { box-sizing: border-box; font-size: 1.8rem; }
ol, ul { display: block; }
li {  }
a { text-decoration: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { font-weight: normal; color: black; }

h1, .h1 { font-size: 2.8rem; }
h2, .h2 { font-size: 2.4rem; }
h3, .h3 { font-size: 2.2rem; }
h4, .h4 { font-size: 2rem; }
h5, .h5 { font-size: 1.8rem; }
h6, .h6 { font-size: 1.6rem; }

.table { display: table; }
.table .row { display: table-row; }
.table .row .td { display: table-cell; }

.imgWrap { max-width: 100%; font-size: 0; }
.imgWrap img { width: 100%; }

body { position: relative; color: black; background-color: white; }

.strong { font-weight: bold; }
/*---------------------------------------- General { ----------------------------------------*/

header {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url('../imgs/mone.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
@keyframes whitebarIn {
	0% { top: 70%; } 100% { top: 63%; }
}
@keyframes headingIn { 
	0% { top: 70%; } 100% { top: 66%; }
}
@keyframes fadeIn {
	0% { opacity: 0; } 100% { opacity: 1; }
}
@keyframes fadeOut {
	0% { opacity: 1; } 100% { opacity: 0; }
}
header .heading {
	position: absolute; top: 55%; left: 8%; display: flex; flex-direction: column; align-items: center; z-index: 1;
	animation:
		1s cubic-bezier(0.5, 1, 0.89, 1) 1 0.5s normal both headingIn,
		1s linear normal 1 0.5s both fadeIn
}
header .heading .title { font-family: adorable, sans-serif; font-size: 12rem; color: white; text-shadow: 0 0 28px black; }
header .heading .subtitle { font-family: prata, serif; font-size: 3rem; color: white; text-shadow: 0 0 11px black; /* color: #563015; */ }
header .quote { position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%); width: 90%; display: flex; justify-content: center; align-items: center; z-index: 1; }
header .quote div { font-family: prata, serif; color: white; text-shadow: 0 0 30px black; }
header .quote .content { margin-right: 30px; font-size: 6rem; font-style: italic; }
header .quote .from { position: relative; top: 10px; font-size: 3rem; }
header .pageTitle {
	position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-family: prata, serif;
    font-size: 12rem;
    color: white;
    text-shadow: 0 0 71px black;
    z-index: 1;
}
header .whitebarWrap { position: relative; width: 100%; height: 100%; overflow: hidden; }
header .whitebar {
	position: absolute;
    width: 200%;
    height: 100%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, 0) rotate(7deg);
    background-color: rgba(255, 255, 255, 0.3);
	animation:
		1s cubic-bezier(0.5, 1, 0.89, 1) 1 normal both whitebarIn,
		1s linear normal 1 both fadeIn
}

nav.main { position: sticky; top: 0; display: flex; justify-content: space-between; margin-top: -51px; padding: 10px 25px; z-index: 10;
	background-color: #7b8b80;
}
nav.main .menu {  }
nav.main .menu a { position: relative; top: 2px; margin-right: 25px; padding: 12px 15px; font-family: prata, serif; font-size: 2rem; color: rgb(255, 255, 255); }
nav.main .menu a:hover { background-color: rgba(255, 255, 255, 0.2); }
nav.main .socials {  }
nav.main .socials a { display: inline-block; margin-left: 10px; }
nav.main .socials a i { font-size: 1.7em; color: white; }
nav.main .mobile { display: none; }
nav.main .mobile .open { padding: 8px; font-size: 2.3rem; color: white; border: none; background: transparent; }

.mobileMenu {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000000;
	pointer-events: none;
	touch-action: none;
}
.mobileMenu .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	pointer-events: none;
	touch-action: none;
}
.mobileMenu.opened .cover { opacity: 1; pointer-events: all; }
.mobileMenu nav {
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	left: -70%;
	transition: left 0.5s ease-in-out;
    background: #7b8b80;
	pointer-events: all;
	touch-action: manipulation;
}
.mobileMenu.opened nav { left: 0; }
.mobileMenu nav .stickyWrap { position: sticky; top: 0; }
.mobileMenu nav .close { padding: 20px; font-size: 3rem; color: white; text-align: end; }
.mobileMenu nav .menu {  }
.mobileMenu nav .menu a { display: block; padding: 20px; font-size: 3rem; color: white; font-family: prata, serif; border-top: 1px solid rgba(255, 255, 255, 0.3); }

main { width: 75%; margin: auto; }
main .quote {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
main .quote div { font-family: adorable, serif; font-style: italic; color: black; }
main .quote .content { margin-right: 30px; font-size: 5rem; }
main .quote .from { position: relative; top: -6px; font-size: 3rem; }

main section { margin-bottom: 60px; padding-top: 60px; }
main section .heading { margin-bottom: 40px; font-family: prata, serif; font-size: 3.2rem; border-bottom: 1px solid black; }

footer { display: flex; justify-content: space-between; width: 100%; bottom: 0; padding: 20px; color: white; background-color: #7b8b80; }
footer a { color: white; }
footer section { display: flex; margin-bottom: 0; }
footer section > div { margin-right: 20px; }
footer section .contactData {  }
footer section .contactData div { margin-bottom: 3px; }
footer section a {  }
footer nav {  }
footer nav a {  }
footer .socials {  }
footer .socials a { display: inline-block; margin-left: 10px; }
footer .socials a i { font-size: 1.7em; }
/*-------------------- } General --------------------*/

/*---------------------------------------- AudioPlayer { ----------------------------------------*/
.audioPlayer {  }
.audioPlayer .currentActiveWrap { display: flex; align-items: flex-end; margin-bottom: 20px; }
.audioPlayer .currentActiveWrap .cover { width: 200px; aspect-ratio: 1; margin-right: 20px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.audioPlayer .currentActiveWrap .currentActive {  }
.audioPlayer .currentActiveWrap .currentActive div { font-family: instrument, sans-serif; }
.audioPlayer .currentActiveWrap .currentActive .title { margin-bottom: 10px; font-size: 3rem; }
.audioPlayer .currentActiveWrap .currentActive .author { font-size: 1em; }
.audioPlayer .head { display: flex; align-items: center; margin-bottom: 15px; }
.audioPlayer .head .playPauseBtn { font-size: 6rem; margin-right: 30px; cursor: pointer; }
.audioPlayer .head .playPauseBtn i { color: #7b8b80; }
.audioPlayer .head .waveformWrap { position: relative; flex-grow: 1; }
.audioPlayer .head .waveformWrap .loader { display: none; position: absolute; width: 100%; height: 100%; top: 50%; transform: translateY(-50%); text-align: center; z-index: 10; background-color: white; pointer-events: none; touch-action: none; }
.audioPlayer .head .waveformWrap .loader.show {
	animation: 0.1s ease-in-out 1 both fadeIn
}
.audioPlayer .head .waveformWrap .loader.hide {
	animation: 0.5s ease-in-out 1 both fadeOut
}
.audioPlayer .head .waveformWrap .loader .percentage { text-align: center; color: #7b8b80; }
.audioPlayer .head .waveformWrap .loader .bar { display: inline-block; position: relative; width: 50%; height: 4px; border-radius: 4px; overflow: hidden; }
.audioPlayer .head .waveformWrap .loader .bar .progress { position: absolute; width: 100%; height: 100%; left: -100%; background-color: #7b8b80; }
.audioPlayer .head .waveformWrap #waveform {  }
.audioPlayer .volumeWrap { display: flex; justify-content: end; margin-bottom: 15px; padding: 10px; }
.audioPlayer .volumeWrap span i { color: #7b8b80; }
.audioPlayer .volumeWrap input {
	width: 30%;
	margin: 0 10px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background: transparent;
	box-sizing:border-box;
}
.audioPlayer .volumeWrap input:focus { outline: none; }
/* --- Volume styles Chromium { --- */
.audioPlayer .volumeWrap input::-webkit-slider-runnable-track {
	height: 2px;
	/* border-radius: 10px; */
	/* border: 2px solid #7b8b80;
	background-color: white; */
	background-color: #7b8b80;
}
.audioPlayer .volumeWrap input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	background-color: #7b8b80;
}
/* --- } Volume styles Chromium --- */

/* --- Volume styles Firefox { --- */
.audioPlayer .volumeWrap input::-moz-range-track {
	height: 2px;
	/* border-radius: 5px; */
	background-color: #7b8b80;
}
.audioPlayer .volumeWrap input::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	width: 18px;
	height: 18px;
	background-color: #7b8b80;
}
/* --- } Volume styles Firefox --- */
.audioPlayer .volumeWrap .value { margin-right: 20px; color: #7b8b80; }

.audioPlayer .tracksWrap {  }
.audioPlayer .tracksWrap .tabs { display: flex; position: relative; top: 1px; }
.audioPlayer .tracksWrap .tabs .tab { margin-right: 10px; padding: 10px; padding-bottom: 0; border: 1px solid black; border-bottom: 1px solid white; cursor: pointer; }
.audioPlayer .tracksWrap .tabs .tab.active { font-weight: bold; }
.audioPlayer .tracksWrap .tracklists { padding: 10px; padding-top: 25px; border: 1px solid black; }
.audioPlayer .tracksWrap .tracklists .trackslist { display: none; }
.audioPlayer .tracksWrap .tracklists .trackslist.active { display: block; }
.audioPlayer .tracksWrap .tracklists .trackslist .row { display: flex; align-items: center; padding: 10px; border-bottom: 1px solid #ccc; cursor: pointer; }
.audioPlayer .tracksWrap .tracklists .trackslist .row:nth-child(2n) { background-color: #f5f5f5; }
.audioPlayer .tracksWrap .tracklists .trackslist .row:last-child { border: none; }
.audioPlayer .tracksWrap .tracklists .trackslist .row .icon { margin-right: 15px; }
.audioPlayer .tracksWrap .tracklists .trackslist .row .track { display: flex; font-family: instrument, sans-serif; }
.audioPlayer .tracksWrap .tracklists .trackslist .row .track .metaData {  }
.audioPlayer .tracksWrap .tracklists .trackslist .row .track .metaData span { margin-left: 0.5em; font-size: 1.4rem; }

/*-------------------- } AudioPlayer --------------------*/

/*---------------------------------------- Pages { ----------------------------------------*/
section#referenzen {  }
section#referenzen .category { margin-bottom: 30px; }
section#referenzen .category h4 { margin-bottom: 5px; font-family: instrument, sans-serif; font-weight: bold; }
section#referenzen .category ul { padding-left: 20px; }
section#referenzen .category ul li { display: list-item; list-style: square; margin-bottom: 4px; }
section#referenzen .refBanner { position: relative; padding-bottom: 16%; margin-bottom: 40px; }
section#referenzen .refBanner .slide { width: 100%; position: absolute; display: flex; justify-content: space-between; opacity: 0;
	transition: opacity 1s linear;
}
section#referenzen .refBanner .slide.show { opacity: 1; }
section#referenzen .refBanner .slide .tile {
    width: 16%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


section#vita {  }
section#vita .table { display: table; }
section#vita .table .row { display: table-row; }
section#vita .table .row .cell { display: table-cell; padding: 5px; }
section#vita .table .row .cell div {  }
section#vita .table .row .cell div em { font-style: normal; font-weight: bold; }

section#kontakt {  }
section#kontakt a { color: #3f704e; }
footer section#kontakt a { color: white; }
section#kontakt h4 { margin-bottom: 1em; font-weight: bold; }
section#kontakt > div { margin-bottom: 20px; line-height: 1.3; }
section#kontakt > div ol { padding-left: 1em; }
section#kontakt > div ol li { margin-bottom: 1em; }

section#impressum {  }
section#impressum a { color: #3f704e; }
section#impressum h4 { margin-bottom: 1em; font-weight: bold; }
section#impressum > div { margin-bottom: 20px; line-height: 1.3; }
section#impressum > div ol { padding-left: 1em; }
section#impressum > div ol li { margin-bottom: 1em; }

/*-------------------- } Pages --------------------*/


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

}


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

	header .heading .title { font-size: 10rem; }
	header .heading .subtitle { font-size: 3rem; }
	.whitebarWrap .whitebar { top: 58%; animation: none }

	main .quote .content { font-size: 5rem }
	main .quote .from { top: -8px; font-size: 2.6rem; }
}

/* tablets */
@media screen and (max-width: 1024px) {
	
	header { background-position: 75% 0; }

	nav.main { margin-top: -46px; }
	nav.main .menu a { margin-right: 15px; font-size: 2.2rem; }
	
	main { width: auto; padding: 0 30px; }
	main .quote .content { font-size: 4.7rem; }
	main .quote .from { font-size: 2.2rem; top: -4px; }
}

/* tablets */
@media screen and (max-width: 768px) {
	header { background-position: 76% 0; }
	header .heading { animation: none; top: 75%; }
	header .heading .title { font-size: 8.5rem; }
	header .heading .subtitle { font-size: 2.5rem; }
	
	.whitebarWrap .whitebar { top: 70%; }

	main .quote { padding: 30px 0; }
	main .quote .content { font-size: 4.5rem; }
	main .quote .from { font-size: 2.4rem; }

	.audioPlayer .volumeWrap input { width: 50%; }

	section#referenzen .refBanner { padding-bottom: 52%; }
	section#referenzen .refBanner .slide { flex-wrap: wrap; }
	section#referenzen .refBanner .slide .tile { width: 26%; background-size: 90%; }

}

@media screen and (max-width: 699px) {
	/* mobile menu */
	nav.main { padding: 2px 20px; }
	nav.main .menu { display: none; }
	nav.main .mobile { display: block; }

	nav.main .socials a { padding: 8px; }

	main .quote { padding: 30px 0; flex-direction: column; align-items: center; }
	main .quote .content { margin: 0; }
	main .quote .from { top: 0; }

	.audioPlayer .tracksWrap .tracklists .trackslist .row .track .metaData { display: none; }
}

@media screen and (max-width: 640px) {
	header .heading .title { font-size: 6.3rem; }
	header .heading .subtitle { font-size: 2rem; }

	main .quote .content { font-size: 3.9rem; }
	main .quote .from { font-size: 2.4rem; }

	.audioPlayer .volumeWrap input { width: 60%; }
	.audioPlayer .currentActive div { font-size: 2.7rem; }
	.audioPlayer .currentActive .title { font-size: 2.5rem; }

	.audioPlayer .currentActiveWrap { flex-direction: column; align-items: center; }
	.audioPlayer .currentActiveWrap .currentActive { width: 100%; margin-top: 25px; }

	section#referenzen .refBanner { padding-bottom: 141%; }
	section#referenzen .refBanner .slide .tile { width: 47%; }
}

/* phone */
@media screen and (max-width: 480px) {
	header { height: 80vh; }
	header .heading { top: 69%; left: 4% }
	header .heading .title { font-size: 4.5rem; }
	header .heading .subtitle { font-size: 1.6rem; }
	.whitebarWrap .whitebar { top: 64%; }

	main { padding: 0 15px; }
	main .quote .content { font-size: 2.7rem; }
	main .quote .from { font-size: 1.8rem; }

	main section .heading { font-size: 2.5rem; }

	.audioPlayer .head .playPauseBtn { margin-right: 15px; }
	.audioPlayer .currentActive div { font-size: 2.2rem; }
	.audioPlayer .volumeWrap { margin-bottom: 10px; }
	.audioPlayer .volumeWrap input { width: 60%; }
}
