@import url("tailwind.out.css");
* {
  transition: all 0.4s;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  color: #0a4479;
  font-size: x-large;
  box-sizing: border-box;
  font-family: "Philosopher", Helvetica, Arial, google;
  background-color: hsl(312, 19%, 90%);
}

.spaced {
  padding: 2.5em 0 0;
}
.spaced > * {
  max-width: 1200px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

header {
  display: block;
  justify-content: space-between;
  position: fixed;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  border-top: rgba(255, 255, 255, 0) solid 0.5rem;
  border-bottom: rgba(255, 255, 255, 0) solid 1rem;
}
header h1,
header h2 {
  font-family: Georgia, Garamond, serif;
  color: rgb(0, 150, 219);
  font-size: x-large;
}
header h2 {
  font-size: xx-large;
  color: #0a4479;
}
header nav {
  display: flex;
  justify-content: flex-end;
  font-size: x-large;
  margin: -1em 0 0 0;
}
header nav ul {
  gap: 0.5em;
}
header nav ul li {
  padding: 10px;
  display: inline-block;
}
header .spacer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 0 2px 500px;
  border-color: transparent transparent transparent #0a4479;
  margin: 0 0 0.5em;
}
header #icon {
  width: 15em;
}

header,
footer {
  width: 100%;
  padding: 0px 30px;
}

footer {
  padding: 3em 5em 0.5em;
  background: #314150;
}
footer .primaryFooter {
  margin: 1em 0 2em 0;
}
footer .primaryFooter .spacer {
  margin: 1em 0;
  background: #00a4d0;
  width: 70px;
  height: 0.25em;
}
footer .primaryFooter .linkbutton {
  background: #32373c;
  color: whitesmoke;
  border: 1px solid #32373c;
  margin: 1.5em 0 0em 0.5em;
  padding: 10px 20px;
  border-radius: 15px;
}

.secondaryFooter {
  padding: 1.5em 5em;
  background: #293744;
  font-size: medium;
}

footer,
.secondaryFooter {
  color: whitesmoke;
  font-size: large;
}

ol,
ul {
  list-style: circle;
}

h1,
h2 {
  font-size: x-large;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
}

p {
  text-align: center;
}

img {
  display: unset;
}

div.pageHeader {
  text-align: center;
}
div.pageHeader .primaryHeading {
  font-size: 3rem;
}
div.pageHeader .secondaryHeading {
  font-size: 3rem;
  padding: 1rem 0 0 0;
  color: rgb(0, 150, 219);
}
div.pageHeader .klein {
  font-size: 2rem;
}

.fullSpacer {
  margin: 2em 0 3em;
  background: rgb(0, 150, 219);
  height: 2px;
  width: 100%;
}

.sm-spacedAfter {
  margin: 0 0 1em;
}

.lg-spacedAfter {
  margin: 0 0 3em;
}

.smaller-text {
  font-size: x-large;
}

a:visited, a:link {
  color: #0a4479;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.visible:visited, a.visible:link {
  color: navy;
  text-decoration: underline;
}

a.invisibleAnchor {
  text-decoration: none;
}
a.invisibleAnchor:hover {
  text-decoration: none;
  color: inherit;
}
a.invisibleAnchor:visited {
  text-decoration: none;
  color: inherit;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  font-size: x-large;
  gap: 1em;
}
.grid-wrapper .links {
  transition: box-shadow 0.5s ease-in 0.1s;
  padding: 1.5em 1em 3em;
  background: #f8eaea;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.grid-wrapper .links:hover {
  box-shadow: 4.4px 8.8px 8.8px rgba(0, 0, 0, 0.36);
}
.grid-wrapper .links h2 {
  font-size: 1.5rem;
  color: rgb(0, 150, 219);
  text-align: center;
  min-height: 3em;
}
.grid-wrapper .links .image-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.grid-wrapper .links .image-wrapper img {
  min-height: 10.5em;
  height: 60%;
  display: unset;
}
.grid-wrapper .links .image-wrapper .fullSpacer {
  margin: 0.4rem 0 1rem;
}

img {
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;
  height: 20%;
  display: block;
}

#firstblock {
  background-color: rgb(250, 240, 240);
  margin: 0 0 5px;
}

.portrait-wrapper {
  display: flex;
  flex-direction: column;
  font-size: x-large;
  margin: 0 auto auto 2em;
}
.portrait-wrapper img {
  margin: 0 1.5em 1em 0;
  width: 30%;
}
.portrait-wrapper ul {
  padding: 0 0 0 2em;
}
.portrait-wrapper ul li {
  margin: 0.25em 0;
}
.portrait-wrapper a {
  color: #1786ec;
}
.portrait-wrapper p {
  text-align: left;
}
.portrait-wrapper blockquote {
  margin: 0 auto 2em auto;
  text-align: center;
  max-width: 23em;
}
.portrait-wrapper blockquote i {
  font-size: larger;
}
.portrait-wrapper iframe.small {
  display: none;
}
.portrait-wrapper .leistungen li {
  display: flex;
  justify-content: space-between;
}

#portrait {
  float: left;
}

#sectionPic-wrapper {
  display: flex;
  justify-content: center;
}
#sectionPic-wrapper img {
  border-radius: 16px;
  width: 50%;
  margin: 0 0 1em 0;
}

#index p {
  text-align: center;
}

#indexHeader {
  font-size: 2.5rem;
}

@media screen and (min-width: 1000px) {
  .portrait-wrapper {
    display: inline-block;
  }
  .grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-wrapper .links .image-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: large;
  }
  h1,
  h2 {
    font-size: large;
  }
  p,
  li,
  ol,
  blockquote {
    max-width: 30em;
  }
  .banner {
    margin-top: 12.3em;
    height: 40%;
  }
  header {
    margin-top: -12.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  header nav {
    margin: 0 0 0.5em;
    font-size: large;
  }
  header .spacer {
    display: none;
  }
  footer {
    padding: 3em 4em 0.5em;
  }
  .secondaryFooter {
    padding: 1.5em 4em;
  }
  .portrait-wrapper {
    display: flex;
    margin: 0;
    text-align: center;
    align-items: center;
  }
  .portrait-wrapper ul {
    text-align: left;
  }
  .portrait-wrapper img {
    width: 80%;
    margin: 0 0 2em;
  }
  .portrait-wrapper p {
    text-align: center;
  }
  .portrait-wrapper .leistungen {
    padding: 0;
  }
  .portrait-wrapper .leistungen li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 1em;
  }
  .portrait-wrapper #map-wrapper iframe {
    width: 75vw;
  }
  .portrait-wrapper #map-wrapper iframe.big {
    display: none;
  }
  .portrait-wrapper #map-wrapper iframe.small {
    display: unset;
  }
  .grid-wrapper .links .image-wrapper img {
    min-height: 0;
    height: 60%;
    display: unset;
  }
  .grid-wrapper .links h2 {
    min-height: 0;
  }
  #sectionPic-wrapper img {
    border-radius: 16px;
    width: 90%;
    margin: 0 0 1em 0;
  }
}
.force-text-center {
  text-align: center !important;
}/*# sourceMappingURL=styles.css.map */