/*
Theme Name: Atelier Tschüss
Theme URI: 
Author: David Perrenoud
Author URI: 
Description: Atelier Tschuess
Version: 1.0
License: Copyright
License URI: 
Tags: 
Text Domain: 

Atelier Tschuess
*/
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto
}

input[type='search'] {
    -webkit-appearance: none
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 28px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0;
    margin-bottom: 10px
}

figcaption {
    margin-top: 5px;
    text-align: center
}

ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px
}

/* ==========================================================================
   Start of custom CSS
   ========================================================================== */
a {
    color: #000;
    text-decoration: none;
}

.container {
    max-width: 1440px;
}

.logo {
    margin: 32px 52px;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	z-index: 1;
	pointer-events: none;
}

.title {
    font-size: 95px;
    font-style: italic;
    font-weight: 200;
    text-align: center;
	pointer-events: auto;
}

.subtitle {
    margin-top: 4px;
    line-height: 53px;
    font-style: italic;
    font-weight: 200;
    text-align: center;
	pointer-events: auto;
}

.body {
    font-family: 'Avenir Next Condensed', sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 55px;
}

.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 86px;
    margin-right: 52px;
    margin-left: 152px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
	pointer-events: auto;
}

.link {
    font-size: 45px;
    font-style: italic;
    font-weight: 500;
}

.text-block {
    margin-top: -48px;
    margin-right: 132px;
    margin-bottom: 66px;
    font-size: 45px;
    font-weight: 500;
    text-align: right;
}

.link-2 {
    font-style: italic;
    font-weight: 400;
}

.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.image {
    margin-top: -130px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.image-2 {
    margin-top: -54px;
    margin-left: 195px;
	margin-bottom: 102px;
}

.angebot-image {
	max-width: 468px;
	margin-top: 97px;
	margin-left: -115px;
}

.philosophie-image-1 {
	margin-top: 69px;
	margin-left: auto;
	width: 473px;
	margin-right: -176px;
}

.philosophie-image-2 {
	width: 400px;
	margin-top: -219px;
	margin-left: -132px;
}

.philosophie-image-3 {
	width: 500px;
	margin-left: 346px;
	margin-top: -56px;
}

.ueber-mich-image-1 {
	width: 622px;
	margin-left: auto;
	margin-right: -63px;
	margin-top: 144px;
}

.menu {
    position: fixed;
    left: 50%;
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    width: 854px;
    margin-bottom: 12px;
    margin-left: -458px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	z-index: 1;
	justify-content: flex-end;
	height: 100%;
	max-height: 860px;
}

#toggle-menu {
    display: none;
}

#toggle-menu:checked ~ .menu {
    display: flex;
}

.menu ul {
    padding: 0;
    list-style: none;
}

.menu a {
    font-size: 110px;
    line-height: 116px;
    font-style: italic;
}

.checkbox-label {
    display: none;
}

.section {
    max-width: 908px;
    margin-right: auto;
    margin-bottom: 235px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.heading {
    margin-top: -20px;
    margin-bottom: 119px;
    font-size: 53px;
    font-style: italic;
    font-weight: 500;
    text-align: right;
}

.title-block {
    margin-top: 68px;
}

@media screen and (max-width: 767px) {
    .logo {
        height: 145px;
        margin-right: 0px;
        margin-left: 12px;
		margin-right: 6px;
    }

    .title {
        font-size: 47px;
        line-height: 36px;
    }

    .subtitle {
        font-size: 26px;
        line-height: 26px;
    }

    .body {
        font-size: 26px;
        line-height: 36px;
    }

    .hamburger {
        margin-top: 33px;
        margin-right: 12px;
        margin-left: 0px;
    }

    .text-block {
        margin-top: 9px;
        margin-right: 20px;
        font-size: 22px;
        line-height: 18px;
    }

    .image-4 {
        padding-right: 37px;
    }

    .image {
        margin-top: 43px;
        padding-left: 28px;
    }

    .image-2 {
        margin-top: 64px;
        margin-left: 0px;
        padding-right: 44px;
    }
	
	.philosophie-image-1 {
		width: 80%;
		margin-right: -20px;
	}
	
	.philosophie-image-2 {
		width: 100%;
		margin-top: 50px;
		margin-left: -20px;
	}
	
	.philosophie-image-3 {
		width: 100%;
		margin-left: 20px;
		margin-top: 36px;
	}
	
	.ueber-mich-image-1 {
		width: 100%;
		margin-right: -20px;
		margin-top: 86px;
	}

    .menu {
        left: auto;
        width: auto;
		height: auto;
        top: 175px;
        margin-left: 12px;
    }

    .menu a {
        font-size: 55px;
        line-height: 58px;
    }

    .angebot {
        margin-bottom: 117px;
    }

    .heading {
		margin-top: 80px;
        margin-bottom: 53px;
        font-size: 26px;
        line-height: 22px;
    }

    .hamburger-icon {
        width: 26px;
    }

    .title-block {
        margin-top: 92px;
        margin-left: -39px;
    }
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('fonts/AvenirNextCondensed-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('fonts/AvenirNextCondensed-UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('fonts/AvenirNextCondensed-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('fonts/AvenirNextCondensed-UltraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
