:root {
	--logo: 0px;
	--potrait: 46.8%;
	--spacer: 58.8%;
	--sidespce: 9.318333vw;
	--topspace: 7.583333vh;
	--navigator: 60px;
	--intro: 88px;
	--bottomspace: 4.8vw;
	--h-right: 61.8vw;
	--alt-font: 'Inter 24pt', sans-serif;
	--altwidth: 50%;
	--ink: #191a20;
	--yellow: #e6bf73;
	--couch: #7b1c19;
	--ricepaper: #f8f7f1;
	--sectionpadding: 7vw;
	--sectionpadding2: 8.333333333333332vw 0px;
	--mainfont: 0.8333333333333334vw;
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('Inter24pt-SemiBoldItalic.woff2') format('woff2'),
        url('Inter24pt-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('Inter24pt-SemiBold.woff2') format('woff2'),
        url('Inter24pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('Inter24pt-Regular.woff2') format('woff2'),
        url('Inter24pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('Inter24pt-Italic.woff2') format('woff2'),
        url('Inter24pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('material-icons.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
}

a:hover img {
	opacity: 0.8;
}


.with-overlay__content {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	background: #e4f1fd;
	margin: 0;
	border-radius: 4px;
}

.with-overlay:hover .with-overlay__content {
	opacity: 1;
}

* {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	opacity: 1;
	margin: 0;
	hyphens: auto;
}

html,
body {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	font-size: clamp(14px, var(--mainfont), 20px);
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 1.7;
	color: var(--ink);
	-webkit-font-smoothing: antialiased;
	font-family: var(--alt-font), sans-serif;
}

h1 h2 h3 h4 h5 h6 {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	display: inline-block;
	vertical-align: middle;
}

.text-light {
	color: #e4f1fd;
}

.text-white {
	color: #fff;
}

.text-capitalize {
	text-transform: capitalize;
}

.icon-20 {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	top: -2px;
}

.icon-20 img {
	display: inline-block;
	height: 100%;
}

.icon-20 + span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.b-300 {
	font-weight: 300;
}

.b-400 {
	font-weight: 400;
}

.b-500 {
	font-weight: 500;
}

.bb {
	border-bottom: 1px solid #ffffff1a;
}

h1, .highlighted {
	line-height: 1.25;
	font-weight: 300;
	margin-top: 0;
	font-family: 'Canela Web';
	letter-spacing: 0px;
	font-size: 2.8em;
	margin-bottom: 0.8em;
}


h2:not section :first-of-type {
	font-size: 1em;
	line-height: 1.3;
	font-weight: 300;
	margin-top: 0;
	margin: 0 auto;
	max-width: 500px;
	letter-spacing: 1px;
	margin-bottom: min(3vw, 60px);
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#vita-list h3 {
  margin-bottom: 0px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	opacity: 0.8;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 16px;
	line-height: 1.19em;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

.contents .divided-item:first-child {
	border-bottom: 1px solid #e4f1fd;
}

.form-control.icon-left {
	padding-left: 52px;
}

.form-control.icon-right {
	padding-right: 52px;
}

.btn {
	background: #000000;
	font-family: inherit;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 40px;
	font-weight: 500;
	height: 54px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: none;
}

.btn.btn-small {
	padding: 13px 30px;
	line-height: 1;
	height: auto;
}

.btn:hover {
	background: #000000;
	color: #fff;
}

div#portrait {
	background-color: #e4f1fd;
	width: var(--potrait);
	height: calc(100% - 0px);
	z-index: -5;
	right: 0px;
	top: 0px;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0px;
}

img#portrait-img {
	height: 101%;
	width: auto;
	position: absolute;
	top: 4%;
	left: 50%;
	transform: translateX(-50%) scale(1.26);
	transform-origin: center;
}

section#home {
	width: 100%;
	height: 100vh;
	display: flex;
	padding: 0px!important;
	margin: 0px!important;
	left: 0px;
	top: 0px;
	border-bottom: solid 1px #e2e2e2;
	min-height: 737px;
}

div#wall {
	height: 200vh;
	top: -50%;
	width: 30%;
	background-color: white;
	position: absolute;
	left: 15px;
	z-index: 0;
	display: none;
}

div#slogan {
	font-family: 'Canela-Thin';
	font-size: 48px;
	line-height: 0.8;
	width: max-content;
	text-align: center;
	margin-bottom: 20px;
}

span.your {
	font-family: 'Canela-Light';
}

span#slogan-1 {
	display: block;
}

img#sys {
	width: 5vw;
	min-width: 92px;
	height: auto;
	opacity: 1;
	margin-top: min(8vw, 64px);
	filter: grayscale(1);
	margin-bottom: 2vw;
}

p.mb-40.quote {
	font-family: 'Canela-Light';
	font-size: 20px;
	letter-spacing: 0px;
}

div#footer-bottom * {
	color: #000000;
	font-size: 0.5rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}

section#portfolio {
	width: 100%;
	display: none;
}

.more {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 1.0416666666666665vw;
}

.toggle-list li {
	display: block;
	width: 100%;
	justify-content: center;
	border-bottom: 1px solid rgb(0 0 0 / 12%);
	padding-left: 0px;
	list-style: none;
	cursor: pointer;
	margin: 0px;
	justify-content: space-between;
}

.toggle-list {
	padding: 0px;
	margin: 0px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}

.video {
	margin-top: calc(3em + 1vw);
}

section, footer {
	background-color: white;
	width: 100vw!important;
	overflow: hidden;
}

.footers {
	padding-bottom: 0px;
	color: #000000;
	display: flex;
	z-index: 10;
  padding-top: 4em;
}

@media(min-width: 767px) {
	div#portrait {
		z-index: -1;
		width: 56%;
		right: 0;
		top: 0px;
	}

	div#start-headline {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		padding-top: 0px;
		margin: 0!important;
	}

	div#start-headline h1 {
		margin-top: 0px;
		letter-spacing: -2px;
		width: max-content;
	}
}


menu {
	width: 100vw;
	height: 100vh;
	min-width: 490px;
	position: fixed;
	background-color: #000000b0;
	top: 0px;
	right: 0px;
	justify-content: center;
	flex-direction: column;
	margin: 0px;
	text-align: center;
	display: flex;
	z-index: 1000000;
	padding: 120px;
	display: none;
	visibility: hidden;
}

div#menu-symbol {
	align-items: center;
	cursor: pointer;
	align-items: center;
	flex-direction: column;
	display: none;
	z-index: 10;
	position: absolute;
	right: 20px;
}

.m-l {
	width: 7px;
	height: 7px;
	background-color: black;
	border-radius: 50%;
	z-index: 1000;
}

.m-l {
	width: 32px;
	height: 2px;
	border-radius: 0;
}

.tagline, .footers h5, .start_wrap h1 {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: 500;
	font-family: var(--alt-font);
  font-size: 1em;
}

#home p {
	z-index: 1;
	hyphens: none;
}

.bold {
	font-weight: bold;
}

#home .tagline {
	display: none;
}

div#introtext {
	height: 100vh;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: right;
	left: 15px;
}

h1#slogan {
}

.slogan-i {
	font-family: 'Canela Web';
	font-style: italic;
	letter-spacing: 0px;
	width: min-content;
	display: inline-block;
}

#contents-9 h1 {
	width: 150%;
	z-index: 2;
}

.dark-bg {
	background-color: #d6d6d6;
}

.half-p {
	padding: clamp(20px, 9vw, 400px);
}

section#praxis {
	padding: 0px;
	display: none;
}

.angebot img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  fit: cover;
}

.angebot h3 {
        font-size: 1.2em;
    line-height: 1.4;
    font-weight: 700;
}

.list-toggle {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.list-toggle.open {
  max-height: 2000px;
}

.toggle-btn.open .more::after {
  display: none;
}

.list-toggle ul {
  margin:0.5em 0;
  padding: 0.5em 0.4em;
}

.list-toggle li {
  list-style: none;
  border:none;
  margin: 0;
  margin-bottom: 0.5em;
}

.toggle-btn {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5em 0px;
  font-size: 1rem;
  font-weight: 600;
}

#vita-list .d-flex.align-items-center.justify-content-between, #services .d-flex.align-items-center.justify-content-between {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--alt-font);
	line-height: 1;
	font-weight: 700;
	width: 100%;
	height: 64px;
	font-size: 0.9em;
}

.list-toggle p {
	margin-bottom: 18px;
}

section#lebenslauf {
	padding: 0px;
}

div#scroll-label {
	color: white;
	text-transform: uppercase;
	letter-spacing: 2pt;
	font-size: 10px;
}

div#scroll-down {
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 10;
	opacity: 0;
	transform: translateX(-50%);
}

div#scroll-line {
	width: 1px;
	height: 60px;
	background-color: white;
	margin: 0 auto;
	margin-top: 10px;
}

section#contents-2 {
	background-color: rgb(255 255 255);
	top: 0;
	left: 0px;
	width: 100%;
	z-index: 10;
	padding-bottom: calc(var(--sectionpadding) * 1.4);
}

.socials a {
	margin: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #68051f00;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#play {
	width: 50px;
	height: 50px;
	background-color: #ffffffd6;
	border-radius: 50%;
	color: #1f2021;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
    #play {
        width: max(60px, 6vw);
        height: max(60px, 6vw);
    }
}

#play span.material-icons {
	font-size: clamp(22px, 2vw, 2vw);
}

@media(max-width:576px) {

	#contents-9 h1 {
		width: unset!important;
	}
}

section#contents-9 {
	background-color: #ffffff;
	display: none;
}

#home .container {
	display: flex;
}

p#introtext-start {
	max-width: 330px;
}

section#vita {
	z-index: 10;
	background: #f7f6f3;
}

wrapper {
	display: block;
	width: calc(100vw - var(--logo));
	position: relative;
}

div#h-left {
	width: 83VW;
	height: 100%;
	display: flex;
	padding-left: 11.458333vw;
	padding-bottom: var(--startpadding);
	padding-top: calc(var(--startpadding) + 2vw);
}

div#h-right {
	height: 100%;
	width: var(--h-right);
	background-position: center;
	overflow: hidden;
	left: 15px;
	left: unset;
	right: 0px;
	position: absolute;
}

.btn:focus {
	outline: 0;
}

p {
	font-family: var(--alt-font);
}

div#portrait_foto {
	width: 100%;
	height: 100%;
	z-index: -0;
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


div#logo {
	width: var(--logo);
	height: var(--logo);
	background-color: #2b2b2b;
	position: absolute;
	left: var(--sidespce);
	top: var(--topspace);
	z-index: 9;
	opacity: 0;
}

section#intro {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100000000000;
}

div#intro_center {
	font-family: 'Canela-Thin';
	font-size: 3.75vw;
	text-align: center;
	line-height: 1;
	transition: all 10s ease;
}

div#intro_slider {
	height: var(--intro);
	overflow: hidden;
	top: -0.625vw;
}

.intro_element {
	height: 90px;
	font-family: 'Canela-ThinItalic';
	transform: translateY(0%);
	transition: 0.4s ease all;
}

span.no_it {
	font-family: 'Canela-Thin';
}

.zoom {
	transform: scale(1.05);
}

#links {
	display: flex;
	justify-content: center;
	z-index: 11;
	margin-top: 30px;
}

#links ul {
	list-style: none;
	padding: 0px;
	display: flex;
	margin: 0px auto;
	width: 80vw;
	max-width: 280px;
	z-index: 1;
}

#links li {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	font-family: var(--alt-font);
	font-weight: 700;
	cursor: pointer;
	width: 33%;
	font-size: 0.85em;
}

div#social_line {
	width: 1px;
	height: 44px;
	background-color: black;
	margin: 4px;
}

div#socials {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: var(--bottomspace);
	right: calc(var(--sidespce) + var(--logo));
	z-index: 4;
	opacity: 0;
}

.social_icon {
	font-size: 14px;
	margin-top: 8px;
}

div#social_tag {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	position: absolute;
	top: -47px;
	transform: rotate(90deg);
}

.stroke1::after {
	display: block;
	content: '';
	width: 113%;
	height: 23px;
	position: absolute;
	background-size: cover;
	background-position: center;
	mix-blend-mode: darken;
	right: -11%;
	bottom: -12px;
	background-image: url(../img/stroke.png);
}

div#play_icon .material-icons {
	line-height: 0;
	margin-top: 32%;
	margin-left: -15%;
	font-size: 1.5em;
}

div#play_icon {
	line-height: 0;
}

div#video_home {
	z-index: 1;
	margin-right: 1em;
}

.stroke {
	width: 100%;
	left: -2%;
	height: 1.09375vw;
	position: absolute;
	z-index: 1;
	bottom: -0.8333333333333334vw;
}

.stroke-stretch {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0!important;
}

.stroke_mark {
  display: inline-block;
}



.stroke img {
	width: 105%!important;
	position: absolute;
	height: 193%;
	max-height: 14px;
	left: 0px;
	z-index: 4;
	mix-blend-mode: darken;
}

button {
	background: black;
	border: none;
	z-index: 2;
	color: white;
	text-transform: uppercase;
	line-height: 1;
	display: flex;
	font-family: var(--alt-font);
	font-weight: 900;
}

.stroke_full {
	width: 100%;
}

.portrait_scale {
	transform: scale(1.00)!important;
}

menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 2.5vw;
	text-align: center;
	font-family: 'Canela-Thin';
}

menu li {
	margin: 8px;
}

.footer_links {
	color: white;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 3px;
	justify-content: center;
	align-items: center;
}

.spacer {
	margin: 0px 20px;
	height: 16px;
	width: 1px;
	opacity: 0.5;
	background-color: white;
}

.menu_open {
	visibility: visible;
}

.menu_open .m-l {
	background-color: white!important;
	margin-bottom: 0px;
}

.menu_open .m-l:first-child {
	transform: rotate(-45deg);
}

.menu_open .m-l {
	transform: rotate(
45deg
);
}

div#menu-symbol.menu_open {
	margin-top: 15px;
}

.page {
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	position: fixed;
	z-index: 10000000;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffffd1;
	visibility: hidden;
}



#kontakt a {
	text-decoration: underline;
}

p.phone {
	font-size: 20px!important;
	font-weight: 500;
}

.navigator {
	width: var(--navigator);
	height: var(--navigator);
	position: fixed;
	right: var(--sidespce);
	top: var(--topspace);
	z-index: 100000000;
	cursor: pointer;
	mix-blend-mode: difference;
	display: flex;
	justify-content: center;
	display: none;
	align-items: center;
	border-radius: 50%;
}

.blur {
	filter: blur(10px);
}

div#darker {
	width: 100vw;
	height: 100vh;
	background-color: black;
	position: fixed;
	z-index: 10000;
	top: 0;
	opacity: 0.8;
	display: none;
}

.page_open {
	visibility: visible;
}

#video {
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 700;
	background-color: #ffffffeb;
	display: none;
}

iframe#vimeo-player {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: none;
	display: block;
}

div#closer {
	position: absolute;
	z-index: 20000;
	cursor: pointer;
	right: 20px;
	top: 20px;
}

#closer img {
	width: 10px;
	height: 10px;
}

.navigator img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}



div#wrapper {
	padding-left: 0;
	margin-top: 0px;
	width: 100vw;
}

#vita_img img {
	opacity: 1;
	width: 100%;
	height: auto;
	top: -20px;
	position: absolute;
	left: 0px;
}

div#vita_img {
	height: 0px;
	width: 100%;
	padding: 60% 0px;
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
	margin-top: 40px;
}

@media (min-aspect-ratio: 419/305) {
	#home {
		height: calc(100vh - 0px);
	}
}

#contents-2 h1 {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}

div#vita-header {
	left: 0;
}

.video-container {
	display: block;
	padding: 0;
	width: 100%;
	width: 90vw;
	max-width: 700px;
	height: 53vw;
	max-height: 390px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
	height: 45vw;
	margin: 0 auto;
	display: table;
	border: 0;
}

#couch img:first-child {
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	position: absolute;
	height: auto;
}

div#couch {
	width: 100%;
	overflow: hidden;
	filter: grayscale(1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

div#pp {
	z-index: 14;
	width: 63%;
	position: absolute;
	bottom: -21px;
	right: -7px;
}

div#pp img {
	width: 100%;
	height: auto;
}

section {
	padding-top: var(--sectionpadding);
	padding-bottom: calc(var(--sectionpadding) - 0px);
}

.socials i {
	display: block;
}

div#nav_wrapper {
	height: 100vh;
	position: fixed;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--logo);
	overflow: hidden;
}

.circle {
	position: absolute;
	background-color: #f3f3f3;
	width: 300px;
	height: 300px;
	transform: scale(2.0);
	display: block;
	bottom: 26%;
	z-index: -1;
	opacity: 0;
	left: 3%;
	border-radius: 50%;
}

.video.video_trigger {
}

img.img_sizer {
	width: 100%;
	height: auto;
}

.image {
  width:100%;
  height: auto;
}

div#services {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: auto;
}

div#logo_full {
	z-index: 2;
	width: 50vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo_full img {
	height: 56px;
	min-height: 28px;
	width: auto;
	background-blend-mode: difference;
}

.alt div#h-right, .alt #h-left {
	right: unset;
}

.alt div#h-left {
	padding: max(40px, 2.6vw) 30px;
	padding-bottom: max(32px, 2.6vw);
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	flex-direction: column;
	left: 50vw;
	width: calc(100% - var(--altwidth));
}

.alt h2#slogan {
	font-size: 3.44em;
	margin-bottom: 0.6em;
}

.alt p {
	margin: 0 auto;
	display: flex;
	padding-right: unset!important;
	align-self: center;
	max-width: 70%;
}

button {
	margin: 0 auto;
}

.alt .start_wrap {
	padding: 48px 0px;
  display: flex;
  flex-direction: column;
}

.start_wrap h1 {
  order:2;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
      line-height: 1.5;
    margin: 0em 0 1.5em 0;
}
.start_wrap .highlighted {
  order:1;
  font-size: 3.44em;
}
.start_wrap p {
  order:3;
}
.start_wrap a {
  order:4;
}

.alt div#h-right {
	width: var(--altwidth);
}

#main_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
	color: black;
	margin-right: 40px;
}

#main_nav li {
	margin-left: 20px;
	font-family: var(--alt-font);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	line-height: 1;
}

.m-l:first-child {
	margin-bottom: 6px;
}

.full-port .container {
	width: 100%;
	padding: 0px;
	max-width: unset;
	padding-right: 0px;
	margin: 0;
}

.full-port .half-p2, .half-p3 {
	padding: 11vw;
	width: 50%;
	max-width: unset;
}

.full-port div#couch {
	width: 50vw!important;
	float: left;
	height: 100%;
}

.full-port .col-12.col-lg-6 {
	width: 50%;
	padding: 0px;
	margin: 0px;
	flex: 50%;
	max-width: 50%;
}

.full-port .row.justify-content-between {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.full-port #couch img:first-child {
	height: 100%;
	width: auto;
	left: -56%;
}

#vita .row.justify-content-between.align-items-center::after {
	display: block;
	content: '';
	position: absolute;
	background-color: #f1f1f1;
	width: calc(100% + 80px);
	height: calc(100% + 80px);
	z-index: -1;
	padding: 0px;
	left: -40px;
	top: -40px;
	opacity: 0;
}

.footers i {
	height: 2vw;
	width: 2vw;
	min-height: 36px;
	min-width: 36px;
	color: #ffffff;
	background: black;
	color: var(--yellow);
	display: flex;
	margin: 10px;
	justify-content: center;
	align-items: center;
	font-size: max(14px,0.7em);
	color: white;
	border-radius: 50%;
}

div#sidebar {
	width: var(--logo);
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: fixed;
	border-right: 1px solid #00000024;
	color: white;
}

#sidebar div#menu-symbol {
	opacity: 1;
	position: static;
}

div#sidebar_logo {
	border-bottom: 1px solid #80808045;
	width: var(--logo);
	height: var(--logo);
	position: absolute;
	top: 0px;
	background-color: var(--yellow);
}

div#square_logo {
	left: calc(var(--sidespce) + var(--logo));
	z-index: 10;
	top: var(--topspace);
	width: 4.166666666666666vw;
	height: 4.166666666666666vw;
	position: absolute;
	background-size: cover;
	opacity: 1;
	opacity: 0;
	background-color: var(--maincolor);
	background-color: var(--couch);
	background-image: url(../img/Logo_v2.svg);
}

div#footer-bottom {
	border-top: 1px solid #0202021f;
	color: white;
	padding-bottom: 20px;
  margin-top: 5em;
  padding-top: 1em;
}




span.stroke3 {
	display: inline;
}




#portfolio .stroke2 {
	width: 120%;
}



span.stroke5 {
	display: inline;
}




#kontakt_stroke img {
	width: 100%;
	height: auto;
}

div#kontakt_stroke {
	width: 9.375vw;
	margin: 0 auto;
	margin-top: -2.03125vw;
	margin-bottom: 0.5208333333333333vw;
}

div#candles {
	width: 45%;
	height: 63%;
	position: absolute;
	z-index: 1000;
	border-radius: 0;
	bottom: -4%;
	left: -6%;
}

div#git .text-center {
	text-align: left!important;
}

div#git_header {
	border-bottom: 1px;
	border-top: 1px;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-color: #ffffff1c;
	padding: calc(var(--sectionpadding)/2);
	margin-bottom: calc(var(--sectionpadding)/2);
}

i {
	font-style: italic;
}

.button_main, .scm-modal button {
	display: flex;
	width: max-content;
	color: var(--couch);
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: background 0.4s ease;
	background: var(--yellow);
	padding: 1.1em 1em 1.1em 1em;
	letter-spacing: 0.08em;
	font-size: 1em;
	cursor: pointer;
	margin-top: 2.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.scm-modal button {
	font-size: 0.8rem;
}

.footers button {
	margin-top: 2.3958333333333335vw;
	display: none;
}

div#content {
	background: white;
	z-index: 0;
}

.more::after, .more::before {
	content: '';
	display: block;
	width: 1.2em;
	height: 2px;
	background-color: var(--couch);
	background-color: var;
	position: absolute;
}

.more::after {
	transform: rotate(90deg);
}

#candles img {
	width: 100%;
	height: auto;
	display: none;
}

.gradient2, .more, .footers i {
	color: white;
}

@media (max-width: 766px) {

	#home {
		display: flex;
		flex-direction: column;
		height: inherit!important;
		position: relative;
	}

	#h-left {
		width: 100vw!important;
		position: static;
		height: fit-content!important;
		order: 2;
		padding-top: 20px!important;
	}

	#h-right {
		width: 100vw!important;
		position: static!important;
		order: 1;
		height: 50vh!important;
		min-height: 520px;
		margin-top: 80px;
	}

	#logo_full {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw!important;
		background: white;
		padding: 20px 0;
		z-index: 10;
	}

	#logo_full img {
		height: 50px;
		min-height: unset;
	}

	#couch {
		width: inherit!important;
		transform: none!important;
		top: 0px!important;
		position: static!important;
	}

	#home p {
		max-width: 270px;
	}

	.start_wrap .highlighted {
		font-size: clamp(20px, 7.8vw, 37px)!important;
		margin-bottom: 0.7em;
	}
	
	.start_wrap {
		padding-top: 30px!important;
	}

	h1 {
		font-size: 2.5em;
	}

	.tagline {
	}
}

#contents-2 p {
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
	text-align-last: center;
}

@media {
  
	body {
	}

	h1 {
	}

	#home h1 {
	}

	.tagline {
		margin-bottom: 0.6em;
	}

	.btn_alt {
	}

	#links li {
	}
}

.angebot {
	padding-bottom: 33.3333%;
	background: #e8e8e8;
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.angebot_section h2 {
  font-family: 'Canela Web';
  font-weight: 100;
  line-height: 1.4;
  font-size: 2.1em;
}

.angebot_section h3 {
    font-size: 1em;
    line-height: 1.4;
}

div#angebote {
	display: block;
	margin-top: var(--sectionpadding);
}

section#angebot {
	padding-bottom: 0px;
	text-align: justify;
}

.angebot_inner {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 40px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	text-align: center;
}

.angebot a {
	font-family: var(--alt-font);
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	max-width: 340px;
	align-items: center;
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.1em;
	color: white;
	min-height: 26px;
}

.angebot button {
	margin: 0 auto;
	display: block;
}

div#kontaktdaten {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.mb-5 {
  margin-bottom: 5px;
}

div#map {
	width: 50vw;
	background: #8c8c8c;
}

@media (max-width: 767px) {

	.angebot {
		padding: 0px;
	}

	.angebot_inner {
		position: static;
		transform: none;
		padding: 17vw 30px;
	}

	.angebot a {
		min-height: auto;
		max-width: 300px;
	}
}

div#vita_switcher {
	width: 100%;
}

div#vita_placer_lg {
	width: 100%;
}

@media (min-width: 426px) {
 



@media (min-width: 766px) {
		div#angebote {display: flex!important;
	}
}

.angebot_ink img {
	width: 33%;
	height: auto;
	margin-bottom: 3vw;
}

.angebot_ink {
	margin-top: -10px;
}

.quote {
	background-color: var(--ricepaper);
	padding: var(--sectionpadding) 0px;
	padding-top: calc(var(--sectionpadding)*0.7);
	margin-top: calc(var(--sectionpadding)*0.4);
	z-index: -1;
	margin-bottom: 0px;
}

.angebot_close {
	width: 3.5vw;
	height: 3.5vw;
	max-width: 64px;
	min-width: 42px;
	min-height: 42px;
	flex: auto;
	cursor: pointer;
	transition: background 0.4s ease;
	max-height: 64px;
	background-color: var(--yellow);
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 100000000;
	display: flex;
	float: right;
	justify-content: center;
	align-items: center;
}

.angebot_close::before, .angebot_close::after {
	transform-origin: center;
	content: '';
	display: block;
	transition: background 0.4s ease;
	width: 42%;
	position: absolute;
	height: 2px;
	background: var(--couch);
}

.angebot_close::after {
	transform: rotate(-45deg);
}

.angebot_close::before {
	transform: rotate(45deg);
}

.angebot_section {
	width: calc(100vw - 20px)!important;
	z-index: 1000000000;
	background-color: white;
	position: fixed;
	top: 50%;
	flex: auto;
	display: none;
	left: 50%;
	height: calc(100vh - 20px);
	padding: 0px;
	padding-top: 0px;
	transform: translate(-50%, -50%);
	padding-bottom: 0px!important;
	overflow: hidden;
	overflow-y: scroll;
}

.angebot_section::after {
	content: '';
	background: black;
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: auto;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.angebot_section .tagline {
	margin-top: max(70px,5vw);
}

.close_wrap {
	position: sticky;
	flex: auto;
	top: 0;
	z-index: 1000000000;
}

@media(max-width: 767px) {
	.alt div#portrait_foto {
		background-size: cover;
		background-position: 50% 17%;
	}
}

@media(max-width: 385px) {
	.alt div#portrait_foto {
		background-size: 138%;
		background-position: 50% 18%;
	}
}



.angebot::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: black;
	opacity: 0.3;
	z-index: 0;
	top: 0;
}



@media (min-width:1250px) {
	#links ul {
		max-width: 21vw;
	}
}

@media (min-width:1606px) {
	#links ul {
		max-width: 20vw;
	}
}

.angebot .container {
	max-width: 400px;
}

.angebot_section .container {
	max-width: 100%;
}

.button_inner {
	display: block;
	line-height: 1;
	top: -1px;
}


@media(min-width:575px) {

	.angebot_section {
		width: 60vw!important;
		height: 80vh;
	}

	.angebot_section .container {
		max-width: 60%;
		min-width: 300px;
	}
}

.angebot_section .button_main {
	margin-top: max(3vw, 50px);
}


.angebot_section p {
	margin-bottom: 20px;
}

.button_main:hover {
	color: var(--yellow);
	background: var(--couch);
}

.close_angebot:hover {
	background: var(--couch);
}

.close_angebot:hover .close_angebot::before, .close_angebot:hover .close_angebot::after {
	background: var(--yellow);
}

.angebot_close:hover .angebot_close::before, .angebot_close:hover .angebot_close::after {
	background: var(--yellow);
}

.close_angebot:hover::before {
	background: var(--yellow);
}

.close_angebot:hover::after {
	background: var(--yellow);
}

video {
	width: 80%;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fotter_bl {
	cursor: pointer;
	display: inline-block;
	margin: 0px 8px;
}


}


.highlighted {
  display: initial!important;
  max-width: unset!important;
  margin-bottom: 1em!important;
}

.spacer-top {
  margin-top: 3em!important;
}

header {
  position: fixed;
  visibility: hidden;
  z-index: 4;
  width:100vw;
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.57); 
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.57);
}

header nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul li {
  width: 20%;
  text-align: center;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header nav img {
  height: 32px;
  width: auto;
}

header nav a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 80%;
}

#header-logo {
  width:310px;
}


@media screen and (min-width: 767px) and (max-width: 1300px) {
  .start_wrap .highlighted {
    font-size: 2.74em;
}
}


#links {
	    display: block;
    height: fit-content;
}

.google-badge {
	margin: 0 auto;
    margin-bottom: 2em;
    transform: scale(0.75);
	height:62px;
	min-width: 310px;
	max-width: 500px;
}

.google-badge iframe {
	width:100%;
	height:100%;
}

.ti-header {
	border-radius: 0px!important;
}

.footers .google-badge {
	margin-top: 2em;
}

a, button {
  touch-action: manipulation;
}

iframe {
	border:none!important;
}

.scm-vimeo {
	width: 100%;
height: 100%;
position: relative;
}

.scm-vimeo iframe {
	height:100%;
	width:100%;
}

@media (max-width:766px){
	.highlighted:not(#home .highlighted){
		font-size:2em!important;
	}
}