@charset "UTF-8";
/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-serif-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-serif-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

html, body {
  min-height: 100%;
}

body {
  background-color: #e6eae6;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  padding: 1em;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
}

@media (min-width: 668px) {
  body {
    font-size: 1.9rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a, .impressum-btn,
.datenschutz-btn {
  padding: .5em 0;
  font-weight: inherit;
  color: #98a09b;
  text-decoration: none;
}

a:hover, .impressum-btn:hover,
.datenschutz-btn:hover {
  color: black;
}

h1, h2, h3, h4 {
  margin: 0;
  font-size: inherit;
  font-weight: 300;
}

h3 {
  font-weight: 700;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  position: relative;
}

main {
  max-width: 1300px;
  height: 100%;
  position: relative;
  display: block;
  background-color: white;
  margin: 0 auto;
}

main > *:not(:first-child) {
  margin-top: 4rem;
}

.main-header {
  font-family: 'PT Serif', serif;
  font-size: 120%;
}

@media (min-width: 375px) {
  .main-header {
    font-size: 140%;
  }
}

@media (min-width: 375px) and (orientation: landscape) {
  .main-header {
    font-size: 220%;
  }
}

@media (min-width: 668px) {
  .main-header {
    font-size: 180%;
  }
}

.main-header span {
  color: #98a09b;
  font-style: italic;
}

.main-wrapper {
  padding: 1em;
}

@media (min-width: 668px) {
  .main-wrapper {
    padding: 3em;
  }
}

@media (min-width: 668px) and (orientation: landscape) {
  .adresse,
  .anfrage,
  .leistungen {
    max-width: 792px;
  }
}

@media (min-width: 668px) {
  .adresse,
  .anfrage {
    width: 13em;
    float: left;
    margin-bottom: 3em;
  }
  .adresse:last-of-type,
  .anfrage:last-of-type {
    margin-left: 100px;
  }
}

.leistungen ul {
  padding-left: 1em;
}

.leistungen li {
  margin: .2em 0;
}

.leistungen li:last-of-type {
  margin-bottom: 0;
}

.leistungen li:before {
  content: "–";
  position: absolute;
  left: -1em;
}

.lang-select {
  margin-top: 0;
  display: flex;
  font-weight: 700;
}

.lang-select ul {
  display: flex;
  margin-left: auto;
}

.lang-select li:not(:last-of-type):after {
  content: "|";
}

.lang-select a {
  color: black;
  padding: 0 .5em;
}

footer {
  font-size: 83%;
}

@media (min-width: 375px) {
  footer {
    clear: both;
    display: flex;
    align-items: baseline;
  }
}

footer hr {
  margin-bottom: .5em;
}

footer a:not(:last-child) {
  margin-right: .5em;
}

footer .impressum-content,
footer .datenschutz-content {
  display: none;
  text-align: center;
}

footer #impressum-toggle,
footer #datenschutz-toggle {
  display: none;
}

footer .impressum-btn,
footer .datenschutz-btn {
  margin-left: 2em;
}

footer #datenschutz-toggle:checked ~ .datenschutz-content,
footer #impressum-toggle:checked ~ .impressum-content {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(222, 227, 222, 0.9);
  overflow: auto;
}

footer #datenschutz-toggle:checked ~ .datenschutz-content section,
footer #impressum-toggle:checked ~ .impressum-content section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em;
  line-height: 1.4;
  text-align: left;
}

footer #datenschutz-toggle:checked ~ .datenschutz-content section h4, footer #datenschutz-toggle:checked ~ .datenschutz-content section h1,
footer #impressum-toggle:checked ~ .impressum-content section h4,
footer #impressum-toggle:checked ~ .impressum-content section h1 {
  padding: 0;
  margin: 2em 0 0 0;
  font-weight: 700;
}

footer #datenschutz-toggle:checked ~ .datenschutz-content section h1,
footer #impressum-toggle:checked ~ .impressum-content section h1 {
  margin: 0;
}

footer #datenschutz-toggle:checked ~ .datenschutz-content section p,
footer #impressum-toggle:checked ~ .impressum-content section p {
  margin: .5em 0 1em 0;
}

footer #datenschutz-toggle:checked ~ .datenschutz-content section .impressum-close,
footer #datenschutz-toggle:checked ~ .datenschutz-content section .datenschutz-close,
footer #impressum-toggle:checked ~ .impressum-content section .impressum-close,
footer #impressum-toggle:checked ~ .impressum-content section .datenschutz-close {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 1em;
  right: 1.5em;
  font-size: 2em;
}

.aiic-logo {
  width: 150px;
  height: auto;
  margin-top: 1em;
}

@supports (grid-area: auto) {
  @media (min-width: 668px) and (orientation: portrait) {
    .main-wrapper {
      display: grid;
      grid-template-columns: 65% 35%;
      grid-template-rows: repeat(5, auto);
      grid-column-gap: 2em;
      grid-row-gap: 2em;
    }
    main > *:not(:first-child) {
      margin-top: 0;
    }
    .main-header,
    .leistungen {
      margin-bottom: 3em;
    }
    .main-header {
      font-size: 170%;
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2;
    }
    figure {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 2;
      grid-row-end: 4;
    }
    .lang-select {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2;
      justify-self: left;
    }
    .lang-select li:first-child a {
      padding-left: 0;
    }
    .leistungen {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 4;
      grid-row-end: 5;
    }
    .adresse,
    .anfrage {
      grid-column-start: 2;
      grid-column-end: 3;
      font-size: 83%;
      margin-bottom: 0;
    }
    .adresse:last-of-type,
    .anfrage:last-of-type {
      margin-left: 0;
    }
    .anfrage {
      grid-row-start: 2;
      grid-row-end: 3;
    }
    .adresse {
      grid-row-start: 3;
      grid-row-end: 4;
    }
    footer {
      grid-column-start: 1;
      grid-column-end: 2;
    }
  }
  @media (min-width: 668px) and (orientation: landscape) {
    .main-wrapper {
      display: grid;
      grid-template-columns: 2em 50% auto auto;
      grid-template-rows: auto auto auto;
      grid-row-gap: 5em;
      padding: 6rem 2rem;
    }
  }
  @media (min-width: 668px) and (orientation: landscape) and (min-height: 1000px) {
    .main-wrapper {
      grid-row-gap: 7em;
    }
  }
  @media (min-width: 668px) and (orientation: landscape) {
    body {
      font-size: 1.7rem;
      padding: 4vw;
    }
    main > *:not(:first-child) {
      margin-top: 0;
    }
    figure {
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 2;
      grid-row-end: 4;
    }
    figure img {
      max-width: 87%;
    }
    .main-header {
      font-size: 170%;
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2;
    }
    .leistungen {
      grid-column-start: 2;
      grid-column-end: 6;
      grid-row-start: 2;
      grid-row-end: 4;
    }
    .leistungen ul {
      max-width: 400px;
    }
  }
  @media (min-width: 668px) and (orientation: landscape) and (min-width: 1230px) {
    .leistungen ul {
      max-width: 500px;
    }
  }
  @media (min-width: 668px) and (orientation: landscape) {
    .anfrage, .adresse {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 2;
    }
    .adresse {
      grid-column-start: 4;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 2;
    }
    .adresse,
    .anfrage {
      font-size: 83%;
      margin-bottom: 0;
    }
    .adresse:last-of-type,
    .anfrage:last-of-type {
      margin-left: 0;
    }
    .lang-select {
      grid-column-start: 5;
      grid-column-end: 6;
      grid-row-start: 2;
      grid-row-end: 3;
    }
    .lang-select ul {
      display: block;
    }
    .lang-select a {
      padding: 0;
    }
    .lang-select li {
      margin: 0 0 .5em 0;
      border-bottom: 1px solid black;
    }
    .lang-select li:not(:last-of-type):after {
      display: none;
    }
    footer {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 4;
      grid-row-end: 5;
    }
  }
}

/*# sourceMappingURL=styles.css.map */
