/* =======================
   Import
   ======================= */
/* Settings */
/* ===========================
   Variables
   =========================== */
/* ===========================
   Mixins
   =========================== */
/*
	Transition
 */
/*
	Breakpoints
 */
/*
	Media Queries Mixins
 */
/* Reset */
/* =======================
   Reset
   ======================= */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background-color: white;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  line-height: 1.25;
  color: black;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

body {
  font-variant-ligatures: no-common-ligatures;
}

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

p,
ul {
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding-left: 25px;
}

li {
  list-style-position: outside;
}

pre {
  font-family: monospace;
  font-size: 1rem;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

button,
input,
input[type=button],
input[type=checkbox],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=radio],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding: 0.75rem 0.5rem;
  margin-top: 0.5rem;
  line-height: 1.25;
  box-shadow: none;
  border: 1px solid black;
  border-radius: 0;
  vertical-align: top;
  font-family: sans-serif;
  font-size: 100%;
}

button,
.button, input[type=submit] {
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
  display: none;
}
input[type=checkbox] + span::before,
input[type=radio] + span::before {
  content: "x";
  display: inline-block;
  width: 1.2rem;
  margin-right: 0.625rem;
  text-align: center;
  color: transparent;
  background-color: #DCDCDC;
  transition: color 0.125s;
}
@media screen and (max-width: 450px) {
  input[type=checkbox] + span::before,
input[type=radio] + span::before {
    width: 1rem;
  }
}
input[type=checkbox]:checked + span::before,
input[type=radio]:checked + span::before {
  color: black;
}
input[type=checkbox]:focus + span::before,
input[type=radio]:focus + span::before {
  outline: #5d9dd5 solid 1px;
  box-shadow: 0 0px 8px #5e9ed6;
}

textarea {
  font-family: sans-serif;
  resize: vertical;
}

fieldset {
  border: none;
}

audio,
canvas,
iframe,
img,
svg,
video,
input,
select {
  vertical-align: middle;
}

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

/* Libraries */
/* =======================
   Libraries
   ======================= */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/* Base */
/* ===========================
   Base
   =========================== */
/*
	Webfonts
 */
/*
	General
 */
@viewport {
  width: device-width;
}
html {
  color: #595959;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
}

body {
  font-variant-ligatures: no-common-ligatures;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  margin-bottom: 1rem;
  word-wrap: break-word;
  line-height: 1.4;
}
.heading-1:first-child,
.heading-2:first-child,
.heading-3:first-child,
.heading-4:first-child,
.heading-5:first-child,
.heading-6:first-child {
  margin-top: 0;
}

.heading-1 {
  font-size: 2rem;
  text-transform: none;
  margin-bottom: 0;
}

.heading-2 {
  font-size: 1.5rem;
}

.heading-3 {
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  color: #595959;
  line-height: 24px;
  letter-spacing: 0.55px;
}
a:hover {
  color: #285b91;
}
a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"] {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
}
a[href$=".pdf"]::before, a[href$=".doc"]::before, a[href$=".docx"]::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/pdf-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

p {
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

img {
  width: auto;
  max-width: 100%;
}

strong {
  font-weight: 800;
}

ul {
  list-style: inside;
}

h1, h2, h3, h4 {
  letter-spacing: 1.62px;
}

h2, h3, h4 {
  text-transform: uppercase;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.075rem;
}

/* ===========================
   Utilities
   =========================== */
/*
	Display
 */
.hidden {
  display: none !important;
}

/*
	Alignment
 */
.wpcf7 .wpcf7-form, .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .wpcf7-response-output {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.wpcf7 .wpcf7-validation-errors {
  position: static;
  color: #e62837;
}
.wpcf7 .wpcf7-validation-errors {
  bottom: -4rem;
}

/*
	Cookie-Notice
*/
#cookie-notice {
  background-color: #285b91 !important;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
}
#cookie-notice .cookie-notice-container a {
  color: white;
  font-weight: 600;
  padding: 0.5rem 0.25rem;
  margin-left: 5px;
  transition: color 0.25s ease-in-out;
}
#cookie-notice .cookie-notice-container a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*
	Classes
 */
/* Layouts */
/* =======================
   Layouts
   ======================= */
/*
    Body
 */
.l-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-body__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-body__inner > * {
  flex-grow: 0;
}
.l-body__inner > .l-main {
  flex-grow: 1;
}

/*
    Header
 */
@media only screen and (max-width: 968px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.25);
    background-color: white;
    z-index: 10;
  }
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
  width: calc(100% - 5rem);
  max-width: 1150px;
  padding-top: 1rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-header__inner {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 968px) {
  .l-header__inner {
    align-items: flex-start;
    padding-top: 1.125rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 968px) {
  .l-header__inner.is-small {
    align-items: center;
    padding: 0.5rem 0;
  }
}

/*
    Nav
 */
/*
    Main
 */
.l-main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
}
.l-main .m-section:last-child {
  flex-grow: 1;
}
@media only screen and (max-width: 968px) {
  .l-main {
    padding-top: 5.125rem;
  }
}

/*
    Footer
 */
.l-footer {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 968px) {
  .l-footer {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 5rem);
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 2rem;
  color: #595959;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  .l-footer__inner {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 968px) {
  .l-footer__inner {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.l-footer__column {
  width: calc(100% / 3);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 968px) {
  .l-footer__column {
    width: 100%;
  }
  .l-footer__column:first-of-type {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0.5rem;
    background-color: #e5e6e7;
  }
  .l-footer__column:first-of-type p {
    margin: 0 0.5rem;
  }
  .l-footer__column:last-of-type {
    padding: 1.5rem 1rem;
    margin-top: 0.5rem;
    background-color: #f7f7f7;
  }
}
@media only screen and (max-width: 525px) {
  .l-footer__column:first-of-type {
    padding: 0.5rem 0.5rem;
  }
  .l-footer__column:last-of-type {
    padding: 1.5rem 1rem;
  }
}
.l-footer__column:last-of-type {
  text-align: right;
}
@incude custom(768px, "max") {
  .l-footer__column:last-of-type {
    background-color: #f7f7f7;
  }
}
.l-footer__column p {
  margin-bottom: 0;
}
.l-footer__column a {
  text-decoration: none;
  color: #595959;
  transition: color 0.25s ease-in-out;
}
.l-footer__column a:hover {
  color: #3c81c9;
  transition: color 0.25s ease-in-out;
}

/* Modules */
/* =======================
   Modules
   ======================= */
/* CF7 */
body div.wpcf7-response-output {
  border: none;
  margin: 0;
  margin-top: 1.25rem;
  padding: 0;
  font-weight: 600;
}
body div.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
body div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #285b91;
}
body.wpcf7mailsent div.wpcf7 .screen-reader-response {
  position: static !important;
  color: #285b91 !important;
  border: none !important;
  margin: 0 !important;
  margin-top: 1.25rem !important;
  padding: 0 !important;
  font-weight: 600 !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
}
body.wpcf7mailsent form.wpcf7-form {
  display: none;
}

/*
	Section
*/
.m-section {
  margin: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .m-section.fakeMarginTop::before, .m-section.fakeMarginBottom::after {
    content: "";
    display: block;
    height: 5rem;
    background-color: #F2F6F5;
  }
}
@media only screen and (max-width: 767px) {
  .m-section--flexible {
    padding: 0;
    background-color: white;
  }
  .m-section--flexible:last-of-type {
    margin-bottom: 5rem;
  }
  .m-section--flexible .heading-2 {
    margin-bottom: 0;
    padding: 0.625rem 0;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-section--flexible + .m-section--flexible {
    border: none;
    margin-top: 0.625rem;
  }
}
.m-section__inner {
  width: calc(100% - 5rem);
  max-width: 1150px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .m-section__inner p {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .m-section__inner {
    width: calc(100% - 2rem);
    max-width: none;
  }
}
@media only screen and (max-width: 400px) {
  .m-section__inner {
    word-wrap: break-word;
  }
}
.m-section__title + .m-section__content {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .m-section__title + .m-section__content {
    margin-top: 1.25rem;
  }
}
.m-section__content {
  max-width: 45rem;
}
.m-section__content ul {
  margin: 0.25rem 0;
}
.m-section__content li {
  margin: 0.25rem 0;
}
.m-section li {
  margin: 0.5rem 0;
}
.m-section a {
  font-weight: 500;
}

/*
	Mainnavigation
 */
@media only screen and (max-width: 968px) {
  .m-mainnav {
    margin-left: 0;
  }
}
.m-mainnav ul {
  margin: 0;
  padding: 0;
}
.m-mainnav ul li {
  list-style: none;
}
.m-mainnav ul a {
  color: black;
}
@media only screen and (max-width: 1023px) {
  .m-mainnav ul a {
    color: white;
  }
}
.m-mainnav .m-mainnav__menu {
  display: flex;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .m-mainnav__menu {
    flex-direction: column;
  }
}
.m-mainnav .m-mainnav__menu > li > a {
  margin-right: 2rem;
  color: #285b91;
  font-weight: 600;
}
@media only screen and (min-width: 969px) {
  .m-mainnav .m-mainnav__menu > li > a::after {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 2rem;
    left: 0;
    margin: 0;
    width: calc(100% - .5rem);
    height: 3px;
    background-color: #285b91;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
  }
}
.m-mainnav .m-mainnav__menu > li > .sub-menu {
  margin-left: -2rem;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .m-mainnav__menu > li > .sub-menu {
    margin-left: 0;
  }
}
@media only screen and (min-width: 969px) {
  .m-mainnav .m-mainnav__menu > li > .sub-menu li.menu-item-has-children {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .m-mainnav .m-mainnav__menu > li > .sub-menu li.menu-item-has-children:first-child {
    margin-top: 0;
  }
}
.m-mainnav .m-mainnav__menu > li > .sub-menu li.menu-item-has-children > a:hover {
  color: inherit;
  cursor: default;
}
.m-mainnav .m-mainnav__menu > li > .sub-menu li.menu-item-has-children .sub-menu {
  padding-left: 1.25rem;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .m-mainnav__menu > li > .sub-menu li.menu-item-has-children .sub-menu {
    padding: 0;
  }
}
.m-mainnav .m-mainnav__menu > li > .sub-menu li.menu-item-has-children .sub-menu li::before {
  position: absolute;
  top: 50%;
  left: -1.25rem;
  content: "";
  display: block;
  width: 12.5px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .m-mainnav__menu > li > .sub-menu li.menu-item-has-children .sub-menu li::before {
    display: none;
    left: 0;
  }
}
@media only screen and (min-width: 969px) {
  .m-mainnav .m-mainnav__menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .m-mainnav .m-mainnav__menu > li:hover .sub-menu::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5rem;
    content: "";
    display: block;
    width: 100%;
    height: 1.5rem;
  }
  .m-mainnav .m-mainnav__menu > li:hover > a:before {
    position: absolute;
    left: -10%;
    bottom: 0;
    content: "";
    display: block;
    width: 120%;
    height: 100%;
  }
  .m-mainnav .m-mainnav__menu > li:hover > a::after {
    opacity: 1;
    pointer-events: auto;
  }
}
.m-mainnav .m-mainnav__menu > li a {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
}
@media only screen and (min-width: 969px) {
  .m-mainnav .m-mainnav__menu > li a {
    padding: 0.5rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .m-mainnav .m-mainnav__menu > li a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 968px) {
  .m-mainnav .m-mainnav__menu > li:last-of-type > a::after {
    display: none;
  }
}
@media only screen and (min-width: 969px) {
  .m-mainnav .m-mainnav__menu > li:last-of-type > .sub-menu > li {
    margin-right: 2rem;
  }
}
.m-mainnav .m-mainnav__menu > li:last-of-type > .sub-menu > li:last-of-type {
  margin-top: 0;
}
.m-mainnav .m-mainnav__menu > li:last-of-type > .sub-menu > li::before {
  display: none;
}
.m-mainnav .m-mainnav__menu > li:last-of-type > .sub-menu > li > a {
  /*
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  color: $primary;
  font-weight: 400;

  &::after {

  	content: '';
  	display: block;
  	width: 100%;
  	height: 2px;

  	@include custom(969px, 'min') {

  		background-color: $primary;

  	}

  }
  */
}
@media only screen and (max-width: 968px) {
  .m-mainnav .m-mainnav__menu > li:last-of-type > .sub-menu > li > a {
    max-width: none;
    margin: 0;
  }
}
.m-mainnav .m-mainnav__menu > li:last-of-type > .sub-menu > li .sub-menu {
  padding-left: 0;
  padding-right: 0;
}
.m-mainnav .m-mainnav__menu > li:last-of-type > .sub-menu > li .sub-menu li::before {
  display: none;
}
@media only screen and (min-width: 968px) {
  .m-mainnav .m-mainnav__menu > li#menu-item-89 > .sub-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .m-mainnav .m-mainnav__menu > li#menu-item-89 > .sub-menu > li {
    width: 40%;
    margin-right: 3rem;
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 0;
  }
  .m-mainnav .m-mainnav__menu > li#menu-item-89 > .sub-menu > li > a {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #285b91;
    font-weight: 400;
  }
  .m-mainnav .m-mainnav__menu > li#menu-item-89 > .sub-menu > li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #285b91;
  }
}
@media only screen and (max-width: 968px) {
  .m-mainnav li:last-of-type > a::after {
    display: none;
  }
}
@media only screen and (max-width: 968px) {
  .m-mainnav li.current-menu-ancestor > a, .m-mainnav li.current_page_item > a {
    background-color: #f7f7f7;
  }
}
@media only screen and (max-width: 968px) {
  .m-mainnav li.menu-item-has-children > a::before {
    opacity: 1;
    content: "";
    position: absolute;
    right: 1.5rem;
    display: block;
    width: 27.5px;
    height: 25px;
    background-image: url(../images/arrow-blue.svg);
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 400px) {
  .m-mainnav li.menu-item-has-children > a::before {
    width: 20px;
    background-size: contain;
  }
}
@media only screen and (max-width: 968px) {
  .m-mainnav a {
    padding: 0.75rem 1.5rem;
    width: 100%;
  }
  .m-mainnav a::before {
    opacity: 0;
  }
}
@media only screen and (max-width: 968px) and (max-width: 969px) {
  .m-mainnav a::after {
    opacity: 1;
    position: absolute;
    top: auto;
    left: 0;
    content: "";
    display: block;
    bottom: 0;
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
    height: 2px;
    background-color: #f7f7f7;
  }
}
@media only screen and (max-width: 968px) {
  .m-mainnav a.after_is-hidden::after {
    opacity: 0;
  }
}
.m-mainnav .sub-menu {
  opacity: 0;
  position: absolute;
  left: 0;
  padding: 1.5rem 2rem;
  margin-top: 1rem;
  width: 95%;
  max-width: 820px;
  background-color: #f7f7f7;
  pointer-events: none;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .sub-menu {
    top: 0;
    left: 100%;
    width: 100%;
    margin: 0;
    padding: 1.5rem 0;
    padding-top: 0;
    background-color: transparent;
  }
  .m-mainnav .sub-menu.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .m-mainnav .sub-menu::before {
    display: block;
    height: 3.625rem;
  }
}
@media only screen and (min-width: 969px) {
  .m-mainnav .sub-menu li {
    position: relative;
  }
}
@media only screen and (max-width: 968px) {
  .m-mainnav .sub-menu li {
    width: 100%;
    /*padding-left: 2rem;
    padding-right: 2rem;*/
  }
}
.m-mainnav .sub-menu li a {
  display: inline-block;
  padding: 0.25rem 0;
  color: #595959;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .sub-menu li a {
    padding: 0.75rem 1.5rem;
    color: #285b91;
  }
}
@media only screen and (min-width: 401px) {
  .m-mainnav .sub-menu li a {
    font-size: 1rem;
  }
}
.m-mainnav .sub-menu li a:hover {
  color: #285b91;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .sub-menu li a:hover {
    color: #285b91;
  }
}
.m-mainnav .sub-menu .sub-menu {
  position: relative;
  margin-top: 0;
  padding: 0rem 3rem;
  font-size: 1rem;
}
@media only screen and (max-width: 968px) {
  .m-mainnav .sub-menu .sub-menu {
    position: absolute;
    padding: 1.5rem;
    padding-top: 0;
    left: 100%;
  }
  .m-mainnav .sub-menu .sub-menu .sub-menu {
    display: none;
  }
}

/* 
	Navigationcontainer
*/
@media only screen and (max-width: 968px) {
  .m-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .m-navigation.is-open {
    pointer-events: auto;
  }
  .m-navigation.is-open .m-navigation__inner {
    transform: translateX(0);
  }
  .m-navigation.is-open .m-navigation__close {
    opacity: 1;
    pointer-events: auto;
  }
}
.m-navigation__close {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}
@media only screen and (max-width: 968px) {
  .m-navigation__inner {
    width: 80%;
    max-width: 300px;
    height: 100%;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
    transform: translateX(-101%);
    transition: transform 0.25s ease-in-out;
    z-index: 1;
    transition: transform 0.25s ease-in-out;
  }
}
@media only screen and (min-width: 969px) {
  .m-navigation__controls {
    display: none;
  }
}
@media only screen and (max-width: 968px) {
  .m-navigation__controls {
    position: relative;
    display: flex;
    padding: 1.25rem 1.5rem;
    background-color: #e5e6e7;
  }
}
.m-navigation.first-translate .m-navigation__controls {
  align-items: center;
  justify-content: center;
}
.m-navigation__back {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  display: none;
  width: 27.5px;
  height: 27.5px;
  padding: 0;
  border: none;
  outline: none;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  .m-navigation__back {
    width: 20px;
  }
}
.m-navigation.first-translate .m-navigation__back {
  display: block;
}
.m-navigation__title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 150px;
  color: #285b91;
}
@media only screen and (max-width: 968px) {
  .m-navigation__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 400px) {
  .m-navigation__title {
    font-size: 0.9rem;
    max-width: 150px;
  }
}
.m-navigation.first-translate .m-navigation__title {
  text-align: center;
}
@media only screen and (max-width: 968px) {
  .m-navigation__container {
    display: flex;
    flex-direction: column-reverse;
    transform: translateX(0);
    transition: transform 0.25s ease-in-out;
  }
}
.m-navigation.first-translate .m-navigation__container {
  transform: translateX(-100%);
}
.m-navigation.second-translate .m-navigation__container {
  transform: translateX(-200%);
}
.m-navigation.third-translate .m-navigation__container {
  transform: translateX(-300%);
}

/*
	Hamburger
 */
.m-hamburger {
  position: relative;
  border: none;
  width: 25px;
  height: 22px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 969px) {
  .m-hamburger {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .m-hamburger {
    width: 20px;
  }
}
.m-hamburger--insidenav {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.m-hamburger--insidenav .m-hamburger__icon::before {
  transform: rotate(45deg);
}
.m-hamburger--insidenav .m-hamburger__icon::after {
  transform: rotate(-45deg);
}
.m-hamburger--insidenav .m-hamburger__icon {
  background-color: #e5e6e7;
}
.m-hamburger__icon, .m-hamburger__icon::before, .m-hamburger__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #285b91;
  transition: background-color 0.25s;
}
.m-hamburger__icon::before, .m-hamburger__icon::after {
  content: "";
  display: block;
  transition: transform 0.25s;
}
.m-hamburger__icon::before {
  transform: translateY(-6px);
}
.m-hamburger__icon::after {
  transform: translateY(6px);
}

/*
	Logo
 */
@media only screen and (max-width: 968px) {
  .l-header__inner.is-small .m-logo__container {
    width: 40px;
  }
}

.m-logo__container {
  position: absolute;
  top: 2rem;
  right: 0;
  margin-right: -4.5rem;
  width: 15%;
  max-width: 185px;
}
@media only screen and (max-width: 1350px) {
  .m-logo__container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 968px) {
  .m-logo__container {
    position: relative;
    top: auto;
    width: 100px;
  }
}
.m-logo.is-hidden {
  display: none;
}
@media only screen and (min-width: 969px) {
  .m-logo {
    display: block;
  }
}
.m-logo__small {
  display: none;
}
@media only screen and (min-width: 969px) {
  .m-logo__small {
    display: none;
  }
}
.m-logo__small.is-visible {
  display: block;
}

/*
	Search
 */
.m-search {
  position: relative;
}
@media only screen and (max-width: 968px) {
  .m-search {
    width: 100%;
    background-color: #e5e6e7;
  }
}
.m-search input {
  width: 30%;
  padding: 0.25rem;
  border: none;
  outline: none;
  color: #e5e6e7;
  border-bottom: 2px solid #e5e6e7;
  font-family: "Assistant", sans-serif;
}
.m-search input::-moz-placeholder {
  color: #e5e6e7;
  font-family: "Assistant", sans-serif;
}
.m-search input:-ms-input-placeholder {
  color: #e5e6e7;
  font-family: "Assistant", sans-serif;
}
.m-search input::placeholder {
  color: #e5e6e7;
  font-family: "Assistant", sans-serif;
}
@media only screen and (max-width: 968px) {
  .m-search input {
    width: 100%;
    padding: 1.25rem 1.5rem;
    border-bottom: none;
    color: #285b91;
    font-weight: 600;
  }
  .m-search input::-moz-placeholder {
    color: #285b91;
    font-weight: 600;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .m-search input:-ms-input-placeholder {
    color: #285b91;
    font-weight: 600;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .m-search input::placeholder {
    color: #285b91;
    font-weight: 600;
    transition: opacity 0.25s ease-in-out;
  }
  .m-search input:focus + .m-search__img, .m-search input:hover + .m-search__img {
    opacity: 0;
  }
}
.m-search__img {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 27.5px;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out;
}
@media only screen and (min-width: 969px) {
  .m-search__img {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .m-search__img {
    width: 20px;
  }
}
.m-search__img.is-hidden {
  opacity: 0;
}
.m-search__title {
  margin-bottom: 1.5rem;
  color: #285b91;
}
.m-search__info {
  font-weight: 700;
  margin-bottom: 0;
}
.m-search__results {
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
}
.m-search__results li {
  line-height: 1.5;
}
.m-search__results a {
  color: #595959;
}

.m-section--search {
  width: 100%;
}
@media only screen and (max-width: 968px) {
  .m-section--search {
    padding-top: 0;
    margin: 0;
  }
}
.m-section--search .m-section__inner {
  margin: 0;
}
@media only screen and (max-width: 968px) {
  .m-section--search .m-section__inner {
    width: 100%;
  }
}

/*
	Password
 */
.m-password label {
  color: #595959;
}
.m-password input {
  width: 30%;
  padding: 0.25rem;
  border: none;
  outline: none;
  color: #595959;
  border-bottom: 2px solid #595959;
}
.m-password input::-moz-placeholder {
  color: #DCDCDC;
}
.m-password input:-ms-input-placeholder {
  color: #DCDCDC;
}
.m-password input::placeholder {
  color: #DCDCDC;
}
.m-password input[type=submit] {
  text-align: left;
  margin-left: 1rem;
  border-bottom: 0;
}

/*
	Breadcrumb
 */
.m-section--breadcrumb {
  margin-bottom: 0.5rem;
  letter-spacing: 0.6px;
  line-height: 24px;
}
@media only screen and (max-width: 968px) {
  .m-section--breadcrumb {
    margin-bottom: 0;
  }
}

.m-breadcrumbs {
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 0.8rem;
}
@media only screen and (max-width: 968px) {
  .m-breadcrumbs {
    display: none;
    padding-bottom: 0;
  }
}
.m-breadcrumbs::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 4px;
  background-color: #595959;
}
@media only screen and (max-width: 968px) {
  .m-breadcrumbs::after {
    display: none;
  }
}

.m-breadcrumb__link {
  color: #595959;
}

/*
	Stoerer
 */
.m-section--stoerer {
  position: absolute;
  top: 28%;
  left: -4rem;
  width: 100%;
  height: 20px;
  z-index: 2;
  /*@include custom(968px, 'max') {

  	top: 40%;

  }*/
}
@media only screen and (max-width: 1350px) {
  .m-section--stoerer {
    left: -1rem;
  }
}
@media only screen and (max-width: 968px) and (min-width: 525px) {
  .m-section--stoerer {
    top: calc(290px + (460 - 290) * (100vw - 525px) / (968 - 525));
  }
}
@media only screen and (max-width: 525px) and (min-width: 320px) {
  .m-section--stoerer {
    top: calc(270px + (390 - 270) * (100vw - 320px) / (525 - 320));
  }
}
@media only screen and (max-width: 320px) {
  .m-section--stoerer {
    top: 270px;
  }
}

.m-stoerer {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 175px;
  height: 175px;
  color: #285b91;
  background-color: #f7f7f7;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  transform: rotate(-7.5deg) translateY(-50%);
  box-shadow: 0 0 7.5px 2px rgba(229, 230, 231, 0.5);
}
@media only screen and (max-width: 450px) {
  .m-stoerer {
    width: 140px;
    height: 140px;
    font-size: 13px;
  }
}
.m-stoerer h2 {
  font-size: 21px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 450px) {
  .m-stoerer h2 {
    font-size: 15px;
  }
}
.m-stoerer p {
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0;
}
.m-stoerer__border {
  background-color: #285b91;
  width: 35%;
  height: 3px;
  margin: 0.5rem 0;
}

/*
	Title
 */
.m-section--title {
  color: #285b91;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.m-section--title--spacing {
  margin-top: 68px;
}
@media only screen and (max-width: 968px) {
  .m-section--title--spacing {
    margin-top: -80px;
  }
}

/*
	Textimage
 */
.m-section--textimage {
  color: #595959;
}
.m-section--textimage h2, .m-section--textimage h3 {
  color: #595959;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.m-section--textimage a {
  color: black;
}
.m-section--textimage a:hover {
  color: #285b91;
}

/*
	Map
 */
.m-section--map {
  padding: 0;
}

/*
	Columns
 */
.m-column {
  width: calc(100% / 2 - 1.25rem);
}
@media only screen and (max-width: 767px) {
  .m-column {
    width: 100%;
  }
  .m-column + .m-column {
    margin-top: 1.25rem;
  }
}
.m-column__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .m-column__wrapper.m-accordion__body {
    padding: 1.25rem 0;
  }
  .m-column__wrapper--dsgvo {
    display: flex;
  }
}
.m-column__wrapper li {
  margin-bottom: 1.25rem;
}
.m-column__wrapper li:last-child {
  margin-bottom: 0;
}
.m-column--form {
  margin: 0 -1rem;
}
.m-column--form .m-column__2-3 label {
  height: 100%;
}
.m-column--form .m-column__2-3 label p:last-of-type {
  height: 81.5%;
}
.m-column--form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-column--form p {
  width: 100%;
}
.m-column__1-1, .m-column__1-2, .m-column__1-3, .m-column__1-4, .m-column__2-3 {
  margin: 0 1rem;
}
.m-column__1-1 p, .m-column__1-2 p, .m-column__1-3 p, .m-column__1-4 p, .m-column__2-3 p {
  margin-bottom: 0;
}
.m-column__1-1 input, .m-column__1-1 textarea, .m-column__1-1 label, .m-column__1-2 input, .m-column__1-2 textarea, .m-column__1-2 label, .m-column__1-3 input, .m-column__1-3 textarea, .m-column__1-3 label, .m-column__1-4 input, .m-column__1-4 textarea, .m-column__1-4 label, .m-column__2-3 input, .m-column__2-3 textarea, .m-column__2-3 label {
  width: 100%;
  color: #595959;
}
.m-column__1-1 label, .m-column__1-2 label, .m-column__1-3 label, .m-column__1-4 label, .m-column__2-3 label {
  display: inline-block;
}
.m-column__1-1 textarea, .m-column__1-2 textarea, .m-column__1-3 textarea, .m-column__1-4 textarea, .m-column__2-3 textarea {
  resize: none;
  padding-bottom: 0.5rem;
}
.m-column__1-1 textarea.wpcf7-not-valid, .m-column__1-2 textarea.wpcf7-not-valid, .m-column__1-3 textarea.wpcf7-not-valid, .m-column__1-4 textarea.wpcf7-not-valid, .m-column__2-3 textarea.wpcf7-not-valid {
  height: 100%;
}

.m-section--contactform {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 740px) {
  .m-section--contactform .m-column--form > .m-column__2-3 {
    margin-top: 1rem;
  }
}

.m-form .m-column input, .m-form .m-column textarea {
  border: none;
}
.m-form--contactform .m-column input, .m-form--contactform .m-column textarea {
  background-color: #DCDCDC;
}
.m-form--contactform .m-form__wrapper {
  margin-top: 2rem;
}
.m-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.m-form__dsgvo {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
.m-form__desc, .m-form__acceptance {
  font-size: 0.9rem;
}
.m-form__desc span, .m-form__acceptance span {
  color: #595959;
}
.m-form__desc a, .m-form__acceptance a {
  color: #285b91;
}
.m-form__desc {
  margin-right: 3rem;
}
@media only screen and (max-width: 825px) {
  .m-form__firstcolumn.m-column__1-3 {
    width: 100%;
  }
}
.m-form__secondcolumn {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 825px) {
  .m-form__secondcolumn {
    align-items: center;
  }
  .m-form__secondcolumn.m-column__2-3 {
    width: 100%;
  }
}
.m-form__secondcolumn .m-form__acceptance {
  margin-left: 0;
  margin-right: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 825px) {
  .m-form__secondcolumn .m-form__acceptance {
    margin: 1rem 0;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .m-form__secondcolumn .m-form__acceptance {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.m-form__secondcolumn .m-form__submission {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 580px) {
  .m-form__secondcolumn .m-form__submission {
    width: 100%;
    margin: 0;
  }
}
.m-form__secondcolumn .m-form__submission input[type=submit] {
  padding: 0.75rem;
  font-family: "Univers LT Roman", sans-serif;
}
.m-form__acceptance span.wpcf7-list-item {
  margin: 0;
  padding-left: 2rem;
}
.m-form__acceptance input[type=checkbox] + span:before {
  position: absolute;
  left: 0;
  background-color: #DCDCDC;
}
.m-form__submission {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% / 3 - 1rem);
  margin-right: 0;
}
.m-form__submission .ajax-loader {
  position: absolute;
}
.m-form__submission input[type=submit] {
  width: 100%;
  padding: 0.75rem 0;
  margin-top: 0;
  border: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  background-color: #285b91;
}
.m-form--contactform .m-form__dsgvo {
  width: 100%;
}
.m-form--contactform .m-form__dsgvo .wpcf7-list-item {
  margin: 0;
}
.m-form--contactform .m-column__1-1 {
  margin: 1.4rem 0;
}
.m-form--contactform .m-column__1-1:first-of-type {
  margin-top: 0;
}
.m-form--contactform .m-column__1-1:last-of-type {
  margin-bottom: 0;
}

/*
	Slider
 */
.glide__slides {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

.m-section--slidernews {
  margin-top: 0;
}
@media screen and (min-width: 769px) and (max-width: 968px) {
  .m-section--slidernews {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 968px) {
  .m-section--slidernews .m-section__inner {
    width: 100%;
  }
}

.m-slider {
  position: relative;
  overflow: hidden;
}
.m-slider__titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-slider__titles, .m-slider__titles a {
  color: white;
}
.m-slider__titles h3 {
  margin-bottom: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  .m-slider__titles h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 350px) {
  .m-slider__titles h3 {
    font-size: 0.75rem;
  }
}
.m-slider__titles h2 {
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .m-slider__titles h2 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 350px) {
  .m-slider__titles h2 {
    font-size: 1rem;
  }
}
.m-slider__container {
  position: relative;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.glide--dragging .m-slider__container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.m-slider__container::after {
  content: "";
  display: block;
  padding-bottom: 20%;
}
@media only screen and (max-width: 968px) {
  .m-slider__container::after {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 525px) {
  .m-slider__container::after {
    padding-bottom: 60%;
  }
}
.m-slider__container img {
  position: absolute;
  filter: brightness(80%);
  width: 100%;
}
.m-slider__link {
  display: inline-block;
  white-space: normal;
  padding: 0 1rem;
  letter-spacing: 1.62px;
  line-height: 1.75rem;
  text-transform: initial;
}
.m-slider__bullets {
  position: absolute;
  bottom: 7.5%;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 375px) {
  .m-slider__bullets {
    right: -1rem;
  }
}
@media only screen and (max-width: 345px) {
  .m-slider__bullets {
    right: -2rem;
  }
}
.m-slider__bullets .m-slider__bullet {
  opacity: 0.5;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
  font-size: 0.8rem;
  border: none;
  background-color: white;
}
.m-slider__bullets .glide__bullet--active {
  opacity: 1;
}
.m-slider__arrows .m-slider__arrow--left {
  position: absolute;
  top: -2.5rem;
  left: 2.5rem;
  color: white;
  cursor: pointer;
}
.m-slider__arrows .m-slider__arrow--right {
  position: absolute;
  top: -2.5rem;
  right: 2.5rem;
  color: white;
  cursor: pointer;
}
.m-slider__arrow.is-disabled {
  opacity: 0.2;
}

/*
	Teaser
 */
.m-section--teaser {
  margin: 0;
}

.m-teaser {
  position: relative;
  width: calc((100% / 2) - 2rem);
  margin: 1rem;
  color: white;
  background-color: #285b91;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .m-teaser {
    width: 100%;
    margin: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 525px) {
  .m-teaser {
    font-size: 0.75rem;
  }
}
.m-teaser__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media only screen and (max-width: 525px) {
  .m-teaser h3 {
    font-size: 1rem;
  }
}
.m-teaser__title h2 {
  font-size: 1.5rem;
  text-transform: initial;
  line-height: 1.25;
}
@media only screen and (max-width: 525px) {
  .m-teaser__title h2 {
    font-size: 1.25rem;
  }
}
.m-teaser a {
  display: inline-block;
  color: white;
  width: 100%;
  padding: 2rem;
}
@media only screen and (max-width: 968px) {
  .m-teaser a {
    padding: 2rem 1rem;
  }
}
.m-teaser h2, .m-teaser h3 {
  width: 100%;
  text-align: center;
}
.m-teaser h2 {
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 968px) {
  .m-teaser h2 {
    margin-bottom: 0.5rem;
  }
}
.m-teaser h3 {
  margin-bottom: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
.m-teaser__circle {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background-color: white;
  border-radius: 50%;
}
@media only screen and (max-width: 968px) {
  .m-teaser__circle {
    display: none;
  }
}
/*
	Accordion, News, Courses
 */
.m-accordion__header {
  position: relative;
  display: block;
  padding: 1rem 0;
  width: 100%;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
}
.m-accordion__header:hover, .m-accordion__header.is-open {
  background-color: #f7f7f7;
}
.m-accordion__header.is-open {
  font-weight: 700;
}
.m-accordion__header.is-open .m-accordion__button--plus {
  display: none;
}
.m-accordion__header.is-open .m-accordion__button--minus {
  display: block;
}
.m-accordion__header.is-open .m-accordion__title {
  color: black;
}
.m-accordion__buttons, .m-accordion__image {
  top: 50%;
  transform: translateY(-50%);
}
.m-accordion__buttons .m-accordion__button, .m-accordion__image .m-accordion__button {
  width: 40px;
}
.m-accordion__buttons .m-accordion__button--minus, .m-accordion__image .m-accordion__button--minus {
  display: none;
}
.m-accordion__content {
  display: none;
  width: 100%;
}
.m-accordion__content a {
  color: black;
}
.m-accordion__content a:hover {
  color: #285b91;
}

.page-id-598 .m-accordion__content img {
  width: 150px;
}

.m-section--courses, .m-section--accordion {
  margin-top: 2rem;
}

@media only screen and (max-width: 968px) {
  .m-section--courses .m-section__inner, .m-section--accordion .m-section__inner, .m-section--news .m-section__inner {
    width: 100%;
  }
}

.m-courses, .m-accordion, .m-news {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-courses__course, .m-courses__title, .m-accordion__course, .m-accordion__title, .m-news__course, .m-news__title {
  margin: 0;
  letter-spacing: 0.55px;
  color: #595959;
}
.m-courses__icon, .m-courses__buttons, .m-courses__image, .m-accordion__icon, .m-accordion__buttons, .m-accordion__image, .m-news__icon, .m-news__buttons, .m-news__image {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 968px) {
  .m-courses__icon, .m-courses__buttons, .m-courses__image, .m-accordion__icon, .m-accordion__buttons, .m-accordion__image, .m-news__icon, .m-news__buttons, .m-news__image {
    left: 1rem;
  }
}

.m-accordion__header, .m-accordion__content {
  padding: 1rem 0;
  padding-left: 5rem;
}
@media only screen and (max-width: 968px) {
  .m-accordion__header, .m-accordion__content {
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 968px) {
  .m-accordion__content {
    padding-left: 1rem;
  }
}

.m-accordion {
  border-top: 3px solid #f7f7f7;
}
.m-accordion:last-of-type {
  border-bottom: 3px solid #f7f7f7;
}
.m-accordion--news .m-accordion__content {
  padding: 0;
}

/*
	News
 */
.m-section--news {
  margin-bottom: 2rem;
}

.m-news {
  position: relative;
  display: block;
  padding: 1rem 0;
  padding-left: 5rem;
  width: 100%;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
}
.m-news > a {
  padding-left: 0;
}
.m-news > a:before {
  display: none;
}
.m-news:hover {
  background-color: #f7f7f7;
}
.m-news:last-child {
  margin-bottom: 1rem;
}
.m-news__image {
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
}
.m-news__image img {
  width: 30px;
}

/* 
	Courses
 */
.m-courses {
  padding: 0.75rem 0;
  padding-left: 4rem;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (max-width: 968px) {
  .m-courses {
    padding-right: 1rem;
  }
}
.m-courses:hover {
  background-color: #f7f7f7;
}
.m-courses:hover p {
  color: black;
}
.m-courses__icon img {
  width: 30px;
}

/*
	Quotes
 */
.m-section--quotes {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .m-section--quotes {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1351px) {
  .m-section--quotes .m-section__inner {
    width: calc(100% - 5rem + 120px);
    max-width: calc(1150px + 120px);
  }
}
@media only screen and (max-width: 968px) {
  .m-section--quotes .m-section__inner {
    width: 100%;
  }
}

.m-quotes {
  position: relative;
  color: white;
  font-size: 1.25rem;
  font-weight: 200;
  letter-spacing: 1.4px;
  overflow: hidden;
}
.m-quotes *::-moz-selection {
  background: transparent;
}
.m-quotes *::selection {
  background: transparent;
}
.m-quotes__inner {
  position: relative;
}
.m-quotes__inner::before {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: calc(100% - 3.5rem);
  background-color: #285b91;
  border-radius: 0.5rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1350px) {
  .m-quotes__inner::before {
    top: 9rem;
    width: 100%;
    height: calc(100% - 9rem);
  }
}
@media only screen and (max-width: 968px) {
  .m-quotes__inner::before {
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .m-quotes__inner::before {
    height: calc(100% - 150px);
  }
}
.m-quotes__inner, .m-quotes__track {
  height: 100%;
}
.m-quotes__content {
  position: relative;
}
.m-quotes__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 120px);
  height: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
  /*@include custom(968px, 'max') {

  	bottom: calc(220px / 2);

  }*/
}
@media only screen and (max-width: 1350px) {
  .m-quotes__text {
    padding-top: 12rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .m-quotes__text {
    justify-content: flex-start;
    width: calc(100% - 2rem);
    padding-top: 11rem;
    padding-bottom: 1rem;
  }
}
.m-quotes__quotes {
  height: 100%;
}
.m-quotes__quote {
  width: 70%;
  margin: 0 auto;
  white-space: normal;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 1350px) {
  .m-quotes__quote {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .m-quotes__quote {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 420px) {
  .m-quotes__quote {
    width: 85%;
    font-size: 1.125rem;
  }
}
.m-quotes__author {
  margin-top: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .m-quotes__author {
    position: absolute;
    bottom: 1rem;
  }
}
.m-quotes__author--mobile {
  position: absolute;
  top: 4.75rem;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 969px) {
  .m-quotes__author--mobile {
    display: none;
  }
}
.m-quotes__img {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1350px) {
  .m-quotes__img {
    width: 200px;
    height: 200px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 768px) {
  .m-quotes__img {
    width: 180px;
    height: 180px;
  }
}
.m-quotes__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m-quotes__drag {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: calc(100% - 80px);
  transform: translateX(-50%);
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 1;
}
@media only screen and (max-width: 1350px) {
  .m-quotes__drag {
    width: calc(100% - 175px);
    height: calc(100% - 175px);
  }
}
.m-quotes__arrows {
  top: 0;
  width: 100%;
}
.m-quotes__arrows .m-quotes__arrow img {
  width: 30px;
}
.m-quotes__arrows .m-quotes__arrow--left {
  position: absolute;
  left: 10rem;
  color: white;
  cursor: pointer;
  border: none;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1350px) {
  .m-quotes__arrows .m-quotes__arrow--left {
    left: 3.5rem;
  }
}
@media only screen and (max-width: 1350px) {
  .m-quotes__arrows .m-quotes__arrow--left {
    left: 1.5rem;
  }
}
.m-quotes__arrows .m-quotes__arrow--right {
  position: absolute;
  right: 10rem;
  color: white;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1350px) {
  .m-quotes__arrows .m-quotes__arrow--right {
    right: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .m-quotes__arrows .m-quotes__arrow--right {
    right: 1.5rem;
  }
}
.m-quotes__arrows .m-quotes__arrow--left, .m-quotes__arrows .m-quotes__arrow--right {
  position: absolute;
  top: calc(50% + 2rem);
  color: white;
  height: 30px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 2;
}
@media only screen and (max-width: 1350px) {
  .m-quotes__arrows .m-quotes__arrow--left, .m-quotes__arrows .m-quotes__arrow--right {
    top: calc(50% + 4.5rem);
  }
}
@media only screen and (max-width: 768px) {
  .m-quotes__arrows .m-quotes__arrow--left, .m-quotes__arrows .m-quotes__arrow--right {
    top: auto;
    bottom: 0rem;
  }
}

.glide--dragging .m-quotes__drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media only screen and (max-width: 968px) {
  .m-section--professorship .m-section__inner {
    width: 100%;
  }
}

.m-professorship {
  position: relative;
  background-color: #f7f7f7;
  margin: 2rem 0;
  padding: 3rem 0;
  padding-left: 9rem;
  line-height: 1.5;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (max-width: 1350px) {
  .m-professorship {
    padding-left: 14rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 968px) {
  .m-professorship {
    margin: 13rem 0;
    padding: 3rem 3rem;
    padding-top: 4rem;
    text-align: center;
  }
}
.m-professorship__title {
  margin-bottom: 0.25rem;
}
.m-professorship__title a {
  color: #595959;
}
.m-professorship__title a:hover {
  color: #285b91;
}
.m-professorship__content a {
  color: #595959;
  transition: color 0.25s ease-in-out;
}
.m-professorship__content a:hover {
  color: #285b91;
}
.m-professorship__content h1, .m-professorship__content h2, .m-professorship__content h3, .m-professorship__content h4 {
  margin-bottom: 0.25rem;
}
.m-professorship__image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  transform: translateX(-50%) translateY(-50%);
  /*&:hover {

  	img {

  		transform: scale(1.05); / Made image look slightly blurry

  	}

  }*/
}
@media only screen and (max-width: 1350px) {
  .m-professorship__image {
    left: 1.5rem;
    transform: translateX(0) translateY(-50%);
  }
}
@media only screen and (max-width: 968px) {
  .m-professorship__image {
    top: -3.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.m-professorship__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  /*transform: scale(1);
  will-change: transform;*/
  transition: transform 0.25s ease-in-out;
}
.m-professorship__link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
@media only screen and (max-width: 968px) {
  .m-professorship__link {
    transform: translateY(50%) translateX(50%);
    top: auto;
    right: 50%;
    bottom: 0;
  }
}
.m-professorship__link img {
  width: 50px;
}
@media only screen and (max-width: 1024px) {
  .m-professorship__link img {
    width: 35px;
  }
}
@media only screen and (max-width: 968px) {
  .m-professorship__link img {
    width: 50px;
  }
}

.m-professor__items {
  width: 100%;
}
.m-professor__content a {
  color: #595959;
}
.m-professor__content a:hover {
  color: #285b91;
}

/*
	Gallery
*/
.m-section--gallery {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .m-section--gallery {
    margin-bottom: 2rem;
  }
}

/*
	Gallery Teaser
*/
.m-galleryteaser {
  position: relative;
  cursor: auto;
}
.m-galleryteaser__items {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .m-galleryteaser__items {
    grid-template-columns: repeat(2, 46%);
  }
}
@media only screen and (min-width: 1150px) {
  .m-galleryteaser__items {
    grid-template-columns: repeat(4, 23%);
  }
}
.m-galleryteaser__item {
  position: relative;
  width: 100%;
}
.m-galleryteaser__imagecontainer {
  position: relative;
  width: 100%;
}
.m-galleryteaser__imagecontainer::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.m-galleryteaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-galleryteaser__text {
  background-color: #f7f7f7;
  margin-top: 0.5rem;
  letter-spacing: 0.55px;
  font-size: 1.25rem;
  line-height: 1.56rem;
  padding: 1rem;
  width: 100% !important;
  min-height: 6.7rem;
}

.m-gallery {
  position: relative;
  cursor: auto;
}
.m-gallery.is-single {
  cursor: auto;
}
.m-gallery.glide-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.m-gallery__track {
  overflow: hidden;
}
.m-gallery__item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-gallery__imagecontainer {
  position: relative;
  width: 100%;
}
.m-gallery__imagecontainer::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 768px) {
  .m-gallery__imagecontainer::after {
    padding-bottom: 70%;
  }
}
.m-gallery__image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-gallery__caption {
  margin-top: 0.5rem;
  letter-spacing: 0.55px;
  font-size: 0.8rem;
  line-height: 24px;
}
.m-gallery__arrows .m-gallery__arrow--left {
  position: absolute;
  left: -3rem;
  color: white;
  cursor: pointer;
  border: none;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1275px) {
  .m-gallery__arrows .m-gallery__arrow--left {
    left: -2.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .m-gallery__arrows .m-gallery__arrow--left {
    left: 0;
    bottom: -2.75rem;
  }
}
.m-gallery__arrows .m-gallery__arrow--right {
  position: absolute;
  right: -3rem;
  color: white;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1275px) {
  .m-gallery__arrows .m-gallery__arrow--right {
    right: -2.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .m-gallery__arrows .m-gallery__arrow--right {
    right: 0;
    bottom: -2.75rem;
  }
}
.m-gallery__arrows .m-gallery__arrow--left, .m-gallery__arrows .m-gallery__arrow--right {
  position: absolute;
  top: 50%;
  color: white;
  height: 30px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .m-gallery__arrows .m-gallery__arrow--left, .m-gallery__arrows .m-gallery__arrow--right {
    top: auto;
  }
}
.m-gallery__arrow img {
  width: 35px;
}

/*
	Events
*/
.m-events {
  width: calc(25% - 2rem);
  margin: 1rem 1rem;
}
@media only screen and (max-width: 968px) {
  .m-events {
    width: calc(100% / 3 - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .m-events {
    width: calc(100% / 2 - 2rem);
  }
}
@media only screen and (max-width: 525px) {
  .m-events {
    width: 100%;
    margin: 1rem 0;
  }
}
.m-events__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
}
.m-events a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-events__imagecontainer {
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 525px) {
  .m-events__imagecontainer {
    margin: 0.5rem 1rem;
  }
}
.m-events__imagecontainer::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.m-events__imagecontainer img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.m-events__textcontainer {
  padding: 1rem 0.75rem;
  color: #595959;
  flex-grow: 1;
  background-color: #f7f7f7;
}
.m-events__title {
  font-size: 1.125rem;
  font-weight: 400;
}
.m-events__date {
  margin-bottom: 0.5rem;
}

/*
	Cooperations
 */
.m-cooperation__image {
  width: 125px;
}
.m-cooperation__image img {
  width: 100%;
}
.m-cooperation__text {
  margin-top: 1rem;
}

/*
	Social Media
 */
.m-social {
  margin-top: 0.25rem;
  margin-right: -0.125rem;
}
.m-social__link {
  margin: 0 0.125rem;
}
.m-social__link:hover .m-social__icon {
  color: #3c81c9;
}
.m-social__icon {
  color: #285b91;
  font-size: 23px;
  transition: color 0.25s ease-in-out;
}
