@charset "UTF-8";
/* SASS Document */
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans-v44-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v44-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-v44-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 5rem;
  gap: 5rem; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-container {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  display: grid; }

.flex-container {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  display: block; }

@media (min-width: 740px) {
  .container.halves-two {
    grid-template-columns: repeat(2, 1fr);
    display: grid; }

  .container.thirds {
    grid-template-columns: repeat(2, 1fr); } }
/* grids to 3 columns above mobile sizes */
@media (min-width: 740px) {
  .grid-container {
    max-width: 90%;
    display: grid;
    grid-gap: 5rem;
    gap: 5rem; }

  .flex-container {
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem; }

  .container {
    display: grid; }

  /* basic grids */
  .grid-container.sixth {
    grid-template-columns: repeat(6, 1fr); }

  .grid-container.fifths {
    grid-template-columns: repeat(5, 1fr); }

  .grid-container.quarters {
    grid-template-columns: 1fr 3fr; }

  .grid-container.thirds {
    grid-template-columns: repeat(2, 1fr); }

  .container.thirds {
    grid-template-columns: repeat(3, 1fr); }

  .grid-container.halves {
    grid-template-columns: repeat(2, 1fr); }

  .grid-container.full {
    grid-template-columns: 1fr; }

  .grid-container.full_offset {
    grid-template-columns: 1fr; } }
@media (min-width: 1000px) {
  .grid-container.thirds {
    grid-template-columns: repeat(3, 1fr); }

  .grid-container.full_offset {
    grid-template-columns: 1fr 8fr 3fr; }
    .grid-container.full_offset div:first-child {
      grid-column: 2; }

  .grid-container.halves {
    grid-template-columns: 1fr 4fr 5fr 2fr; }
    .grid-container.halves div:first-child {
      grid-column: 2; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  color: #665034;
  margin: 0;
  letter-spacing: 0rem; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 300; }

h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 2rem; }

h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #aeaf19; }

h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #aeaf19; }

h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem; }

h5 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0rem; }

h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0rem; }

p {
  margin-top: 0;
  margin-bottom: 2rem; }

.klein {
  font-size: 1.6rem; }

strong {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700; }

@media (min-width: 740px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 3rem; }

  h3 {
    font-size: 3rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.0rem; }

  h6 {
    font-size: 2.0rem; }

  body {
    font-size: 1.8em; }

  .klein {
    font-size: 1.8rem; } }
@media (min-width: 1000px) {
  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 3.5rem; }

  h3 {
    font-size: 3.5rem;
    margin-top: 4rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.2rem; }

  h6 {
    font-size: 2.2rem; }

  body {
    font-size: 2em; }

  .klein {
    font-size: 2rem; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem; }

  h2 {
    font-size: 4rem; }

  h3 {
    font-size: 4rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.2rem; }

  .klein {
    font-size: 2.5rem; } }
em {
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  width: 50px; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: #665034; }
  a:hover {
    color: #665034; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: regular;
  padding: 15px 30px;
  height: 22px;
  line-height: 22px;
  border-radius: 30px;
  pointer: cursor; }

.button:hover, button:hover {
  color: #aeaf19; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #665034;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ebe7e2;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #222;
  border-color: #777777;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #222;
  border-color: #777777;
  outline: 0; }

*:focus:not(:focus-visible) {
  outline: none; }

*:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 2px; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #222;
  border-color: #777777;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #aeaf19;
  border-color: #aeaf19; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #aeaf19;
  border-color: #aeaf19; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #665034;
  border-color: #665034; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #665034;
  border-color: #665034; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #665034;
  border-color: #665034; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #665034;
  border-color: #665034; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #fdfdfd;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #fdfdfd;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #aeaf19;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #aeaf19;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: outside;
  list-style-type: "- "; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 0rem 0 1.5rem 3rem; }
    ul ul li, ul ol li {
      list-style-type: circle; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem;
  margin-left: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #edeceb;
  border: 1px solid #dedcda;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #dedcda; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  height: auto;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #dedcda; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* LESS Document */
body {
  -webkit-font-smoothing: antialiased; }

html {
  scroll-behavior: smooth; }

.header {
  padding-top: 4rem; }

.logo img {
  width: 100%;
  max-width: 300px;
  height: auto; }

.navi {
  padding-top: 4rem;
  max-width: 80%;
  margin: 0 auto; }
  .navi ul {
    list-style: none; }
    .navi ul li {
      font-size: 1.6rem;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0; }
      .navi ul li ul {
        margin: 0; }
        .navi ul li ul li {
          text-transform: none;
          font-weight: normal;
          list-style: none; }

.content img {
  width: 100%;
  height: auto;
  margin: 2rem 0; }

.tag {
  width: 100px;
  display: inline-block; }

.map {
  background-color: #f2f0ea;
  margin: 2rem 0; }
  .map img {
    margin: 0; }

.halves img {
  margin: 2rem 0 1rem; }

.footer {
  background-color: #665034;
  padding: 5rem 0 3rem;
  color: #fff;
  margin-top: 4rem; }
  .footer p {
    font-size: 1.4rem; }
  .footer a {
    color: #fff; }
  .footer a:hover {
    color: #aeaf19; }

@media (min-width: 740px) {
  .logo {
    margin-bottom: 4rem;
    max-width: 90%; }
    .logo img {
      max-width: 500px; }

  .navi {
    background-color: #fff;
    position: sticky;
    top: 0;
    padding: 1rem 0;
    z-index: 2;
    max-width: 90%;
    margin-bottom: 2rem; }
    .navi ul {
      list-style: none;
      display: inline; }
      .navi ul li {
        display: inline;
        margin-right: 1rem; }
        .navi ul li ul {
          margin-left: 1rem; }
          .navi ul li ul li {
            display: inline; }
          .navi ul li ul li:last-child {
            margin-right: 0; }
        .navi ul li li:last-child {
          margin-right: 0; }
        .navi ul li a.active {
          color: #aeaf19; }

  .halves img {
    margin: 0 0 2rem 0; }

  section {
    padding-top: 4rem; }

  section#neurologie {
    padding-top: 0rem; }

  .footer div {
    align-content: flex-end; } }
@media (min-width: 1000px) {
  .navi {
    padding: 2rem 0; }

  .map {
    margin: 4rem 0; }
    .map img {
      width: 80%;
      margin: 0 !important; }

  section {
    padding-top: 8rem; }

  .content img {
    margin: 4rem 0; }

  .halves img {
    margin: 0 0 4rem 0; }

  .tag {
    width: 150px; }

  .team h2 {
    margin-top: 4rem; }

  .footer p {
    font-size: 1.6rem; } }
@media (min-width: 1200px) {
  .header {
    margin-top: 8rem; }

  .logo {
    position: absolute;
    width: 500px;
    z-index: 3; }

  .navi {
    text-align: right; }
    .navi ul li {
      font-size: 1.8rem; }

  .content {
    margin-top: 12rem; }

  .halves img {
    margin: 0 0 6rem 0; } }
