:root {
    --kiwi-gold: #D1C05A;
    --un-grey: #c4c4c4;
    --suisse-book: "Suisse Intl Book", Helvetica, Arial, sans-serif;
    --suisse-reg: "Suisse Intl Regular", Helvetica, Arial, sans-serif;
    --suisse-med: "Suisse Intl Medium", Helvetica, Arial, sans-serif;

    --text-size: 26px;
    --larger-text-size: 1.3em;
    --text-line-height: 1.2em;

    --block-distance: 3em;
}

*::selection {
    color: var(--kiwi-gold);
}

* a::selection {
    color: black;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Suisse Intl Book";
    src: url("../font/SuisseIntl-Book.woff2") format("woff2");
    font-style: normal;
}

@font-face {
    font-family: "Suisse Intl Regular";
    src: url("../font/SuisseIntl-Regular.woff2") format("woff2");
    font-style: normal;
}

@font-face {
    font-family: "Suisse Intl Medium";
    src: url("../font/SuisseIntl-Medium.woff2") format("woff2");
    font-style: normal;
}

.hamburger {
    display: none;
}

.un-wort-mobile {
    display: none;
}

body {
    background-color: white;
    margin: 2em 2em 0 2em;
    font-family: "Suisse Intl Regular", Helvetica, Arial, sans-serif;
    font-size: var(--text-size);
    -webkit-font-smoothing: antialiased;
}

section.intro>p {
    font-size: var(--larger-text-size);
    margin-top: var(--block-distance);
    margin-left: -1.5em;
    margin-bottom: 1.5em;
    line-height: 1.2em;
}

mark {
    color: var(--kiwi-gold);
    background: none;
    font-family: var(--suisse-med);
}

h1 {
    font-size: var(--larger-text-size);
    font-family: var(--suisse-med);
    margin-top: var(--block-distance);

    font-weight: 500;
    margin-left: -1.5em;

    line-height: var(--text-line-height);
}

h1[id^="laufbahnberatung"] {
    scroll-margin-top: 8em;
}

h1[id^="positionierungsberatung"] {
    scroll-margin-top: 8.45em;
}

h1[id^="bewerbungscoaching"] {
    scroll-margin-top: 9.65em;
}

h1[id^="sinnerfllt-arbeiten-und-leben"] {
    scroll-margin-top: 10.85em;
}

h1[id^="gelingendes-lterwerden"] {
    scroll-margin-top: 12.05em;
}

h2 {
    font-size: var(--text-size);
    font-family: var(--suisse-med);
    line-height: var(--text-line-height);
    font-weight: 400;
}

.imprint-block {
    margin-top: var(--text-line-height);
}

#logo {
    position: fixed;
    width: 10em;
    z-index: 2500;

}

.header {
    position: absolute;
    top: 0;


    width: 88%;
    transition: transform 0.4s ease;
    z-index: 2000;

    background-color: white;
    background: white;
    margin-bottom: 2em;
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 10em;
    opacity: 1;

    transform: translate(-10em, 0);
}

.header.hide {
    /* opacity: 0; */
    transform: translate(-10em, -5em);
}

.header.fixed {
    padding-top: 2em;
    position: fixed;
    left: 1fr;
}

.footer {
    margin-top: 5em;
    margin-bottom: 1em;
}

.address-block>a>p {
    margin: 0;
}

nav {
    display: flex;
    align-items: flex-start !important;
    /* justify-content: space-between; */
    text-transform: lowercase;
}

nav>span {
    align-self: flex-start;
    white-space: nowrap;
    margin-right: 8vw;
}

nav a {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

nav a.active {
    color: black;
    font-family: var(--suisse-med);
}

.page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 1em);
}

.content {
    margin-top: 3.5em;
    flex: 1;
    width: 88%;
}

.whole-page {
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
}

.text-block-angebot {
    width: 90%;
}

a {
    color: var(--kiwi-gold);
    text-decoration: none;
    font-family: var(--suisse-med);
    transition: color 0.1s ease;
}

a:hover {
    color: black;
    text-decoration: none;
    font-family: var(--suisse-med);
}


p {
    font-size: var(--text-size);
    line-height: var(--text-line-height);

    margin-bottom: var(--text-line-height);
}

li>p {
    margin-bottom: 0;
}

.address-block>p {
    margin: 0;
}

.kontakt-block>p {
    margin: 0;
}

.kontakt-block>h1,
.address-block>h1 {
    line-height: 1em;
}

figure {
    height: fit-content;
    margin-bottom: calc(var(--text-line-height) - 10px);
}

.outro {
    margin-top: var(--block-distance);
    margin-left: -1.5em;
}


.spacer {
    height: 6em;
}


.base-words span.active>a {
    color: black;
    transition: color 0.2s ease, font-family 0.2s ease;
    font-family: var(--suisse-med);
}

.unworter {
    height: 50vh;
    margin-top: 7.4em;
}

.prefix {
    font-weight: 500;
    position: fixed;
    margin: 0;
    line-height: var(--text-line-height);

    transition: transform 0.2s ease;
}

.base-words {
    font-size: var(--larger-text-size);
    position: fixed;
    color: var(--kiwi-gold);
    font-weight: 100;
}

.prefix {
    font-size: var(--larger-text-size);
    font-family: var(--suisse-med);
}

.base-words>span {
    margin-left: 1.2em;
    display: block;
    line-height: var(--text-line-height);

    color: black;
}

input,
textarea,
select {
    border: none;
    border-bottom: 2.5px solid black;
    border-radius: 0px;
    background: none;
    width: 88%;
    margin-top: 0.8em;
    cursor: pointer;
    padding-left: 0em;
}

input:focus,
textarea:focus {
    outline: none;
    border-bottom: 2.5px solid black;
    color: var(--kiwi-gold);
}

input:focus,
textarea:focus {
    caret-color: black;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: var(--kiwi-gold);
}

input::placeholder,
textarea::placeholder {
    color: #c4c4c4;
    opacity: 1;
}



input[name=firstName],
input[name=lastName] {
    width: 43.5%;
    display: inline;
}

form {
    margin-top: -1em;
    color: var(--un-grey);
}

textarea {
    resize: none;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    padding-top: 0.8em;
    height: 6em;
    margin-top: 0;

    line-height: var(--text-line-height) !important;
}

textarea:focus::selection {
    color: black;
}


select {
    appearance: none;

    margin-top: 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #c4c4c4;
}

/* wrapper to host the custom arrow */
.select-wrap {
    position: relative;
    display: inline-block;
    width: 88%;
    /* matches your inputs */
    margin-top: 0.8em;
    /* matches your inputs */
}

/* make the select fill the wrapper */
.select-wrap select {
    width: 100%;
    padding-right: 2.4em;
    /* room for the arrow */
}

/* the custom arrow */
.select-wrap::after {
    content: "";
    position: absolute;
    right: 0.2em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    /* size of the icon */
    height: 1em;
    background: url("../UV_Dropdown.svg") no-repeat center center;
    background-size: contain;
    /* makes it scale nicely */
    pointer-events: none;
}


select:valid {
    color: black;
    /* once a real option is selected */
}

img {
    max-width: 800px;
    max-height: 700px;
}


input,
button {
    display: block;
}

button {
    border: none;
    color: var(--kiwi-gold);
    font-family: var(--suisse-med) !important;
    background: none;
    text-transform: lowercase;
    cursor: pointer;
    margin-top: 1em;
    transition: color 1s ease;
}

button:hover {
    color: black;
    text-decoration: none;
    font-family: var(--suisse-med);
}

.mobile-menu {
    display: none;
}

body.is-chrome select {
    padding-bottom: 0.25em !important;
}

.publikationen-list {
    list-style: none;
    padding: 0;
}

ul {
    line-height: var(--text-line-height);
}

.publikation-item {
    line-height: var(--text-line-height);
    margin: 0;
    padding: 0;
}

.publikation-item span,
.publikation-title p,
.publikation-title a {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: var(--text-line-height);
    vertical-align: baseline;
}