/*
    Theme Name: techma themes
    Version: 1.0.0
*/

:root {
  --bs-gutter-x: 10px;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

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,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@font-face {
  font-family: "ESans";
  font-display: swap;
  src: url("fonts/EncodeSans-Light.woff") format("woff"), url("fonts/EncodeSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  background: #000;
}

@font-face {
  font-family: "ESans";
  font-display: swap;
  src: url("fonts/EncodeSans-Regular.woff") format("woff"), url("fonts/EncodeSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  background: #000;
}

@font-face {
  font-family: "ESans";
  font-display: swap;
  src: url("fonts/EncodeSans-SemiBold.woff") format("woff"), url("fonts/EncodeSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  background: #000;
}

@font-face {
  font-family: "ESansCondensed";
  font-display: swap;
  src: url("fonts/EncodeSans_Condensed-Light.woff") format("woff"), url("fonts/EncodeSans_Condensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  background: #000;
}

@font-face {
  font-family: "ESansCondensed";
  font-display: swap;
  src: url("fonts/EncodeSans_Condensed-Medium.woff") format("woff"), url("fonts/EncodeSans_Condensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  background: #000;
}

@font-face {
  font-family: "ESansCondensed";
  font-display: swap;
  src: url("fonts/EncodeSans_Condensed-Bold.woff") format("woff"), url("fonts/EncodeSans_Condensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  background: #000;
}

.h1 {
  font-size: 45px;
  line-height: 53px;
  letter-spacing: 0px;
  font-size: 4.5rem;
  line-height: 5.3rem;
  letter-spacing: 0rem;
  font-family: "ESans";
  font-weight: 600;
  letter-spacing: normal;
}

.h1.lite {
  font-weight: 300;
}

.h2 {
  font-size: 45px;
  line-height: 59px;
  letter-spacing: 0px;
  font-size: 4.5rem;
  line-height: 5.9rem;
  letter-spacing: 0rem;
  font-family: "ESans";
  font-weight: 300;
}

.h3 {
  font-size: 38px;
  line-height: 53px;
  letter-spacing: 1.14px;
  font-size: 3.8rem;
  line-height: 5.3rem;
  letter-spacing: 0.114rem;
  font-family: "ESansCondensed";
  font-weight: 300;
}

.h3.strong {
  font-weight: 700;
}

.h4,
.content h2:not(.h2),
.pagination .nav-links > *,
.facetwp-template .box-item:last-of-type {
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 1.84px;
  font-size: 2.7rem;
  line-height: 3.7rem;
  letter-spacing: 0.184rem;
  font-family: "ESansCondensed";
  font-weight: 500;
}

.h4.strong,
.content h2:not(.h2).strong,
.pagination .nav-links > *.strong,
.facetwp-template .box-item:last-of-type.strong {
  font-weight: 700;
}

.h5 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.032rem;
  font-weight: 400;
}

.h5.strong {
  font-weight: 600;
}

.h6 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2.4px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.24rem;
  font-weight: 400;
}

.h6.strong {
  font-weight: 600;
}

.p,
.p *,
body {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.032rem;
  font-weight: 400;
}

.p.strong,
.p *.strong,
body.strong {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.facetwp-type-fselect .fs-option .fs-option-label {
    line-height: 130%;
    white-space: break-spaces !important;
}

.content h2 {
  color: #000000;
  margin-bottom: 2.5rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.btn {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.4px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.24rem;
}

.btn.icon-arrow {
  position: relative;
}

.btn.icon-arrow:before {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  background-image: url("img/owl-arrow.png");
  margin-right: 1rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn.icon-arrow-color {
  position: relative;
}

.btn.icon-arrow-color:before {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  background-image: url("img/owl-arrow-color.png");
  margin-right: 1rem;
  width: 1.3rem;
  height: 1.3rem;
}

.btn.style-1 {
  background: #00e6a6;
  color: #fff;
  padding: 1.6rem;
  font-weight: 600;
}

.btn.style-1:hover {
  background: #630756;
}

.btn.w100 {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn.style-2 {
  color: #1e1345;
  padding-left: 0;
  text-decoration: none;
}

.btn.style-2:before {
  content: "";
  background-image: url("img/btn-2-arrow.png");
  width: 3.8rem;
  height: 3.8rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn.style-2:hover {
  color: #00e6a6;
}

.btn.style-3 {
  padding-left: 0;
  text-decoration: none;
}

.btn.style-3:before {
  content: "";
  background-image: url("img/btn-2-arrow.png");
  width: 3.8rem;
  height: 3.8rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn.style-3:hover {
  color: #00e6a6;
}

.btn.style-4 {
  color: #1e1345;
  padding-left: 0;
  text-decoration: none;
}

.btn.style-4:before {
  content: "";
  background-image: url("img/pdf.png");
  width: 4rem;
  height: 5.1rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn.style-4:hover {
  color: #00e6a6;
}

.btn.style-5 {
  border: 1px solid #e3e3e3;
  color: #fff;
  padding: 1.6rem;
  font-weight: 600;
}

.btn.style-5:hover {
  border: 1px solid #00e6a6;
}

.btn.style-5:hover:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn.style-6 {
  background: #00e6a6;
  border: 1px solid #00e6a6;
  color: #fff;
  padding: 1.6rem;
  font-weight: 600;
}

.btn.style-6:hover {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #00e6a6;
}

.btn.style-7 {
  color: #00e6a6;
  padding-left: 0;
  text-decoration: none;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn.style-7:before {
  content: "";
  background-image: url("img/btn-2-arrow.png");
  width: 3.8rem;
  height: 3.8rem;
  display: inline-block;
  margin-right: 1.5rem;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn.style-7:hover {
  -webkit-filter: none;
          filter: none;
}

:root {
  --card-width: 200px;
  --card-height: 300px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: none;
  border: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
}

.row {
  --bs-gutter-x: 10px;
  margin-top: 0;
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
  margin-left: -10px;
  margin-right: -10px;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x));
  padding-left: calc(var(--bs-gutter-x));
  margin-top: 0;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

button {
  border: none;
  background-color: unset;
}

body {
  font-family: "ESans";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.032rem;
  font-weight: 400;
  font-style: normal;
}

body.open-burger {
  overflow: hidden;
}

.main {
  min-height: 100vh;
}

.body {
  overflow: hidden;
}

li {
  list-style: none;
}

li,
ul {
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #00e6a6;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icon {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #00e6a6;
}

a:hover,
a:focus {
  color: #00e6a6;
  text-decoration: underline;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #00e6a6;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #00e6a6;
}

.breadcrumb {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb > span {
  color: #00e6a6;
}

.breadcrumb > span:first-child {
  color: #909090;
}

.breadcrumb a {
  color: #909090;
}

.breadcrumb a:hover {
  color: #00e6a6;
}

.breadcrumb .step {
  padding-left: 1rem;
  padding-right: 1.5rem;
  background-image: url("img/step.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 5px;
  height: 8px;
}

.white-color {
  color: #fff !important;
}

.w-100 {
  width: 100%;
}

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

.page-template-tpl-search .box-item:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-tpl-search .box-item:first-of-type .facetwp-counts {
  margin-left: 0.5rem;
}

.page-template-tpl-search .item .title-item {
  background-image: none !important;
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-tpl-search .item .title-item:hover {
  color: inherit !important;
  cursor: default;
}

.page-template-tpl-search .item .title-item .facetwp-counts {
  margin-right: 0.5rem;
}

.page-template-tpl-search .carousel-content .title {
  text-align: left;
  margin-bottom: 1rem;
}

.page-template-tpl-search .dep-list h2.title-item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page-template-tpl-search .dep-list h2.title-item:hover {
  cursor: pointer !important;
  color: #00e6a6 !important;
}

.page-template-tpl-search .dep-list .col-6:nth-child(2) {
  margin-top: 0;
}

.page-template-tpl-search .carousel-content.banners-form {
  height: auto;
}

.page-template-tpl-search .wp-block-column {
  margin: auto;
}

.page-template-tpl-search .wp-block-columns {
  margin-top: 5rem;
}

.to-top {
  position: fixed;
  right: 3.7rem;
  bottom: 3.7rem;
  z-index: 99999;
}

.to-top:hover {
  bottom: 4rem;
}

.owl-carousel {
  display: block;
}

.owl-stage {
  height: 100%;
}

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.facetwp-template .box-item:last-of-type .row {
  width: 70rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-news .dep-list {
  position: relative;
}

.box-news .dep-list.box-item {
  padding-right: 8rem !important;
}

.box-news .dep-list__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box-news .dep-list__short .h4 {
  color: #000;
  margin-bottom: 1.7rem;
}

.box-news .dep-list__short:not(:last-child) {
  border-bottom: 1px solid #00e6a6;
  padding-bottom: 3.4rem;
  margin-bottom: 3.4rem;
}

.box-news .dep-list .row {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.box-news .dep-list .col-6:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(50% - 15rem);
  margin-left: 15rem;
  margin-top: 5rem;
}

.box-news .dep-list .dep-anchor {
  position: absolute;
  top: -10rem;
}

.box-news .dep-list .desc {
  font-size: 1.6rem;
}

.box-news .dep-list .acro-title {
  font-size: 1.6rem;
  margin-left: 3rem;
}

.acro-title {
  position: relative;
  color: #909090;
}

.acro-title::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 1rem;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #00e6a6;
}

.acro-title:not(:last-child) {
  margin-bottom: 1.7rem;
}

.pagination {
  display: inline-block;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .nav-links > * {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  display: inline-block;
  color: #909090;
}

.pagination .nav-links span {
  color: #00e6a6 !important;
}

.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #909090;
  background-image: url("img/b_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination .nav-links .page-numbers.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.school-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 5rem;
}

.school-logos__logo {
  margin-bottom: 3rem;
  max-width: 20rem;
}

select.facetwp-dropdown {
  outline: none;
  -webkit-appearance: none;
}

.single-content p:not(:last-child) {
  margin-bottom: 3rem;
}

.single-content h1 {
  margin-bottom: 3rem;
}

.single-content .school-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.single-content .school-logos a {
  width: 20rem;
}

.single-content .school-logos a:not(:last-child) {
  margin-right: 5rem;
}

.header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  height: 10.7rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding-left: 3rem;
  padding-right: 3rem;
  z-index: 100;
}

.header_burger {
  display: none;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0rem;
  margin-right: 0rem;
  max-width: 88.5rem;
  height: 100%;
  width: 100%;
}

.header_menu > li > a {
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.header_menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header_menu > li > a {
  text-transform: uppercase;
  font-weight: 600;
}

.header_menu > li .box-sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.header_menu > li:hover > a:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header_menu > li:hover .box-sub-menu {
  opacity: 1;
  visibility: visible;
}

.header_menu > li.menu-item-has-children > a:before {
  width: 0.8rem;
  height: 0.4rem;
}

.header_menu .menu-item-has-children > a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 2rem;
}

.header_menu .menu-item-has-children > a:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  display: block;
  background-image: url("img/svg/arrow.svg");
  background-size: 100% 100%;
  width: 1.6rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0rem;
  z-index: 1;
  margin: auto;
}

.header_menu:not(.done) .box-sub-menu,
.header_menu:not(.done) .sub-menu {
  opacity: 0;
  visibility: hidden;
}

.header_menu a {
  color: #ffffff;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: none !important;
}

.header_menu li:hover > a {
  color: #00e6a6;
}

.header_wrap-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header_wrap-img img {
  cursor: pointer;
  width: 33px;
  height: 33px;
}

.header_wrap_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.header_logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header_logo {
  height: 7.1rem;
  position: relative;
  z-index: 99;
}

.shadow-menu,
.box-sub-menu {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.shadow-menu {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(60, 70, 80, 0.73);
  position: fixed;
  z-index: 99;
  bottom: 0;
  height: 100vh;
  top: 0;
}

.shadow-menu.active {
  opacity: 1;
  visibility: visible;
}

.done .box-sub-menu li:not(:hover) .sub-menu {
  height: 0 !important;
}

.box-sub-menu {
  top: calc(100% - 2.4rem);
  padding: 4.9rem 9rem 6rem;
  background-color: #000000;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-sub-menu li:hover a:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.box-sub-menu .sub-menu {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-sub-menu .sub-menu.off {
  overflow: hidden;
}

.box-sub-menu .sub-menu li {
  padding-left: 3rem;
  padding-top: 2rem;
}

.box-sub-menu .sub-menu a {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.032rem;
  font-weight: 400;
  text-transform: uppercase;
}

.box-sub-menu > ul > li {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid #00e6a6;
}

.box-sub-menu > ul > li:first-child {
  border: none;
}

.box-sub-menu > ul > li > a {
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 1.84px;
  font-size: 2.7rem;
  line-height: 3.7rem;
  letter-spacing: 0.184rem;
  font-weight: 500;
  font-family: "ESansCondensed";
}

.box-sub-menu li {
  display: block;
}

.box-sub-menu > * {
  padding-left: 6rem;
  padding-right: 6rem;
}

.box-sub-menu a {
  color: #fff;
  display: block !important;
  text-decoration: none;
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
  background-color: transparent;
  margin: auto 0 auto 0;
  height: 100%;
  margin: auto 1rem auto 0;
}

.burger .bar {
  height: 0.3rem;
  width: 3.1rem;
  background: #00e6a6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5rem;
}

.burger.open div.bar:first-of-type {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.burger.open div.bar:last-of-type {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
      -ms-transform: rotate(-45deg) translate(8px, -8px);
          transform: rotate(-45deg) translate(8px, -8px);
}

.burger.open div.bar:nth-child(2) {
  opacity: 0;
}

.menu-mobile {
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 10.5rem;
}

.menu-mobile a {
  font-family: "ESansCondensed";
  font-weight: 500;
}

.menu-mobile a.active {
  color: #00e6a6 !important;
}

.menu-mobile li {
  overflow: hidden;
  position: relative;
}

.menu-mobile .plus {
  position: absolute;
  top: 4.3rem;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 3rem;
  height: 2.5rem;
  background-image: url("img/svg/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-mobile .plus.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-mobile .sub-menu .plus {
  top: 0;
  position: static;
  margin: 0.3rem 0 -0.3rem 1.2rem;
  background-size: 0.9rem 0.5rem;
}

.menu-mobile.open {
  opacity: 1;
  visibility: visible;
}

.menu-mobile > .container > ul {
  max-height: calc(100vh - 10.5rem);
  overflow: auto;
}

.menu-mobile > .container > ul > li {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  border-top: 1px solid #00e6a6;
}

.menu-mobile > .container > ul > li .sub-menu {
  display: none;
}

.menu-mobile > .container > ul > li .sub-menu li {
  padding-top: 2.4rem;
  padding-left: 1.4rem;
}

.menu-mobile > .container > ul > li .sub-menu .sub-menu a {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.032rem;
  text-transform: uppercase;
}

.menu-mobile > .container > ul > li > a {
  display: block;
  font-weight: 400;
  letter-spacing: normal;
}

.menu-mobile > .container > ul > li:first-child {
  border: none;
}

.menu-mobile ul a {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.02rem;
  font-weight: 500;
}

.menu-mobile .container > ul {
  padding: 0 2rem 2rem;
  background-color: #000000;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.menu-mobile .container a {
  color: #fff;
}

.footer {
  background-color: #fff;
  color: #000000;
  padding-top: 11rem;
  padding-bottom: 2.5rem;
}

.footer_body {
  margin-bottom: 6.5rem;
}

.footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.12px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.112rem;
  border-top: 0.1rem solid #00e6a6;
  padding-top: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_copyright span {
  display: inline-block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.footer_copyright .p {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0.6rem;
}

.footer_menue-end a {
  color: #000000;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer_menue-end a:hover {
  color: #00e6a6;
}

.footer_menue_1,
.footer_menue_2,
.footer_menue_3 {
  width: 33%;
}

.footer_menue ul {
  padding-bottom: 3rem;
}

.footer_menue ul a {
  margin-bottom: 2rem;
}

.footer_menue .h4 {
  margin-bottom: 2.9rem;
  font-family: "ESansCondensed";
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer_menue .h4.open {
  color: #00e6a6;
}

.footer_menue .h4.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer_menue a {
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.032rem;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  padding-right: 1.5rem;
}

.footer_menue a::after {
  content: "";
  background-image: url("img/svg/arrow.svg");
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0.8rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  color: #00e6a6;
}

.footer_menue a:hover {
  color: #00e6a6;
}

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_title-none {
  margin-right: 0;
}

.footer_title-none ul {
  display: inline-block;
  margin: 0 auto;
  min-width: 100px;
}

.footer_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_logo {
  margin-bottom: 7rem;
  max-width: 25rem;
}

.box-news .title-item {
  color: #000000;
}

.box-news .box-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  color: #909090;
  padding-bottom: 1.5rem;
}

.box-news .box-item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-news .item-new {
  padding: 5.6rem 14rem 9.5rem !important;
  background-color: #fafafa;
}

.box-news .col-left .date {
  margin: 0;
  font-size: 1.6rem;
}

.box-news .col-left > * {
  max-width: 70rem;
}

.box-news .col-left .box-btn {
  max-width: 40rem;
}

.single-size-width .mleft-content,
.single-size-width > .date-item,
.single-size-width > p,
.single-size-width > h1,
.single-size-width > h2,
.single-size-width > h3,
.single-size-width > h4,
.single-size-width > .content-image {
  margin-left: 16rem;
}

.single-size-width > p,
.single-size-width > h1,
.single-size-width > h2,
.single-size-width > h3,
.single-size-width > h4 {
  max-width: 96rem;
}

.navigation h2.screen-reader-text {
  display: none;
}

.section-contact-map {
  position: relative;
}

.section-contact-map .map {
  min-height: 96rem;
  background-color: #F2F2F2;
}

.section-contact-map .map #map {
  width: 100%;
  height: 100%;
  min-height: 96rem;
}

.box-contact-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.contact-map {
  z-index: 1;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 10rem 15rem;
  top: -7rem;
}

.contact-map .block-title {
  color: #000000 !important;
}

.contact-map .logo-mobile {
  display: none;
}

.contact-map .box-contact {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #fafafa;
  border-top: 1px solid #00e6a6;
  border-bottom: 1px solid #00e6a6;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.contact-map .box-contact a {
  color: #000;
}

.contact-map .box-contact a span {
  display: inline-block;
  min-width: 2.7rem;
}

.contact-map .box-contact .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-map .box-contact .logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20rem;
}

.contact-map .box-contact .logo span img {
  width: 100%;
}

.contact-map .box-contact .email {
  border-bottom: 0.1rem solid #00e6a6;
}

.contact-map .box-contact .email:hover {
  text-decoration: none;
  color: #00e6a6;
}

.blogs-post .subtitle {
  color: #909090;
  line-height: 1;
  margin-bottom: 2rem;
}

.blogs-post .title {
  color: #000000 !important;
  margin-bottom: 3rem;
  line-height: 1;
}

.widget-list-new:not(.blogs-post) {
  background-color: #fff !important;
  padding: 0rem !important;
}

.widget-list-new img {
  width: 100%;
}

.widget-list-new .item {
  padding: 3rem;
  margin-bottom: 3rem;
  background-color: #fafafa !important;
}

.widget-list-new .box-img {
  position: relative;
  display: block;
}

.widget-list-new .title {
  color: #000;
  min-width: 8rem;
  top: 2rem;
  text-align: center;
}

.widget-list-new .date {
  margin-top: 2.7rem;
  margin-bottom: 1.5rem;
  color: #909090;
}

.widget-list-new .title-item {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem;
}

.widget-list-new .title-item:before {
  content: "";
  display: block;
  border: 1px solid #00e6a6;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget-list-new .item-new .title-item {
  margin-bottom: 0;
}

.widget-list-new .desc {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  color: #909090;
  padding-right: 1rem;
  font-size: 1.6rem;
}

.widget-list-new.blogs-post {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.widget-list-new.blogs-post .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-list-new.blogs-post .owl-stage .owl-item .item {
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget-list-new.blogs-post .owl-stage .owl-item .item a {
  height: 100%;
  text-decoration: none !important;
}

.widget-list-new.blogs-post .owl-stage .owl-item .item .desc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-top: auto;
  margin-bottom: 2.5rem;
}

.widget-list-new.blogs-post .owl-stage .owl-item .item .img {
  padding-top: 102.5%;
  background-position: center center;
  background-size: cover;
  display: block;
}

.widget-list-new.blogs-post .box-link {
  margin-top: 10rem;
}

.widget-list-new.blogs-post .title-item {
  margin-bottom: 0;
}

.widget-list-new.blogs-post .title {
  margin-bottom: 6rem;
}

.widget-list-new.blogs-post .js-slider-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.widget-list-new.blogs-post .style-nav .owl-nav {
  margin-bottom: 4rem;
  padding-top: 2rem;
}

.widget-list-new.blogs-post .item {
  background-color: #fff !important;
  margin-left: 0;
  width: auto;
  padding: 0;
}

.widget-list-new.blogs-post .title-item {
  color: #000000;
}

.widget-list-new.blogs-post .owl-stage-outer {
  overflow: inherit;
}

.box-title-item {
  padding-bottom: 2rem;
  position: relative;
}

.box-title-item:before {
  content: "";
  display: block;
  border: 1px solid #00e6a6;
  width: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home .widget-list-new.blogs-post {
  background-color: #000000;
}

.home .widget-list-new.blogs-post .subtitle,
.home .widget-list-new.blogs-post .title {
  color: #fff !important;
}

.home .widget-list-new.blogs-post .item {
  background-color: transparent !important;
}

.home .widget-list-new.blogs-post .item a.title-item {
  color: #fff;
}

.home .widget-list-new.blogs-post .item a.title-item:hover {
  color: #00e6a6;
}

.home .widget-list-new.blogs-post .item .date {
  color: #00e6a6;
}

.home .widget-list-new.blogs-post .item .desc {
  color: #fff;
}

.home .widget-list-new.blogs-post .item .btn.style-2 {
  color: #fff;
}

.home .widget-list-new.blogs-post .item .btn.style-2:hover {
  color: #00e6a6;
}

.home .widget-list-new.blogs-post .item .title.h6 {
  color: #000 !important;
}

.section-content-list {
  background-color: #000000;
  color: #fff;
  padding-top: 12.8rem;
  padding-bottom: 13.5rem;
}

.section-content-list .title {
  line-height: 1;
}

.section-content-list .box-title .title {
  padding-bottom: 10rem;
}

.section-content-list .text {
  padding-top: 2rem;
  line-height: 1;
}

.section-content-list .item {
  padding-bottom: 5rem;
}

.section-content-list .item .title {
  color: #00e6a6;
}

.section-content-list .img {
  margin-bottom: 4rem;
  min-height: 12rem;
}

.section-content-list .desc {
  margin-top: 5rem;
}

.section-content-list .box-link {
  padding-top: 4.5rem;
}

.section-content-list.leitbild-page .title {
  color: #000000;
}

.section-content-list.leitbild-page a.btn {
  color: #777388;
}

.home .section-content-list.leitbild-page {
  padding-top: 18rem;
  margin-left: 0;
}

.box-title .subtitle,
.box-title .title {
  line-height: 1;
}

.box-title .subtitle {
  padding-bottom: 2.2rem;
}

.box-title .title {
  margin-bottom: 2.5rem;
  line-height: 1;
}

.leitbild-content {
  width: 100%;
}

.leitbild-content .widget-list-new .title-item:before {
  border: 0;
  border-top: 0.0625rem solid #00e6a6;
  width: 25.6rem;
}

.leitbild-content .single-size-width .leitbild-content__text {
  margin-left: 16rem;
}

.leitbild-content__text p strong {
  color: #000000;
}

.leitbild-content__text p:not(:last-child) {
  margin-bottom: 3.6rem;
}

.leitbild-content__text ul {
  margin-bottom: 3rem;
}

.leitbild-content__text ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
}

.leitbild-content__text ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -3rem;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #00e6a6;
}

.leitbild-content.single-item {
  margin-top: 23rem;
}

.section-content-list.leitbild-page {
  background-color: transparent;
  margin-left: 16rem;
  padding-top: 7.76rem;
  padding-bottom: 5rem;
  color: #909090;
}

.section-content-list.leitbild-page .item {
  padding-bottom: 0;
}

.section-content-list.leitbild-page .item .title {
  color: #000000;
}

.js-full-content .js-banner-slider .box {
  position: absolute;
}

.js-full-content .js-banner-slider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.js-full-content .js-banner-slider .owl-stage-outer {
  overflow: hidden !important;
  height: 80rem;
}

.banner-slider.js-full-content.leitbild-page .owl-nav {
  left: 6.8rem;
}

.banner-slider.style-1 .box .product .col-product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner-slider.style-1 .box .product .strong.p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.banner-slider.style-1 .box .product .subtitle.p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.banner-slider.style-1 .box .product .box-btn {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.banner-slider.js-full-content.leitbild-page {
  height: 80rem;
}

.tax-fachbereich .banner-slider {
  height: 80rem !important;
}

.ansprechpartner {
  position: relative;
  margin-top: 14rem;
  margin-left: 16rem;
  z-index: 2;
}

.ansprechpartner__box {
  background-color: #fafafa;
  padding: 14rem 20rem;
}

.ansprechpartner h2 {
  color: #000000;
}

.ansprechpartner .subtitle {
  color: #909090;
}

.ansprechpartner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 9rem -1rem 0;
}

.ansprechpartner__item {
  width: calc(33.333% - 2rem);
  margin: 0 1rem 5rem;
}

.ansprechpartner__item img {
  display: block;
  width: 100%;
  margin-bottom: 2.7rem;
}

.ansprechpartner__item .position {
  color: #909090;
  margin-bottom: 1rem;
}

.ansprechpartner__item h4 {
  position: relative;
  color: #000000;
  padding-bottom: 2.2rem;
  margin-bottom: 2.6rem;
  font-weight: 500;
}

.ansprechpartner__item h4::before {
  content: "";
  display: block;
  border-top: 0.0625rem solid #00e6a6;
  width: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ansprechpartner__item p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ansprechpartner__item p:last-child {
  border-bottom: 0.0625rem solid #00e6a6;
}

.ansprechpartner__item a {
  color: #000;
  text-decoration: none;
}

.ansprechpartner__item a:hover {
  color: #00e6a6;
}

.ansprechpartner.single-item {
  max-width: 100%;
  margin: 12rem auto -38rem;
}

.error404 {
  color: #fff;
}

.error404 main {
  height: 100vh;
}

.error404 main .container {
  position: relative;
  height: 100%;
}

.error404 .error-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
}

.error404 .error-box h1 {
  font-size: 12rem;
  line-height: 100%;
  margin-bottom: 5rem;
}

.error404 .error-box .h3 {
  font-size: 4.5rem;
  line-height: 100%;
  margin-bottom: 6.3rem;
}

.error404 .error-box p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 3rem;
  max-width: 70rem;
}

.error404 .error-box a {
  width: 39rem;
}

.hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
}

.hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  height: 100%;
  width: 50%;
  padding: 14.4rem 0 8.9rem;
  overflow: hidden;
}

.hero__item:nth-child(1) {
  background-color: #630756;
}

.hero__item:nth-child(1) a.btn:hover {
  background-color: #90065B;
}

.hero__item:nth-child(2) {
  background-color: #002284;
}

.hero__item:nth-child(2) a.btn:hover {
  background-color: #051257;
}

.hero__item::before {
  content: "";
  position: absolute;
  width: 50%;
  right: -10rem;
}

.hero__item_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 60rem;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

.hero__item_slider img {
  display: block;
  max-height: 60vh;
  max-width: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}

.hero__item_slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero__item_slider .slick-track {
  height: 100%;
}

.hero__item_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  z-index: 2;
}

.hero__item_content .sub {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero__item_content h2 {
  font-size: 2.7rem;
  line-height: 3.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
  max-width: 37rem;
}

.hero__item_content a.btn {
  width: 40rem;
}

.hero__item_logo {
  max-height: 10rem;
  margin-right: auto;
}

.hero__item_logo img {
  display: block;
  height: 100%;
  width: 100%;
}

.two-cols-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10rem 0;
  background-color: #fafafa;
  margin-bottom: 13rem;
}

.two-cols-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.two-cols-text__wrap_text {
  width: 50%;
}

.two-cols-text__wrap_text h3 {
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.two-cols-text__wrap_text p {
  max-width: 53rem;
}

.big-banner {
  width: 100vw;
  max-height: 71rem;
}

.big-banner img {
  display: block;
  height: 71rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-banner__box {
  max-width: 80rem;
  padding: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  position: relative;
  top: -23rem;
  background-color: #fafafa;
}

.big-banner__box h3 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.big-banner__box a {
  margin-top: 4rem;
}

.text-image {
  margin-bottom: 8.2rem;
}

.text-image__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 114rem;
  margin: auto;
}

.text-image__wrap img {
  margin-right: 8.4rem;
}

.text-image__wrap_text {
  max-width: 60rem;
}

.text-image__wrap_text h2 {
  position: relative;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 5.9rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.text-image__wrap_text h2:before {
  content: "";
  position: absolute;
  display: block;
  height: 0.1rem;
  width: 26rem;
  bottom: 0;
  background-color: #00e6a6;
}

.banners-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10rem 0;
  background-color: #00e6a6;
}

.banners-form .text-2 {
  text-align: center;
  margin-top: 8rem;
  color: #fff;
}

.form-box {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  width: 90rem;
}

.form-box .form {
  background-color: rgba(0, 0, 0, 0.58);
  padding: 1.4rem 3.4rem;
  margin-top: 9rem;
  margin-bottom: 6rem;
  min-height: 12.8rem;
}

.form-box .form__title {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.5rem;
}

.form-box .form__title h5 {
  font-weight: 600;
}

.form-box .form__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #909090;
}

.form-box .form__filter > div:not(:last-child) {
  margin-right: 1rem;
  width: calc(25% - 1rem);
}

.form-box .form__filter > button {
  margin-left: 0 !important;
  width: 25% !important;
  background-color: #000;
}

.form-box .form__filter .facetwp-facet {
  margin-bottom: 0;
}

.form-box .form__filter .facetwp-counts {
  margin-right: 0.4rem;
}

.form-box .form__filter .fs-dropdown {
  min-width: 33rem;
  max-width: 33rem;
}

.form-box .form__filter .fs-wrap {
  height: 4.4rem;
  width: 100%;
  cursor: pointer;
}

.form-box .form__filter .fs-wrap.fs-open .fs-label {
  color: #000000;
}

.form-box .form__filter .fs-wrap .fs-label-wrap {
  height: 100%;
  width: 100%;
}

.form-box .form__filter .fs-wrap .fs-label-wrap .fs-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
  padding-left: 1rem;
}

.form-box .form__filter .fs-wrap .fs-label-wrap .fs-label::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(255, 255, 255, 0.1)), color-stop(80%, rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 75%, rgb(255, 255, 255) 80%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 75%, rgb(255, 255, 255) 80%);
}

.form-box .form__filter .fs-option {
  position: relative;
  padding: 1.2rem 0.8rem 1.2rem 3rem;
}

.form-box .form__filter .fs-option:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

.form-box .form__filter .fs-option .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0;
}

.form-box .form__filter .fs-option .fs-checkbox i {
  border: 1px solid #C1C1C1 !important;
  border-radius: 0 !important;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
}

.form-box .form__filter .fs-option.selected {
  color: #fff;
  background-color: #630756 !important;
}

.form-box .form__filter .fs-option.selected .fs-checkbox i {
  border: 1px solid #00e6a6 !important;
  background-color: #00e6a6;
}

.form-box .form__filter .fs-option-label {
  text-align: left;
  white-space: pre-wrap;
}

.form-box .form__filter .fs-arrow {
  display: block;
  background-image: url(img/svg/arrow-filter.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  right: 1.6rem;
  width: 1rem;
  height: 0.6rem;
}

.page-template-tpl-search .banners-form .text-2 {
  max-width: 50rem;
  margin: 8rem auto 0;
}

@media (min-width: 376px) {
  .container-sm,
  .container {
    max-width: 100%;
  }

  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 688px;
  }

  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .burger {
    margin: auto 1rem auto 0;
  }

  .banner-slider.style-1 .box .product {
    padding: 5.7rem 14rem 4rem;
    min-width: 80rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: -6rem;
  }
}

@media (min-width: 1024px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 920px;
  }

  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .header {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .burger {
    margin: auto 5rem auto 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  legend {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1020px;
  }

  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1180px;
  }

  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .header {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .header_menu {
    margin-left: 0;
    max-width: 87.5rem;
  }

  .header_wrap_menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1860px) {
  .container-xxxl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1660px;
  }

  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }

  .header_menu {
    margin-right: 8rem;
  }

  .header_wrap_menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .box-news .box-item {
    max-width: 108.4rem;
    width: 100%;
  }

  .box-news .item-new {
    min-width: 108.4rem;
  }
}

@media (min-width: 1920px) {
  .two-cols-text__wrap_text:nth-child(2) {
    padding-right: 0 !important;
  }

  .two-cols-text__wrap_text:nth-child(2) {
    padding-right: 0 !important;
  }
}

@media (min-width: 2500px) {
  .hero__item:nth-child(2) {
    padding-left: 20rem !important;
  }

  .two-cols-text__wrap_text {
    padding: 0 !important;
  }

  .two-cols-text__wrap_text:nth-child(2) {
    padding-left: 20rem !important;
  }
}

@media (max-width: 1860px) {
  .leitbild-content .single-size-width .leitbild-content__text {
    margin-left: 8rem;
  }

  .section-content-list.leitbild-page {
    margin-left: 8rem;
  }

  .ansprechpartner {
    margin-left: 8rem;
  }

  .hero__item_slider img {
    max-height: 45vh;
    max-width: 45vh;
  }

  .hero__item_content h2 {
    max-width: 32rem;
  }

  .hero__item_content a.btn {
    width: 30rem;
  }
}

@media (max-width: 1859px) {
  .box-news .dep-list .col-6:nth-child(2) {
    width: calc(50% - 5rem);
    margin-left: 5rem;
  }

  .footer {
    padding-top: 9rem;
    padding-bottom: 3.5rem;
  }

  .footer_menue_1,
  .footer_menue_2,
  .footer_menue_3 {
    width: 76rem;
  }

  .footer_menue {
    margin-right: 0;
    border-bottom: 1px solid #00e6a6;
  }

  .footer_menue .h4 {
    cursor: pointer;
  }

  .footer_menue .h4 {
    padding-bottom: 4rem;
    padding-top: 4rem;
    margin-bottom: 0;
    position: relative;
  }

  .footer_menue .h4::after {
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 11px;
    background-image: url("img/svg/arrow.svg");
    font-size: 1.9rem;
  }

  .footer_menue ul {
    display: none;
  }

  .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer_box :last-child {
    border-bottom: none;
  }

  .footer_title-none {
    margin-top: 0;
    border-bottom: none;
  }

  .footer_title-none ul {
    display: block;
  }

  .box-news .item-new {
    padding: 5.6rem 8rem 9.5rem !important;
  }

  .single-size-width .mleft-content,
  .single-size-width > .date-item,
  .single-size-width > p,
  .single-size-width > h1,
  .single-size-width > h2,
  .single-size-width > h3,
  .single-size-width > h4,
  .single-size-width > .content-image {
    margin-left: 8rem;
  }

  .section-contact-map .map {
    min-height: 107rem;
  }

  .section-contact-map .map #map {
    min-height: 107rem;
  }

  .contact-map {
    padding: 8.4rem 10rem;
  }

  .contact-map {
    top: -7.7rem;
  }

  .contact-map .box-contact {
    min-height: 22.8rem;
  }

  .contact-map .box-contact .logo {
    text-align: left;
    padding-left: 0;
  }

  .widget-list-new.blogs-post .box-link {
    margin-top: 7rem;
  }

  .section-content-list .box-link {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-content-list .box-link a {
    width: 100%;
  }

  .form-box .form__filter > button {
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

@media (max-width: 1440px) {
  .page-template-tpl-search .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .school-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    margin-bottom: 10rem;
  }

  .school-logos__logo {
    margin-right: 5rem;
  }

  .leitbild-content .single-size-width .leitbild-content__text {
    margin-left: 0;
  }

  .section-content-list.leitbild-page {
    margin-left: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .ansprechpartner {
    margin-left: 0;
  }

  .hero__item_content h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    max-width: 26rem;
  }
}

@media (max-width: 1439px) {
  html .banners-form .owl-nav {
    max-width: 1660px;
  }

  #wpadminbar {
    display: none;
  }

  .h1 {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0px;
    font-size: 3.8rem;
    line-height: 4.5rem;
    letter-spacing: 0rem;
  }

  .h2 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0px;
    font-size: 3.8rem;
    line-height: 4.8rem;
    letter-spacing: 0rem;
  }

  .h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0px;
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: 0rem;
  }

  .h4,
  .content h2:not(.h2),
  .pagination .nav-links > *,
  .facetwp-template .box-item:last-of-type {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.63px;
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.163rem;
  }

  .header_logo {
    height: 5.3rem;
  }

  .footer {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .footer_menue_1,
  .footer_menue_2,
  .footer_menue_3 {
    width: 74rem;
  }

  .box-news .item-new {
    padding: 5.6rem 13rem 9.5rem !important;
  }

  .single-size-width .mleft-content,
  .single-size-width > .date-item,
  .single-size-width > p,
  .single-size-width > h1,
  .single-size-width > h2,
  .single-size-width > h3,
  .single-size-width > h4,
  .single-size-width > .content-image {
    margin-left: 0rem;
  }

  .section-contact-map .map {
    min-height: 107rem;
  }

  .section-contact-map .map {
    min-height: 107rem;
  }

  .section-contact-map .map #map {
    min-height: 107rem;
  }

  .section-contact-map .map #map {
    min-height: 107rem;
  }

  .contact-map {
    padding: 8rem 8rem 7rem;
  }

  .contact-map {
    top: -3.6rem;
  }

  .contact-map .box-contact .logo img {
    max-height: 4.5rem;
  }

  .contact-map .box-contact .logo span {
    min-width: 24rem;
    display: block;
  }

  .widget-list-new.blogs-post .box-link {
    margin-top: 7rem;
  }
}

@media (max-width: 1280px) {
  .ansprechpartner__box {
    padding: 10rem;
  }

  .hero__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }

  .hero__item {
    width: 100%;
    padding: 3rem 0 3rem;
    height: 50vh;
  }

  .hero__item:nth-child(2) .hero__item_logo {
    max-width: 10rem;
  }

  .hero__item_logo {
    margin-bottom: 10vh;
    max-width: 15rem;
  }

  .two-cols-text__wrap_text {
    padding: 0 !important;
  }

  .two-cols-text__wrap_text:nth-child(1) {
    margin-right: 5rem;
  }

  .big-banner {
    max-height: 100vh;
  }

  .big-banner img {
    height: 100vh;
  }

  .big-banner__box {
    padding: 4rem;
  }

  .text-image__wrap {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .text-image__wrap img {
    margin: 0 auto 5rem;
  }

  .text-image__wrap_text h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }

  .text-image__wrap_text {
    max-width: 100%;
  }
}

@media (max-width: 1279px) {
  .header {
    height: 6.7rem;
  }

  .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header_menu-box {
    display: none;
  }

  .menu-mobile {
    padding-top: 6.7rem;
  }

  .footer_menue_1,
  .footer_menue_2,
  .footer_menue_3 {
    width: 44rem;
  }

  .box-news .item-new {
    padding: 5.6rem 8rem 8rem !important;
  }

  .section-contact-map .map {
    min-height: 102.4rem;
  }

  .section-contact-map .map {
    min-height: 99.1rem;
  }

  .section-contact-map .map #map {
    min-height: 102.4rem;
  }

  .section-contact-map .map #map {
    min-height: 99.1rem;
  }

  .contact-map {
    padding: 10rem 15rem;
  }

  .contact-map {
    top: -4.7rem;
  }

  .contact-map .box-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contact-map .box-btn .logo-mobile {
    display: block;
    margin-right: 4rem;
  }

  .contact-map .box-btn .btn {
    margin-bottom: 4rem;
  }

  .contact-map .box-contact .logo {
    display: none;
  }

  .widget-list-new.blogs-post .owl-stage .owl-item .item .img {
    padding-top: 65.5%;
  }

  .widget-list-new.blogs-post .box-link {
    margin-top: 5rem;
  }

  .widget-list-new.blogs-post .title {
    margin-bottom: 2rem;
  }

  .widget-list-new.blogs-post .style-nav .owl-nav {
    margin-bottom: 2.5rem;
  }

  .section-content-list {
    padding-top: 16.6rem;
  }

  .section-content-list .desc {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section-content-list .desc br {
    display: none;
  }

  .section-content-list .box-link {
    max-width: 28.6rem;
  }
}

@media (max-width: 1279px) and (max-width: 1023px) {
  .contact-map .box-btn {
    display: block;
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .footer_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer_text span {
    display: none;
  }

  .footer_text p {
    padding-left: 0 !important;
  }
}

@media (max-width: 1024px) {
  .pagination .nav-links > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .pagination .page-numbers.current {
    margin-left: 0;
  }

  .burger {
    padding-left: 0;
  }

  .section-content-list.leitbild-page .item {
    padding-bottom: 7rem;
  }

  .ansprechpartner__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ansprechpartner__item {
    width: calc(50% - 2rem);
    margin-bottom: 5rem;
  }
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0px;
    font-size: 3.8rem;
    line-height: 4.8rem;
    letter-spacing: 0rem;
  }

  .h2 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0px;
    font-size: 3.8rem;
    line-height: 4.8rem;
    letter-spacing: 0rem;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 0rem;
  }

  .h4,
  .content h2:not(.h2),
  .pagination .nav-links > *,
  .facetwp-template .box-item:last-of-type {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.63px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.163rem;
  }

  .page-template-tpl-search .dep-list.box-item {
    padding-right: 3rem !important;
  }

  .page-template-tpl-search .dep-list .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .page-template-tpl-search .dep-list .row .col-6 {
    width: 100% !important;
    margin-left: 0;
  }

  .page-template-tpl-search .dep-list .row .col-6:nth-child(2) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 5rem;
  }

  .box-news .dep-list__short {
    width: 100%;
  }

  .box-news .dep-list .col-6:nth-child(2) {
    width: calc(30% - 5rem);
  }

  .menu-mobile > .container > ul {
    max-height: calc(100vh - 7.3rem);
  }

  .footer > .container-fluid,
  .footer > .container-sm,
  .footer > .container-md,
  .footer > .container-lg,
  .footer > .container-xl,
  .footer > .container-xxl,
  .footer > .container-xxxl {
    padding: 0;
  }

  .footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .footer_wrap .row {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .footer_copyright {
    letter-spacing: 0;
  }

  .footer_menue_1,
  .footer_menue_2,
  .footer_menue_3 {
    width: 32rem;
  }

  .footer_menue .h4 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .box-news .item-new {
    padding: 5.6rem 4rem 8rem !important;
  }

  .box-news .col-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .box-news .col-left .box-btn {
    max-width: 100%;
  }

  .box-news .col-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .contact-map {
    padding: 11rem;
  }

  .contact-map .block-title {
    text-align: left;
  }

  .contact-map {
    top: -5.1rem;
  }

  .contact-map .box-contact {
    background-color: transparent;
    margin: 0;
    border: none;
  }

  .contact-map .box-contact .row-text > * {
    margin-bottom: 3rem;
  }

  .contact-map .box-contact .row-text > *:last-child {
    margin-bottom: 0;
  }

  .contact-map .box-contact .row-text > *:first-child {
    padding-bottom: 3rem;
    position: relative;
  }

  .contact-map .box-contact .row-text > *:first-child:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    height: 1px;
    background-color: #00e6a6;
  }

  .section-content-list {
    padding-top: 27.4rem;
  }

  .section-content-list .box-title .title {
    padding-bottom: 8rem;
    margin-bottom: 0;
  }

  .section-content-list .item {
    padding-bottom: 7rem;
  }

  .section-content-list .desc {
    margin-top: 3rem;
  }

  .section-content-list .box-link {
    max-width: 32.2rem;
  }

  .leitbild-content.single-item {
    margin-top: 10rem;
  }

  .banner-slider.js-full-content.leitbild-page .text {
    margin-bottom: 32rem;
  }

  .banner-slider.js-full-content.leitbild-page .owl-nav {
    bottom: 34rem;
    left: 0;
  }

  .ansprechpartner {
    padding: 3rem;
    margin-top: 5rem;
  }

  .ansprechpartner.single-item {
    max-width: 100%;
  }

  .form-box {
    width: 100%;
  }

  .form-box .form__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-box .form__filter > div:not(:last-child) {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .form-box .form__filter > button {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .form-box .form__filter .facetwp-facet {
    margin-bottom: 0.5rem;
  }

  .form-box .form__filter .fs-dropdown {
    width: 100% !important;
    position: relative;
    max-width: unset;
    min-width: unset;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .contact-map .box-contact .row-text > * {
    margin-bottom: 4.5rem;
  }
}

@media (max-width: 768px) {
  .page-template-tpl-search .dep-list.box-item {
    margin: 0 -3rem;
    width: 100vw;
  }

  .school-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-contact-map {
    padding: 0;
  }

  .contact-map .box-contact .row {
    width: 100%;
    margin: 0;
  }

  .ansprechpartner {
    padding: 0;
  }

  .ansprechpartner__box {
    width: 100vw;
    margin: 0 -3rem;
    padding: 3rem;
  }

  .ansprechpartner.single-item {
    margin-top: 5rem;
    margin-bottom: 0;
  }

  .hero__item_slider {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__item_content a.btn {
    width: 100%;
  }

  .two-cols-text {
    margin-bottom: 5rem;
    padding: 5rem 0;
  }

  .two-cols-text__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .two-cols-text__wrap_text {
    width: 100%;
  }

  .two-cols-text__wrap_text:nth-child(1) {
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .big-banner__box {
    width: 100vw;
    margin: 0 -3rem;
    padding: 3rem;
  }

  .text-image__wrap_text h2 {
    font-size: 2.7rem;
    line-height: 3.8rem;
  }

  .banners-form {
    padding: 5rem 0;
  }

  .banners-form .text-2 {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .page-template-tpl-search .box-item:last-of-type .row > * {
    width: 100%;
  }

  .box-news .dep-list .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .box-news .dep-list .col-6:nth-child(1) {
    width: 70%;
  }

  .pagination {
    padding-top: 1rem;
  }

  .menu-mobile > .container > ul {
    max-height: calc(100vh - 6.2rem);
  }

  .footer {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }

  .footer_body {
    margin-bottom: 3rem;
  }

  .footer_copyright span {
    display: none;
  }

  .footer_copyright .p {
    display: none;
  }

  .footer_menue_1,
  .footer_menue_2,
  .footer_menue_3 {
    width: 100%;
  }

  .footer_menue .h4 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .box-news .item-new {
    padding: 4rem 3rem 4rem !important;
  }

  .section-contact-map .map {
    min-height: 45.6rem;
  }

  .section-contact-map .map #map {
    min-height: 45.6rem;
  }

  .section-contact-map .container-fluid,
  .section-contact-map .container-sm,
  .section-contact-map .container-md,
  .section-contact-map .container-lg,
  .section-contact-map .container-xl,
  .section-contact-map .container-xxl,
  .section-contact-map .container-xxxl {
    padding: 0;
  }

  .box-contact-map {
    position: relative;
    padding: 0;
  }

  .contact-map {
    top: 0;
    padding: 6rem 4rem;
  }

  .contact-map .logo-mobile {
    display: none !important;
  }

  .contact-map .btn {
    margin-bottom: 0 !important;
  }

  .contact-map .box-telefons {
    margin-bottom: 0 !important;
  }

  .widget-list-new.blogs-post .owl-stage .owl-item .item .img {
    padding-top: 80%;
  }

  .widget-list-new.blogs-post .box-link a {
    width: 100%;
  }

  .widget-list-new.blogs-post .js-slider-post .item {
    width: 25rem;
  }

  .section-content-list {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-content-list .text {
    line-height: 2.4rem;
  }

  .js-full-content .js-banner-slider .owl-stage-outer {
    height: auto;
  }

  .banner-slider.js-full-content.leitbild-page .box {
    position: relative;
  }

  .error404 main {
    background-position-x: -30rem;
  }

  .error404 .error-box h1 {
    font-size: 8rem;
    margin-bottom: 3rem;
  }

  .error404 .error-box .h3 {
    font-size: 2.5rem;
    margin-bottom: 4.3rem;
  }

  .error404 .error-box p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .error404 .error-box a {
    width: auto;
  }
}

@media (max-width: 650px) {
  .hero__item_slider img {
    max-height: 30vh;
    max-width: 30vh;
  }
}

@media (max-width: 500px) {
  .h1 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    font-size: 2.8rem;
    line-height: 3.5rem;
    letter-spacing: 0rem;
  }

  .h2 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    font-size: 2.8rem;
    line-height: 3.5rem;
    letter-spacing: 0rem;
  }

  .h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: 0rem;
  }

  .h4,
  .content h2:not(.h2),
  .pagination .nav-links > *,
  .facetwp-template .box-item:last-of-type {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.63px;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.163rem;
  }

  .box-news .dep-list.box-item {
    padding-right: 3rem !important;
  }

  .box-news .dep-list .col-6:nth-child(1) {
    width: 100%;
  }

  .box-news .dep-list .col-6:nth-child(2) {
    display: none;
  }

  .contact-map {
    padding: 6rem 3rem;
  }

  .leitbild-content.single-item {
    margin-top: 5rem;
  }

  .section-content-list.leitbild-page .list.row div {
    width: 100%;
  }

  .banner-slider.js-full-content.leitbild-page .owl-nav {
    bottom: 40rem;
  }

  .banner-slider.js-full-content.leitbild-page {
    height: 90rem;
  }

  .ansprechpartner__wrap {
    margin: 0;
  }

  .ansprechpartner__item {
    width: 100%;
    margin: 0;
    margin-bottom: 5rem;
  }
}

@media (max-width: 376px) {
  .footer_logo {
    width: 100%;
    margin-bottom: 4rem;
  }

  .home .section-content-list.leitbild-page {
    padding-top: 25rem;
  }

  .text-image__wrap img {
    width: 100%;
  }

  .text-image__wrap_text h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .text-image__wrap_text h2:before {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .h1 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    font-size: 2.8rem;
    line-height: 3.5rem;
    letter-spacing: 0rem;
  }

  .h2 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    font-size: 2.8rem;
    line-height: 3.5rem;
    letter-spacing: 0rem;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 0rem;
  }

  .h4,
  .content h2:not(.h2),
  .pagination .nav-links > *,
  .facetwp-template .box-item:last-of-type {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.04rem;
  }

  .h5 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.032rem;
  }

  .h6 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2.4px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0.24rem;
  }

  .p,
  .p *,
  body {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.032rem;
  }

  .header_wrap-img {
    padding: 0 0.6rem;
  }

  .header_logo-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .burger {
    margin: auto 2.2rem auto 0;
  }

  .burger {
    margin: 0 auto;
  }

  .widget-list-new .desc {
    margin-top: 1.2rem;
  }
}

@media (min-width: 1440px) and (max-width: 1860px) {
  html .container-xxl,
  html .container-xl,
  html .container-lg,
  html .container-md,
  html .container-sm,
  html .container {
    max-width: calc(100vw - 25rem);
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .pagination {
    margin-left: 5rem;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .js-full-content .js-banner-slider .owl-stage-outer {
    height: 82rem;
  }

  .banner-slider.js-full-content.leitbild-page .owl-nav {
    bottom: 36rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}