/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/poppins-v19-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v19-latin-300.woff2") format("woff2"), url("../Fonts/poppins-v19-latin-300.woff") format("woff"), url("../Fonts/poppins-v19-latin-300.ttf") format("truetype"), url("../Fonts/poppins-v19-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/poppins-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v19-latin-regular.woff2") format("woff2"), url("../Fonts/poppins-v19-latin-regular.woff") format("woff"), url("../Fonts/poppins-v19-latin-regular.ttf") format("truetype"), url("../Fonts/poppins-v19-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-italic - latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/poppins-v19-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v19-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v19-latin-italic.woff2") format("woff2"), url("../Fonts/poppins-v19-latin-italic.woff") format("woff"), url("../Fonts/poppins-v19-latin-italic.ttf") format("truetype"), url("../Fonts/poppins-v19-latin-italic.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins- 600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/poppins-v20-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v20-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v20-latin-600.woff2") format("woff2"), url("../Fonts/poppins-v20-latin-600.woff") format("woff"), url("../Fonts/poppins-v20-latin-600.ttf") format("truetype"), url("../Fonts/poppins-v20-latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/poppins-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v19-latin-700.woff2") format("woff2"), url("../Fonts/poppins-v19-latin-700.woff") format("woff"), url("../Fonts/poppins-v19-latin-700.ttf") format("truetype"), url("../Fonts/poppins-v19-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/poppins-v19-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v19-latin-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v19-latin-900.woff2") format("woff2"), url("../Fonts/poppins-v19-latin-900.woff") format("woff"), url("../Fonts/poppins-v19-latin-900.ttf") format("truetype"), url("../Fonts/poppins-v19-latin-900.svg#Poppins") format("svg");
  /* Legacy iOS */
}
.btn, .btn-custom {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .btn-custom {
    transition: none;
  }
}
.btn:hover, .btn-custom:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn-check:focus + .btn-custom, .btn:focus, .btn-custom:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn-custom:disabled, .btn.disabled, .disabled.btn-custom, fieldset:disabled .btn, fieldset:disabled .btn-custom {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

:root {
  --font-size-smallest: 12px;
  --font-size-smaller: 14px;
  --font-size-small: 16px;
  --font-size-normal: 18px;
  --font-size-big: 22px;
  --font-size-bigger: 24px;
  --font-size-biggest: 28px;
  --font-weight-thin: 300;
  --font-weight-normal: 400;
  --font-weight-strong: 600;
  --font-family-primary: "Poppins", sans-serif;
  --font-family-secondary: "Poppins", sans-serif;
  --font-color-primary: #000000;
  --site-link-color: #000000;
  --site-color-primary: #000000;
  --site-color-secondary: #FFFFFF;
  --jim-color-gray: #707070;
  --jim-color-orange: #FF8700;
  --bs-gutter-x: 30px;
}

@media (min-width: 768px) {
  :root {
    --bs-gutter-x: 20px;
  }
}
.jim-color-gray {
  color: var(--jim-color-gray);
}

.jim-color-orange {
  color: var(--jim-color-orange);
}

body {
  /* Offset for the fixed navigation bar (same as the height of the navbar) */
  padding-top: 70px;
}

p, h1, h2, a {
  color: var(--site-color-primary);
}

p, a {
  font-size: var(--font-size-normal);
}

h1 {
  font-size: var(--font-size-biggest);
  font-weight: var(--font-weight-strong);
}

h2 {
  font-size: var(--font-size-big);
  font-weight: var(--font-weight-strong);
}

.prevent-scrolling {
  overflow: hidden;
}

@media (min-width: 992px) {
  .prevent-scrolling {
    overflow: auto;
  }
}
.site-container {
  margin: 0 auto;
}

.container {
  max-width: 1200px;
}

/* Adjustment for the quick contact page to prevent too much whitespace under the footer */
@media (min-width: 992px) {
  .main-content-section {
    min-height: 514px;
  }
}
.btn-custom {
  display: inline-block;
  padding: 15px 28px;
  border: 2px solid #707070;
  text-decoration: none;
  color: #000;
}

.btn-custom:hover {
  background-color: #ff8700;
  border-color: #ff8700;
}

/* Dividers */
.container.frame-type-div {
  max-width: 960px;
  margin: 80px auto;
}

.container.frame-full-width {
  max-width: unset;
}

/* Frame classes */
.frame-with-frame img {
  border: 1px solid black;
  padding: 0.5em;
}

/* Frame-class: "Bilder mit Hovereffekt" */
/* Hover effect for images (grayscale to colored) */
.frame-type-image.frame-layout-1 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.frame-type-image.frame-layout-1 img:hover {
  filter: none;
  transition: all 0.6s;
  transition-timing-function: ease-in-out;
  -webkit-filter: grayscale(0);
}

@media (min-width: 1200px) {
  .frame-space-before-extra-large,
.frame-space-after-extra-large {
    margin-bottom: 6em;
  }
}
/* Plugin frames  */
/* Schnellkontaktformular */
.frame-type-list.frame-layout-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Media Queries */
@media all and (min-width: 460px) {
  .frame-type-list.frame-layout-1 {
    width: 80%;
  }
}
@media all and (min-width: 1440px) {
  .frame-type-list.frame-layout-1 {
    width: 60%;
  }
}
@media all and (min-width: 1920px) {
  .frame-type-list.frame-layout-1 {
    width: 50%;
  }
}
body {
  font-family: var(--font-family-primary);
}

h1 {
  max-width: 328px;
  line-height: 1.5;
  font-size: var(--font-size-biggest);
  font-weight: 600;
  margin-bottom: 15px;
}

h2, h3 {
  font-weight: var(--font-weight-strong);
  margin-bottom: 15px;
}

@media screen and (min-width: 500px) {
  h1 {
    max-width: 100%;
  }
}
.image-embed-item {
  max-width: 100%;
  height: auto;
}

img {
  /* Fix blurry images in chrome */
  image-rendering: -webkit-optimize-contrast;
}

.error-page .main-content-section .frame-type-text {
  padding-top: 40px;
  padding-bottom: 60px;
}
.error-page .main-content-section .frame-type-text .btn-custom {
  display: flex;
  width: 200px;
  padding: 15px 10px;
  margin: 0 auto;
  justify-content: center;
}

@media (min-width: 768px) {
  .error-page .main-content-section .frame-type-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .error-page .main-content-section .frame-type-text .btn-custom {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .error-page {
    position: relative;
    z-index: 1;
    background: white;
    background: -webkit-linear-gradient(left, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    background: -o-linear-gradient(left, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    background: linear-gradient(to right, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
  }
  .error-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
    /* IE6-9 */
  }
  .error-page .main-content-section .frame-type-text {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 200px;
  }
  .error-page .main-content-section .frame-type-text .btn-custom {
    margin: 0 auto;
  }
  .error-page .footer-area {
    background: none;
  }
  .error-page .footer-area:before {
    display: none;
  }
}
/* Not necessary (double instructions) */
/*
  Fixed top-area containing the navbar
*/
.header-container {
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 10;
  width: 100%;
}

.navbar-light .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../Images/BurgermenuCollapsed.svg");
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("../Images/Burgermenu.svg");
}

.navbar-light .navbar-nav .dropdown-toggle::after {
  border: unset;
  background-image: url("../Images/arrow.svg");
  height: 10px;
  width: 6px;
  background-size: cover;
  transform: rotate(90deg);
  position: relative;
  top: 4px;
}

/* Media Queries */
@media screen and (max-width: 991px) {
  .navbar-nav {
    height: 100vh;
    overflow-y: hidden;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .navbar-toggler {
    margin-right: 0px;
    padding-left: unset;
    padding-right: unset;
  }

  .header-container .container {
    padding: unset;
    margin: unset;
    max-width: unset;
  }
  .header-container .container .container-fluid {
    padding: unset;
  }

  .navbar-light .navbar-toggler {
    border: unset;
    box-shadow: unset;
  }
  .navbar-light .navbar-nav .nav-item {
    border-bottom: 1px solid black;
    position: relative;
    padding: unset 20px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    color: black;
    position: relative;
    width: 100%;
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 15px;
    margin-top: 39px;
    padding-top: unset;
  }
  .navbar-light .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
  }
  .navbar-light .navbar-nav .dropdown-toggle::after {
    font-size: 22px;
    position: absolute;
    right: 7px;
    top: 2px;
    font-weight: normal;
    content: " ";
    border: unset;
    background-image: url("../Images/arrow.svg");
    width: 17px;
    height: 30px;
    transform: unset;
  }
  .navbar-light .navbar-nav .dropdown-menu {
    border: unset;
  }
  .navbar-light .navbar-nav .dropdown-item {
    position: relative;
    font-size: 20px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .header-content-container {
    padding: 48px 0;
    margin-bottom: 115px;
    position: relative;
    z-index: 1;
    background: white;
    background: -webkit-linear-gradient(left, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    background: -o-linear-gradient(left, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    background: linear-gradient(to right, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    max-width: 100%;
  }
  .header-content-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
    /* IE6-9 */
  }
  .header-content-container .frame-type-textpic {
    margin-bottom: 0;
  }

  .navbar-item-container {
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .header-content-container .ce-gallery figure {
    display: flex;
    justify-content: center;
  }

  .ce-right .ce-gallery, .ce-left .ce-gallery {
    float: none;
  }
}
@media (min-width: 992px) {
  .header-container {
    /* Adds opacity and a blur effect */
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
  }
}
/*
  navbar contains the logo and main navigation
*/
.navbar {
  display: flex;
  /* Logo */
}
.navbar .navbar-brand img {
  width: 180px;
}
.navbar .navbar-nav {
  /* Rotate Dropdown arrows when dropdown is shown */
}
.navbar .navbar-nav .nav-link {
  color: black;
  /* Transition for dropdown arrows */
}
.navbar .navbar-nav .nav-link:after {
  transition: transform ease-in-out 100ms;
}
.navbar .navbar-nav .nav-link.show::after {
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .navbar .navbar-nav {
    justify-content: flex-start;
  }
  .navbar .navbar-nav .nav-item {
    flex-grow: 1;
    max-width: 20%;
  }

  #link-home {
    margin-right: 100px;
  }
}
.jimverse-menu-animation-container {
  height: 100%;
  transition: all 1s;
}
.jimverse-menu-animation-container .jimverse-image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33%;
  height: auto;
  transition: all 1s;
  max-width: 700px;
}
.jimverse-menu-animation-container .jimverse-image-container.jimverse-position-active {
  transform: translate(-25%, -45%);
  z-index: 2;
}
.jimverse-menu-animation-container .jimverse-image-container.jimverse-position-1 {
  transform: translate(60%, -75%) scale(0.6);
}
.jimverse-menu-animation-container .jimverse-image-container.jimverse-position-2 {
  transform: translate(-80%, -75%) scale(0.6);
}
.jimverse-menu-animation-container .jimverse-image-container.jimverse-position-3 {
  transform: translate(-130%, -45%) scale(0.6);
  z-index: 2;
}
.jimverse-menu-animation-container .jimverse-image-container .menu-image {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.jimverse-nav-container {
  position: absolute;
  color: white;
  z-index: 4;
  left: 10px;
  top: 50%;
}
.jimverse-nav-container .jimverse-nav {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.jimverse-nav-container .jimverse-nav .jimverse-nav-icon {
  display: block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  height: 20px;
  width: 20px;
  background-color: black;
  border: 1px solid white;
  margin-right: 5px;
}
.jimverse-nav-container .jimverse-nav.jimverse-active {
  cursor: default;
}
.jimverse-nav-container .jimverse-nav.jimverse-active .jimverse-nav-icon {
  background: white;
}
.jimverse-nav-container .jimverse-nav .jimverse-nav-number {
  margin-right: 5px;
}

.jimverse-animated .jimverse-nav-container .jimverse-nav {
  cursor: default;
}

.jimverse-menu-text-container {
  position: absolute;
  right: 0;
  color: white;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0px;
}
.jimverse-menu-text-container .jimverse-menu-text {
  color: #fff;
  position: absolute;
  width: 100%;
  background-color: black;
  padding: 1.5rem;
  bottom: 0;
  height: fit-content;
  z-index: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.jimverse-menu-text-container .jimverse-menu-text.jimverse-menu-inactive {
  display: none;
}
.jimverse-menu-text-container .jimverse-menu-text .jimverse-text-button {
  color: #fff;
  background: none;
  border: 2px solid #fff;
  font-size: 1.3rem;
  padding: 20px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  font-family: sans-serif;
  width: 230px;
  text-align: center;
  margin-top: 20px;
}
.jimverse-menu-text-container .jimverse-menu-text .jimverse-description {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: sans-serif;
}
.jimverse-menu-text-container .jimverse-menu-text .jimverse-title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: white;
}

.jimverse-menu-container {
  background-image: url("../Images/jimverse-hintergrund.jpg");
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .jimverse-nav-container {
    position: relative;
    bottom: 0;
    top: unset;
    left: unset;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    max-width: 450px;
  }
  .jimverse-nav-container .jimverse-nav .jimverse-nav-icon {
    width: 30px;
    height: 30px;
  }
  .jimverse-nav-container .jimverse-nav-number {
    display: none;
  }
  .jimverse-nav-container .jimverse-nav-title {
    display: none;
  }

  .jimverse-menu-text-container {
    position: relative;
    top: unset;
    bottom: 0;
  }
  .jimverse-menu-text-container .jimverse-menu-text {
    position: relative;
  }

  .jimverse-menu-animation-container {
    height: 60vw;
    position: relative;
  }
  .jimverse-menu-animation-container .jimverse-image-container.jimverse-position-active {
    transform: translate(-25%, -45%);
  }
  .jimverse-menu-animation-container .jimverse-image-container.jimverse-position-1 {
    transform: translate(60%, -75%) scale(0.6);
  }
  .jimverse-menu-animation-container .jimverse-image-container.jimverse-position-2 {
    transform: translate(-100%, -75%) scale(0.6);
  }
  .jimverse-menu-animation-container .jimverse-image-container.jimverse-position-3 {
    transform: translate(-150%, -45%) scale(0.6);
  }

  .jimverse-menu-container {
    height: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .jimverse-nav {
    padding-left: 40px;
  }

  .jimverse-menu-text-container .jimverse-menu-text {
    width: 36%;
    padding: 0.5rem;
    top: 0;
    right: 0;
    bottom: unset;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
  }
  .jimverse-menu-text-container .jimverse-menu-text .jimverse-description {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1026px) {
  .jimverse-nav {
    padding-left: 45px;
  }

  .jimverse-menu-text-container .jimverse-menu-text {
    top: 0;
    right: 0;
    width: 36%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    bottom: unset;
  }
  .jimverse-menu-text-container .jimverse-menu-text .jimverse-description {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .jimverse-menu-text-container .jimverse-menu-text .jimverse-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .jimverse-menu-container {
    margin-bottom: 60px;
  }
}
.breadcrumbs-container {
  /* Default: Hidden on smaller devices */
  display: none;
  margin-bottom: 10px;
}
.breadcrumbs-container .breadcrumb {
  font-size: var(--font-size-smaller);
  margin-top: 40px;
}
.breadcrumbs-container .breadcrumb a {
  font-size: var(--font-size-smaller);
  text-decoration: none;
}

/* Media Queries */
@media (min-width: 992px) {
  .breadcrumbs-container {
    display: block;
  }
}
.image-contenttabs {
  height: auto;
  max-height: 400px;
  width: auto;
}

.contentabs-container {
  margin-bottom: 80px;
}

.contentabs-container, .contentabs {
  border: none;
  color: var(--site-color-primary) !important;
}

.contentabs-button {
  margin: 0px;
  padding: 0px;
}

.contentabs-header {
  border: none !important;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  margin: 0px;
  padding: 0px;
}

.contentabs-header.active h2, .contentabs-header:hover {
  font-weight: 600;
  color: black;
}

.contenttabs-h2 {
  margin-bottom: 15px;
}

.tab-content {
  margin-top: 30px;
}

.contentabs-nav {
  flex-direction: column;
  white-space: nowrap;
}

.contentabs-nav {
  justify-content: flex-start !important;
}

.contentabs-nav {
  justify-content: flex-start !important;
}

@media (min-width: 768px) {
  .contentabs-containe {
    margin-bottom: 33px;
  }

  .contentabs-nav {
    flex-direction: row;
    justify-content: flex-start !important;
    column-gap: 135px;
    row-gap: 13px;
  }

  .contenttabs-image-bottom {
    margin-top: 51px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .contenttabs-image-left {
    flex-direction: column-reverse;
  }

  .tab-content {
    margin-top: 40px;
  }

  .contenttabs-image-bottom, .contenttabs-image-bottom-mobile {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .contentabs-nav {
    row-gap: 21px;
  }
}
.not-visible {
  display: none;
}

.frame-type-textpic {
  margin-bottom: 80px;
  /* Button */
}
.frame-type-textpic .ce-textpic {
  overflow: visible;
}
.frame-type-textpic .ce-gallery {
  overflow: visible;
}
.frame-type-textpic .ce-row {
  overflow: visible;
}
.frame-type-textpic .ce-below .ce-gallery {
  margin-top: 0;
}
.frame-type-textpic .ce-intext.ce-right .ce-gallery,
.frame-type-textpic .ce-intext.ce-left .ce-gallery {
  margin-left: 0;
  margin-right: 0;
}
.frame-type-textpic .ce-intext.ce-right .ce-gallery .ce-column,
.frame-type-textpic .ce-intext.ce-left .ce-gallery .ce-column {
  float: none;
}
.frame-type-textpic .image-embed-item {
  width: auto;
  max-width: 100%;
  height: auto;
}
.frame-type-textpic .ce-textpic .col-12.col-lg-6 {
  display: flex;
  justify-content: space-evenly;
}
.frame-type-textpic h2 {
  margin-top: 30px;
}
.frame-type-textpic .btn-custom {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
.frame-type-textpic .container-fluid.subgrid.ce-gallery {
  padding-left: 0;
  padding-right: 0;
}
.frame-type-textpic .ce-textpic.ce-above .ce-bodytext {
  margin-top: 2em;
}
.frame-type-textpic .ce-textpic.ce-below .ce-bodytext {
  margin-bottom: 2em;
}

@media all and (min-width: 450px) and (max-width: 768px) {
  .ce-right .ce-gallery, .ce-left .ce-gallery {
    float: none;
  }

  .ce-gallery figure {
    display: block;
  }

  .frame-type-textpic .image-embed-item {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .frame-type-textpic .subgrid .image-embed-item {
    width: auto;
  }
  .frame-type-textpic .image-embed-item {
    width: auto;
    margin: 0;
    max-width: 100%;
  }
  .frame-type-textpic .ce-textpic .col-12.col-lg-6 {
    display: flex;
    justify-content: space-evenly;
  }
  .frame-type-textpic h2 {
    margin-top: 0;
  }
  .frame-type-textpic .ce-right .row {
    flex-direction: row-reverse;
  }
  .frame-type-textpic .ce-right .ce-gallery {
    float: none;
  }
  .frame-type-textpic .ce-right .ce-bodytext {
    margin-right: 47px;
  }
  .frame-type-textpic .ce-left .ce-bodytext {
    margin-left: 47px;
  }
  .frame-type-textpic .ce-left .ce-column {
    float: left;
  }
  .frame-type-textpic .btn-custom {
    width: auto;
    display: inline-block;
    margin: 0;
  }
  .frame-type-textpic .ce-intext.ce-right .ce-gallery .ce-column {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .ce-textpic.ce-below > .row {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .text-row {
    justify-content: center;
  }
}
.subgrid figure.image {
  display: block;
  margin: auto;
}
.subgrid .image-embed-item {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.subgrid .col-6 {
  display: flex;
}

/* Creates a five column layout on larger viewports */
@media (min-width: 992px) {
  .col-lg-custom {
    width: 20%;
  }
}
.frame-type-div {
  display: none;
}

@media (min-width: 992px) {
  .frame-type-div {
    display: block;
  }
}
/*
  This partial contains styling for the footer area of the page
  Please note that there is a separate partial for stylings concerning the footernavigation itself
 */
/* Container for the whole footer section */
.footer-area {
  padding-bottom: 40px;
}
.footer-area .footer-separator {
  opacity: 1;
  height: 3px !important;
  margin-bottom: 30px;
  color: var(--font-color-primary);
  font-weight: bolder;
}

/* Media Queries */
@media (min-width: 768px) {
  .footer-area {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .footer-area {
    /* Reference point for the absolutely positioned 'before'-element */
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 35px 0 40px 0;
    /* Background gradient used for the footer area */
    background: white;
    background: -webkit-linear-gradient(left, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    background: -o-linear-gradient(left, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    background: linear-gradient(to right, white 0%, #cbe5ff 13%, white 38%, white 64%, #ffe4cf 100%);
    /* Creates an additional vertical gradient to fade out the main background gradient */
  }
  .footer-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
    /* IE6-9 */
  }
}
/*
  This partial contains styling for the footernavigation
 */
.footer-navigation-item ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 30px;
}

.footer-container-bottom {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.only-on-screen {
  display: none;
}

.footer-navigation {
  font-family: "Poppins";
  display: flex;
  flex-direction: column;
}
.footer-navigation .always-show {
  display: flex;
}
.footer-navigation .always-show .footer-navigation {
  flex-direction: column;
  justify-content: flex-start;
}
.footer-navigation li {
  margin-bottom: 10px;
}
.footer-navigation li:last-of-type {
  margin-bottom: 0;
}
.footer-navigation .footer-item {
  justify-content: center;
  padding: 0px;
}
.footer-navigation .footer-item .frame-type-text {
  margin-bottom: 0px;
  max-width: 100%;
}
.footer-navigation .footer-item div {
  padding: 0px;
}
.footer-navigation .footer-item ul {
  padding: 0;
  list-style: none;
  margin: 0px;
}
.footer-navigation .footer-item h2, .footer-navigation .footer-item h3 {
  font-size: var(--font-size-smaller);
  font-weight: var(--font-weight-strong);
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.footer-navigation .footer-item a, .footer-navigation .footer-item li {
  color: var(--font-color-primary);
  font-size: var(--font-size-smaller);
  text-decoration: none;
  padding-bottom: 0px;
}
.footer-navigation .footer-item a:hover {
  color: var(--font-color-primary);
}
.footer-navigation .footer-item .col {
  padding: 0px;
}

/* Medie Queries */
@media (max-width: 767.98px) {
  .footer-navigation {
    column-gap: 50px;
    row-gap: 30px;
  }

  .footer-navigation-item {
    column-gap: 20px;
  }
  .footer-navigation-item ul {
    display: flex;
    flex-direction: column;
    pading-top: 10px;
  }
}
@media (min-width: 768px) {
  .only-on-screen {
    display: flex;
  }

  .footer-navigation {
    flex-direction: column;
  }
  .footer-navigation .footer-navigation-item {
    margin-bottom: 30px;
  }
  .footer-navigation ul {
    justify-content: normal;
    column-gap: 15px;
  }
  .footer-navigation li::after {
    content: "|";
    padding-left: 15px;
  }
  .footer-navigation li:last-of-type::after {
    content: "";
    padding-left: 0;
  }
}
/* Allows footer navigation items to be placed next to each other */
@media screen and (min-width: 1100px) {
  .footer-navigation {
    flex-direction: row;
  }
}
.tx-powermail {
  /* Hinweis auf Pflichtfelder */
}
.tx-powermail .powermail_checkbox {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.tx-powermail .container-fluid {
  max-width: 800px;
  border: unset;
  border-radius: 2px;
  margin: 20px auto;
  padding: 20px 0;
}
.tx-powermail .container-fluid .powermail_fieldwrap {
  margin-top: 25px;
}
.tx-powermail .form-field .powermail_input, .tx-powermail .form-field .powermail_textarea, .tx-powermail .form-field .powermail_submit {
  width: 100%;
}
.tx-powermail .form-field .powermail_input, .tx-powermail .form-field .powermail_textarea {
  border-radius: 0;
}
.tx-powermail .btn-primary {
  height: 60px;
  background-color: #F08418;
  border: 1px solid #F08418;
  border-radius: 0;
}
.tx-powermail .btn-primary:hover {
  background-color: #F08418;
  border: 1px solid #F08418;
}
.tx-powermail .powermail_fieldset .powermail-errors-list {
  border-color: #A94442;
}
.tx-powermail .powermail_fieldset .powermail-errors-list li {
  background-color: #FF0000;
  color: #000000;
  border-color: #FF0000;
}
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
  border: 1px solid #A94442;
}
.tx-powermail .powermail_fieldwrap_marker_02 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .tx-powermail .container-fluid {
    border: solid 1px black;
    padding: 40px 60px;
  }
}
/*
* Styling for the" Schnellkontaktformular"
*/
/* Overrides for the standard form */
.tx-powermail {
  /* Schnellkontakt Form  element*/
}
.tx-powermail .container-fluid {
  border: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  /* Make the form element the parent element for the absolutely positioned button */
  position: relative;
}
.tx-powermail .schnellkontakt {
  /* Hide Heading for contact form */
  /* Checkbox */
  /* Datenschutzbestimmungen */
  /* E-Mail or Phone Input Field*/
  /* Valid Input Field */
  /* Wrapper around the submit button */
  /* Subbmit button */
  /* Remove border from input element */
}
.tx-powermail .schnellkontakt h3 {
  display: none;
}
.tx-powermail .schnellkontakt label a {
  text-decoration: none;
  font-weight: bold;
}
.tx-powermail .schnellkontakt .powermail_fieldwrap_e_mailodertelefon input {
  width: 100%;
  padding: 20px 25px;
  font-size: 1.2rem;
  border-radius: 40px;
  border: 3px solid #2c2c2c;
}
.tx-powermail .schnellkontakt .powermail_fieldwrap_e_mailodertelefon input:focus {
  outline: none;
}
.tx-powermail .schnellkontakt input.powermail_input_valid {
  border: 3px solid green;
  color: green;
}
.tx-powermail .schnellkontakt .powermail_fieldwrap_absenden {
  position: absolute;
  right: 10px;
  top: 170px;
}
.tx-powermail .schnellkontakt .powermail_submit {
  height: 60px;
  font-size: 1.125rem;
  width: 150px;
  bottom: 2px;
  background-color: #ff8700;
  border-color: #ff8700;
  border-radius: 40px;
}
.tx-powermail .schnellkontakt input.powermail_submit {
  border: none;
}
.tx-powermail .schnellkontakt .powermail_input.powermail_field_error {
  border: 3px solid red;
  color: red;
}

.powermail_fieldwrap_datenschutzerklaerung .powermail_field_error label, .powermail_fieldwrap_datenschutzerklaerung .powermail_field_error a {
  color: red;
}

/* Hides all errors */
.powermail-errors-list.filled {
  display: none;
}

/*********************************************
* Media Queries
**********************************************/
.powermail_fieldwrap_e_mailodertelefon input {
  height: 80px;
  padding: 20px 40px;
}

@media screen and (min-width: 333px) {
  .tx-powermail .schnellkontakt .powermail_fieldwrap_absenden {
    top: 116px;
  }
}
@media screen and (min-width: 749px) {
  .tx-powermail .schnellkontakt .powermail_fieldwrap_absenden {
    top: 116px;
  }
}
@media screen and (min-width: 750px) {
  .tx-powermail .schnellkontakt .powermail_fieldwrap_absenden {
    top: 89px;
  }
}
@media screen and (min-width: 1150px) {
  .tx-powermail .schnellkontakt .powermail_fieldwrap_absenden {
    top: 62px;
  }
}
@media screen and (min-width: 1440px) {
  .tx-powermail .schnellkontakt .powermail_fieldwrap_absenden {
    top: 89px;
  }
}
@media screen and (min-width: 1536px) {
  .tx-powermail .schnellkontakt .powermail_fieldwrap_absenden {
    top: 62px;
  }
}
.powermail_fieldwrap_bewertung {
  /* Layout for smileys */
}
.powermail_fieldwrap_bewertung input {
  -webkit-appearance: none;
  width: 90px;
  height: 90px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.2s ease-in;
}
.powermail_fieldwrap_bewertung .powermail_field {
  display: flex;
  justify-content: space-evenly;
}

/* Smiley: Good feedback */
#powermail_field_bewertung_1 {
  background: url("../Images/Forms/emoji-smile.svg");
  background-size: cover;
}

#powermail_field_bewertung_1:hover {
  background: url("../Images/Forms/emoji-smile-color.svg");
}

/* Smiley: Neutral feedback */
#powermail_field_bewertung_2 {
  background: url("../Images/Forms/emoji-neutral.svg");
  background-size: cover;
}

#powermail_field_bewertung_2:hover {
  background: url("../Images/Forms/emoji-neutral-color.svg");
  background-size: cover;
}

#powermail_field_bewertung_3 {
  background: url("../Images/Forms/emoji-frown.svg");
  background-size: cover;
}

#powermail_field_bewertung_3:hover {
  background: url("../Images/Forms/emoji-frown-color.svg");
  background-size: cover;
}

/* Hide error box */
.powermail_field_error_container.powermail_field_error_container_bewertung {
  position: absolute;
}

/* Animated Gif */
.frame-type-image.frame-layout-2 .image-embed-item {
  width: 80%;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .frame-type-image.frame-layout-2 .image-embed-item {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .frame-type-image.frame-layout-2 .image-embed-item {
    width: 60%;
  }
}
.powermail_fieldwrap_bewertungsnachricht_neutral textarea, .powermail_fieldwrap_bewertungsnachricht_schlecht textarea {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.powermail_fieldwrap_bewertungsnachricht_neutral .powermail_submit, .powermail_fieldwrap_bewertungsnachricht_schlecht .powermail_submit {
  margin: 0 auto;
}

.powermail_fieldwrap_bewertungsnachricht_neutral + .powermail_fieldwrap_type_submit .powermail_submit,
.powermail_fieldwrap_bewertungsnachricht_schlecht + .powermail_fieldwrap_type_submit .powermail_submit {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 2rem auto;
  padding: 15px 28px;
  border: 2px solid #707070;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.powermail_fieldwrap_bewertungsnachricht_neutral + .powermail_fieldwrap_type_submit .powermail_submit:hover, .powermail_fieldwrap_bewertungsnachricht_schlecht + .powermail_fieldwrap_type_submit .powermail_submit:hover {
  background-color: #ff8700;
  border-color: #ff8700;
}

/* Media Queries */
@media (min-width: 460px) and (max-width: 525px) {
  .powermail_fieldwrap_bewertungsnachricht_neutral textarea, .powermail_fieldwrap_bewertungsnachricht_schlecht textarea {
    width: 86%;
  }
}
@media (min-width: 460px) and (max-width: 525px) {
  .powermail_fieldwrap_bewertungsnachricht_neutral textarea, .powermail_fieldwrap_bewertungsnachricht_schlecht textarea {
    width: 86%;
  }
}
@media (min-width: 526px) and (max-width: 712px) {
  .powermail_fieldwrap_bewertungsnachricht_neutral textarea, .powermail_fieldwrap_bewertungsnachricht_schlecht textarea {
    width: 90%;
  }
}
@media (min-width: 713px) and (max-width: 767px) {
  .powermail_fieldwrap_bewertungsnachricht_neutral textarea, .powermail_fieldwrap_bewertungsnachricht_schlecht textarea {
    width: 92%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .powermail_fieldwrap_bewertungsnachricht_neutral textarea, .powermail_fieldwrap_bewertungsnachricht_schlecht textarea {
    width: 96%;
  }
}
@media (min-width: 992px) {
  .powermail_fieldwrap_bewertungsnachricht_neutral textarea, .powermail_fieldwrap_bewertungsnachricht_schlecht textarea {
    width: 64%;
  }
}

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