/**
 * Prefixing variable names with the thing they are used for
 * makes for easier recognition later.
 *
 * e.g. $color- for color variables.
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
html.no-scroll {
  overflow: hidden;
}

body {
  background: #fff;
  color: #323139;
}

.main-image {
  text-align: center;
}
.main-image img {
  display: inline-block;
}

button {
  line-height: 1;
  border: 0;
  padding: 0;
  background: transparent;
}

label,
button {
  cursor: pointer;
}

::placeholder {
  transition: opacity 0.3s;
}

input:focus {
  outline: 0;
  box-shadow: none;
}
input:focus::placeholder {
  opacity: 0;
}

nav ul {
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.button, .formbuilder [type=submit] {
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  margin-top: 1rem;
  padding: 1rem;
  outline: 0;
  transition: color 0.3s, box-shadow 0.3s;
}
.button:hover, .formbuilder [type=submit]:hover, .button:focus, .formbuilder [type=submit]:focus {
  text-decoration: none;
  transition: color 0.3s, box-shadow 0.3s;
}

.button--primary, .formbuilder [type=submit] {
  border-color: #1e1e1e;
  color: #1e1e1e;
  box-shadow: inset 0 0 0 #1e1e1e;
}
.button--primary:hover, .formbuilder [type=submit]:hover, .button--primary:focus, .formbuilder [type=submit]:focus {
  color: #1e1e1e;
}

.button--secondary {
  border-color: #fff;
  color: #fff;
  box-shadow: inset 0 0 0 #fff;
}
.button--secondary:hover, .button--secondary:focus {
  color: #fff;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: 5rem;
}

a[data-toggle=modal]:link {
  text-decoration: underline;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.container .container {
  padding-right: 0;
  padding-left: 0;
}

.container {
  max-width: 23.5rem;
}

.container-full-width {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .container {
    max-width: 40rem;
  }
}
@media screen and (min-width: 48em) {
  .container {
    max-width: 48rem;
  }
}
@media screen and (min-width: 64em) {
  .container {
    max-width: 64rem;
  }
}
@media screen and (min-width: 80em) {
  .container {
    max-width: 80rem;
  }
}
@media screen and (min-width: 90em) {
  .container {
    max-width: 90rem;
  }
}
.container-content__darkgrey {
  padding: 3rem;
  background-color: #1e1e1e;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.container-content__darkgrey p, .container-content__darkgrey ul {
  font-size: 2rem;
}

h3,
h4,
h5,
h6 {
  hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.25;
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

h4,
h5 {
  font-size: 1.625rem;
  font-weight: 700;
}

h5 {
  font-weight: 300;
}

h6 {
  font-size: 1.25rem;
  font-weight: 700;
}

p,
ol,
ul {
  font-size: 0.875rem;
  margin: 0;
}
p + p,
p + ol,
p + ul,
ol + p,
ol + ol,
ol + ul,
ul + p,
ul + ol,
ul + ul {
  margin-top: 1.5rem;
}

ul,
ol {
  padding-left: 1.25rem;
}

.button, .formbuilder [type=submit] {
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.button:hover, .formbuilder [type=submit]:hover, .button:focus-visible, .formbuilder [type=submit]:focus-visible {
  border-color: #073070;
  background: #073070;
  color: #fff;
}
.button[disabled], .formbuilder [disabled][type=submit] {
  background: #d8d8da;
}
.button[disabled]:hover, .formbuilder [disabled][type=submit]:hover {
  background: #d8d8da;
}

.button--primary-light:hover, .button--primary-light:focus-visible {
  border-color: #073070;
}

main a:not(.button) {
  text-decoration: none;
  color: #323139;
}
main a:not(.button):hover, main a:not(.button):focus {
  border-color: #073070;
  color: #323139;
}

@media screen and (min-width: 62em) {
  p,
ol,
ul {
    font-size: 1rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5,
h6 {
    font-size: 1.625rem;
  }
}
.grid {
  display: grid;
  grid-gap: 1.875rem;
}

.grid-gap-m {
  grid-gap: 3.5rem !important;
}

.grid-gap-xl {
  grid-gap: 6.5rem !important;
}

@media screen and (min-width: 48em) {
  .grid--two-columns-even {
    grid-template-columns: 1fr 1fr;
  }

  .grid--two-to-one {
    grid-template-columns: 2fr 1fr;
  }

  .grid--one-to-two {
    grid-template-columns: 1fr 2fr;
  }

  .grid--four-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 62em) {
  .grid--three-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid--four-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid-valign-middle {
  align-items: center;
}

.teaser-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

@media screen and (min-width: 24em) {
  .teaser-list {
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  }
}
.teaser {
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  height: 100%;
}

.teaser--linked {
  text-decoration: none;
  color: #1e1e1e;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.1);
  transition: color 0.3s, transform 0.3s;
}
.teaser--linked .teaser__title,
.teaser--linked .teaser__text {
  color: #1e1e1e;
}
.teaser--linked:hover, .teaser--linked:focus-visible, .teaser--linked:active {
  color: #323139;
  transform: scale(1.05);
}
.teaser--linked:hover .teaser__title,
.teaser--linked:hover .teaser__text, .teaser--linked:focus-visible .teaser__title,
.teaser--linked:focus-visible .teaser__text, .teaser--linked:active .teaser__title,
.teaser--linked:active .teaser__text {
  color: #323139;
}

.teaser__figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser__figure picture {
  flex-shrink: 0;
  height: 45%;
}

.teaser__image {
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}

.teaser__caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  background: #fff;
}
.teaser__caption .link {
  margin: auto auto 0 0;
  color: currentColor;
  border: 1px solid #454543;
  padding: 0.5rem;
}
.teaser__caption .link .icon {
  top: 0;
}

.teaser__title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.teaser__title + .teaser__date {
  margin-top: -1rem;
}

.teaser__text {
  margin-bottom: 1.5rem;
}

.darklineteaser-element {
  margin-top: 8rem;
  margin-bottom: 8rem;
  background-color: #1e1e1e;
  border-radius: 10px;
}
@media screen and (max-width: 48em) {
  .darklineteaser-element {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.darklineteaser__content {
  background: #1e1e1e;
  padding: 3rem;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 48em) {
  .darklineteaser__content {
    padding: 1rem;
  }
}
.darklineteaser__content img {
  border-radius: 10px;
}

.line-teaser-element {
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.line-teaser-element img {
  border-radius: 10px;
}

.line-teaser-element__headline {
  font-size: 2.5rem;
  margin-bottom: 0;
  margin-top: 15px;
  color: #fff;
  text-decoration: underline;
}

.line-teaser-element__border {
  border: 3px solid #ccc;
  border-radius: 10px;
  height: calc(100% - 45px);
  overflow: hidden;
  padding: 2rem;
}

.line-teaser-element__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.line-teaser-element__spacer {
  padding: 15px;
  height: 100%;
}

.line-teaser-element__content p {
  padding: 15px;
  padding-bottom: 0;
  color: #fff;
}

.gradient-petrol {
  background: linear-gradient(135deg, #306974 0%, #2b6f7c 45%, #c1c1c1 100%);
}
.gradient-petrol .line-teaser-element__link:hover {
  border: 2px solid #c1c1c1 !important;
  color: #c1c1c1 !important;
}

.knowledge_info {
  margin-top: 8rem;
  margin-bottom: 8rem;
  background: url("https://www.friseurinnung-emmendingen.de/static/img/bg1.jpg") no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 8rem;
}
@media screen and (max-width: 48em) {
  .knowledge_info {
    padding: 5rem 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.knowledge_info__content {
  background: #1e1e1e;
  padding: 3rem;
  color: #fff;
  border-radius: 10px;
}
.knowledge_info__content .fa-6 {
  font-size: 20em;
  transform: rotate(30deg);
}
@media screen and (max-width: 60em) {
  .knowledge_info__content .fa-6 {
    font-size: 16em;
  }
}

.widget__tel-contact, .widget__download-content {
  background-color: #d2e3f7;
  padding: 1.5rem;
}

.widget__tel-contact-content svg {
  font-size: 3rem;
  margin-right: 1.5rem;
}

.widget__tel-contact-phone {
  font-weight: 700;
  font-size: 2rem;
}

.widget__download-content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.widget__download-content img {
  margin: auto;
}

.collapsible {
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  margin-top: 1rem;
  border-collapse: collapse;
}
.collapsible + .collapsible {
  margin-top: 0;
}
.collapsible:last-of-type {
  border-bottom: 1px solid #e0e0e0;
  border-collapse: collapse;
}
.collapsible h2 {
  margin: 0;
}

.js .collapsible__title--no-js,
.js .collapsible__content--no-js {
  display: none;
}

.no-js .collapsible__title--js,
.no-js .collapsible__content--js {
  display: none;
}

.collapsible__title {
  line-height: 1;
  margin-bottom: 0;
  background-color: #f7f7f7;
}

.collapsible__toggle {
  font-size: 1rem;
  text-align: left;
  padding: 0.5rem;
  width: 100%;
  color: #000;
}
.collapsible__toggle span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapsible__toggle .icon {
  top: 0;
  margin-left: 1rem;
}
.collapsible__toggle .icon--minus {
  display: none;
}
.collapsible__toggle:hover, .collapsible__toggle:focus {
  color: #323139;
}
.collapsible__toggle:focus {
  outline: 0;
}
.collapsible__toggle[aria-expanded=true] .icon--plus {
  display: none;
}
.collapsible__toggle[aria-expanded=true] .icon--minus {
  display: inline;
}

.collapsible__content--js {
  visibility: hidden;
  height: 0;
  padding: 0 0.5rem;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s;
}
.collapsible__content--js[aria-hidden=false] {
  visibility: visible;
  height: auto;
  padding: 0.5rem;
  transform: scaleY(1);
}
.collapsible__content--js a {
  text-decoration: underline !important;
}

@media screen and (min-width: 40em) {
  .collapsible {
    margin-top: 0;
  }

  .collapsible__toggle {
    padding: 0.8rem;
  }
  .collapsible__toggle span {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .collapsible__toggle .icon {
    width: 1em;
  }

  .collapsible__content--js {
    padding: 0 1rem;
  }
  .collapsible__content--js[aria-hidden=false] {
    padding: 1rem;
  }
}
@media screen and (min-width: 80em) {
  .collapsible {
    margin-top: 0;
  }

  .collapsible__toggle {
    font-size: 1.25rem;
  }
}
.footer {
  color: #fff;
  background-color: #1e1e1e;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 48em) {
  .footer .hide_mobile {
    display: none;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4 {
  color: #fff;
  font-size: 2rem;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:link, .footer a:active, .footer a:visited {
  color: #fff;
}
.footer .container {
  position: relative;
}
@media screen and (min-width: 48em) {
  .footer .container {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 62em) {
  .footer .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 75em) {
  .footer .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 90em) {
  .footer .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 48em) {
  .footer {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 48em) {
  .footer__navigation {
    margin-top: 2rem;
  }
}

.footer__sponsor {
  text-align: right;
}
.footer__sponsor img {
  max-width: 200px;
}
@media screen and (max-width: 75em) {
  .footer__sponsor {
    max-width: 160px;
    text-align: left;
  }
}
@media screen and (max-width: 48em) {
  .footer__sponsor {
    margin-top: 2rem;
  }
}

[type=text],
[type=tel],
[type=email],
[type=password],
[type=search],
[type=number],
textarea {
  font-family: inherit;
  font-size: 1.25rem;
  border: 1px solid #454543;
  height: 2.75rem;
  padding: 0.5rem;
  background: #fff;
  color: #1e1e1e;
  width: 100%;
}
[type=text]:hover,
[type=tel]:hover,
[type=email]:hover,
[type=password]:hover,
[type=search]:hover,
[type=number]:hover,
textarea:hover {
  border-color: #1e1e1e;
}
[type=text]:focus, [type=text]:active,
[type=tel]:focus,
[type=tel]:active,
[type=email]:focus,
[type=email]:active,
[type=password]:focus,
[type=password]:active,
[type=search]:focus,
[type=search]:active,
[type=number]:focus,
[type=number]:active,
textarea:focus,
textarea:active {
  border-color: #454543;
}

[type=submit], .button, .formbuilder [type=submit] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.125rem solid #073070;
  height: 2.75rem;
  padding: 0 0.5rem;
  color: #fff;
  background: #073070;
}

textarea {
  height: auto;
  min-height: 25vh;
  resize: vertical;
}

.formbuilder-row:not(:first-child) {
  margin-top: 1.5rem;
}

.qq-upload-button {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  padding: 1rem 2rem;
  width: 200px;
}

@media screen and (min-width: 80em) {
  .qq-uploader {
    overflow-y: inherit;
  }
}

.input-group {
  display: grid;
  grid-gap: 1rem;
}
.input-group + .input-group,
.input-group ~ [type=submit] {
  margin-top: 2.5rem;
}

@media screen and (min-width: 40em) {
  .input-group--two-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 60em) {
  .input-group--three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
.input-wrapper {
  position: relative;
}
.input-wrapper ul {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.input-wrapper ul li {
  color: #073070;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/**
 * Non-critical header parts.
 *
 * This can be things only visible when a user interacts with it (e.g.: hover, focus, click).
 * Those things don't need to be loaded initially.
 */
.skiplink:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 90;
  height: auto;
  padding: 0.625rem;
  width: auto;
  clip: unset;
  overflow: visible;
  white-space: normal;
  background: #8d4287;
  color: #073070;
  outline: 1px solid #073070;
  outline-offset: -3px;
}

.header-image__wrapper {
  max-height: 45rem;
  overflow: hidden;
}
.header-image__wrapper img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.image {
  margin: 0 auto;
}

@media screen and (min-width: 62em) {
  .image--half-width {
    max-width: 40rem;
  }
}
@media screen and (min-width: 90em) {
  .image--half-width {
    max-width: 50%;
  }
}
@media screen and (min-width: 120em) {
  .image--half-width {
    max-width: 80rem;
  }
}
.grid .image--half-width {
  max-width: 100%;
}

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